- 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.
* Install the full set of pkg-config files from the dfb flavor in
/usr/lib/pkgconfig/libgtk-directfb-2.0; to use this feature, set
PKG_CONFIG_PATH while invoking pkg-config (or configure); the
/usr/lib/pkgconfig/*directfb*.pc files will be removed when Debian sources
have been converted.
* In the same spirit, gdkconfig.h is in /usr/lib/gtk-2.0/include/directfb;
to use it, prepend -I/usr/lib/gtk-2.0/include/directfb to CFLAGS.
* Fix generation of /etc/gtk-2.0/gdk-pixbuf.loaders for the udeb.
(Closes: #382435)
* Build-depend on libcairo-directfb2-dev >= 1.2.4-2 to get PDF/PS support in
the directfb flavor of libcairo.
* Recommend the linked source packages in libgtk2.0-doc instead of simply
suggesting them.
* Rewrite update-gdkpixbuf-loaders and update-gtk-immodules.
* Drop double libatk1.0-dev build-dep.
--with-cairo-backend flag which will select a cairo-$backend.pc
pkg-config module instead of the default of cairo.pc; see GNOME #351509.
- Configure with --with-cairo-backend=directfb for the dfb build.
- New patch, 010_gdk-require-cairo-module, to require the Cflags and Libs
from the cairo-directfb module (as $cairo_module); see GNOME #351519.
* Add a missing libatk1.0-dev (>= 1.9.0) build-dep for ATK.
* Replace GTK_BINARY_VERSION in debian/*.in to set the binary version of
binary modules; it is set via debian/scripts/vars and currently in use in
update-gdkpixbuf-loaders.in and update-gtk-immodules.in.
* Remove fake support for version argument from update-gdkpixbuf-loaders and
update-gtk-immodules.
* New upstream development releases with API additions, and non-public API
changes and removals.
- Target at experimental.
- Update copyright from AUTHORS.
- Update upstream URL.
- Bump up libglib2.0-dev build-dep to >= 2.12.0.
- Add a libdirectfb-dev (>= 0.9.24) build-dep for DirectFB.
- Add a libcupsys2-dev (>= 1.2) build-dep for CUPS printing backend.
- Bump shlibs to >= 2.10.0.
- Update list of docs to ship.
- Update watch file to track stable releases and use HTTP.
- Set GTK_BINARY_VERSION to 2.10.0.
- Replace 001_gtk+-2.2.0-buildfix-immodule patch with
001_static-linking-dont-query-immodules which has more chances to be
merged upstream.
- Drop 006_gtk+-2.8.17-directfb patch, merged upstream.
- Refresh patches: 000_gtk+-2.0.6-exportsymbols,
003_default_fallback_icon_theme,
004_gtk+-ximian-gtk2-filesel-navbutton-5,
007_implicit_pointer_conversion_gdkdrawable_directfb.
- Update 070_mandatory-relibtoolize with libtoolize --force --copy &&
aclocal-1.7 -I m4macros && autoconf && automake-1.7.
* Change the 000_gtk+-2.0.6-exportsymbols, and
001_gtk+-2.2.0-buildfix-immodule patches to only patch the
non-autogenerated files.
* Rename 004_reautoconf to 070_mandatory-relibtoolize; update it for the
previous changes; use an older autoconf version to work around a bug
in the glib-gettext macro which broke localization in dialog boxes; thanks
Mike Hommey.
* 006_implicit_pointer_conversion.patch: fix another implicit
conversion by allowing deprecated functions in the necessary header
file (closes: #381082).
* 005_implicit_pointer_conversion.patch: patch from Dann Frazier to
fix implicit pointer conversion errors on 64-bit architectures.
-- Josselin Mouette <joss@debian.org> Wed, 2 Aug 2006 14:48:54 +0200