gtk/Makefile.am; from HEAD, not commited in the gtk-2-10 branch.
* New patch, 011_directfb-build-fixes-from-head, to backport directfb
build fixes; from HEAD not commited in the gtk-2-10 branch. Thanks
Attilio Fiandrotti for pointing me at the actual log entry.
* Refresh 070_mandatory-relibtoolize accordingly.
- Switch from tar-in-tar and sys-build to regular source and quilt
patching; build-depend on quilt; remove occurrences of $(TOP_SRC_DIR)
and @TOP_SRC_DIR@ which isn't needed anymore.
- Refresh patch 021_loader-files-d.
- Relibtoolize: update path 070_mandatory-relibtoolize.
modules to recreate the /etc modules files on upgrades or by mistake;
remove the generated module files in /etc on upgrades. closes: #388450
* Merge 2.8.20-2; drop patch 009_revert-gdkdrawable-directfb, merged
upstream.
probably only used by gtk-demo, and in the quartz gdk backend, not used in
Debian.
- Bump shlibs to >= 2.10.3.
- Drop patch 009_configurable-cairo-backend-module, it was not really
required to select a cairo backend dynamically as the backend is always
cairo-directfb for a directfb gdk.
- Drop patch 010_gdk-require-cairo-module, merged upstream.
- Drop patch 011_gdk-directfb-cvs-changes, this release includes the
changes that were pulled back then.
- Relibtoolize: update path 070_mandatory-relibtoolize.
gtk-query-immodules-2.0 and gdk-pixbuf-query-loaders.
* Add ${misc:Depends} to gtk2-engines-pixbuf.
* Add or bump Conflicts with packages shipping modules for the 2.4.0
binary version of Gtk.
/usr/lib/gtk-2.0/<BINARY_VERSION>/loaders-files.d.
- New patch, 021_loader-files-d, to split the module search path on
":", as is done in Pango, prepend
/usr/lib/gtk-2.0/<BINARY_VERSION>/loader-files.d to the search path,
and to read all *.loaders files when a directory is encountered in the
search path.
- Pre-generate
/usr/lib/gtk-2.0/<BINARY_VERSION>/loader-files.d/libgtk2.0-0.loaders
for the shared library and libgtk-directfb-2.0-0-udeb.loaders for the
udeb.
- Continue generating /etc/gtk-2.0/gdk-pixbuf.loaders until packages are
updated.
- This particular patch uses two ugly workarounds and needs work before
being sent upstream.
/usr/lib/gtk-2.0/<BINARY_VERSION>/immodule-files.d.
- New patch, 020_immodules-files-d, to split the module search path on
":", as is done in Pango, prepend
/usr/lib/gtk-2.0/<BINARY_VERSION>/immodule-files.d to the search path,
and to read all *.immodules files when a directory is encountered in the
search path.
- Pre-generate
/usr/lib/gtk-2.0/<BINARY_VERSION>/immodule-files.d/libgtk2.0-0.immodules
for the shared library.
- Continue generating /etc/gtk-2.0/gtk.immodules until packages are
updated.