* debian/patches/005_gdk_directfb_window_new.patch:
- New patch. Readd gdk_directfb_window_new(), which is exported in the
public API and was removed by mistake.
- Updated for the new symbols. There's one symbol removed from the
directfb backend, gdk_display_pointer_grab(). It wasn't exported in
the headers, nor was supposed to be public, so if something out there
is using it, they are doing it wrong.
* debian/rules:
- Remove a trailing backslash that prevented -c4 to be passed to
dh_makeshlibs.
- Removed, this check is not needed as HeaderSize can't overflow because
IconCount will be at most 16 bits, and that multiplied by 16 is not
enough to overflow an integer. (Checked with upstream)
* debian/patches/001_static-linking-dont-query-immodules.patch,
debian/patches/002_static-linking-dont-build-perf.patch:
- Add headers.
+ debian/patches/091_workaround_no_gtk_init_incorrect_display.patch:
- Dropped, merged upstream.
+ debian/patches/070_mandatory-relibtoolize.patch:
- Regenerated for the new version.
* debian/control.in:
+ Updated Standards-Version to 3.8.1, no additional changes needed.
+ debian/patches/070_mandatory-relibtoolize.patch:
- Regenerated for the new version.
+ debian/patches/092_fix_printtest_include.patch,
debian/patches/093_git_change_fix_focus_issue.patch:
- Dropped, merged upstream.
* debian/patches/093_git_change_fix_focus_issue.patch:
- upstream git change to fix a timestamp issue leading to get nautilus.
dialog opening sometime unfocussed for example (lp: #333366)
* Port optimised flavor work by Loic Minier from pango1.0:
- Rework flavor-specific vars.
+ Introduce $(flavor) which is set to $* to clarify implicit rules
+ Rename common_configure_flags to configure_flags
+ Introduce the flavor_get macro to use a flavor specific override or
fallback to the common defaults for make vars.
+ Use $(call flavor_get, ) to retrieve configure_flags, CFLAGS, and
LDFLAGS allowing to override these per flavor.
- Add support for an optimised pass, implemented as a flavor
+ Define a default OPTLIBDIR and replace it in the sed foo for %.in
files; this is like LIBDIR, but with some hwcaps extension, e.g.
usr/lib/vfp.
+ Add vars to build an optimised vfp flavour for armel with
additional CFLAGS
+ Add the "opt" special flavor to flavors to run the testuites on,
CHECK_FLAVORS
+ Also sed and append %.opt after %.in when generating $ files from
%.in; the %.opt file is optional and only included if the opt flavor
is included.
+ Add a debian/libgtk2.0-0.install.opt which lists files from the
optimised flavor to install in libgtk2.0-0.
+ Add a debian/libgail18.install.opt which lists files from the
optimised flavor to install in libgail18.