[ubuntu/jaunty] gtk+2.0 2.16.0-1ubuntu8 (Accepted)

Loic Minier lool at dooz.org
Sat Apr 11 20:27:43 BST 2009


gtk+2.0 (2.16.0-1ubuntu8) jaunty; urgency=low

  * Move back MODULES_BASE_PATH and friends.

gtk+2.0 (2.16.0-1ubuntu7) jaunty; urgency=low

  * Move LIBDIR def around for OPTLIBDIR to be set properly.

gtk+2.0 (2.16.0-1ubuntu6) jaunty; urgency=low

  * Also sed @OPTLIBDIR at .

gtk+2.0 (2.16.0-1ubuntu5) jaunty; urgency=low

  [ Loic Minier ]
  * Merge the following changes by Emmet Hikory:

  [ Emmet Hikory ]
  * 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.

  [ Loic Minier ]
  * Enable VFP pass on armel; LP: #349460.
  * Build-dep on autotools-dev for the config.guess / .sub updates to work.

Date: Fri, 10 Apr 2009 22:14:24 +0200
Changed-By: Loic Minier <lool at dooz.org>
Maintainer: Sebastien Bacher <seb128 at ubuntu.com>
Signed-By: Loïc Minier <lool at dooz.org>
https://launchpad.net/ubuntu/jaunty/+source/gtk+2.0/2.16.0-1ubuntu8
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 10 Apr 2009 22:14:24 +0200
Source: gtk+2.0
Binary: libgtk2.0-0 libgtk-directfb-2.0-0 libgtk-directfb-2.0-0-udeb libgtk2.0-common libgtk2.0-bin libgtk2.0-dev libgtk-directfb-2.0-dev libgtk2.0-0-dbg libgtk2.0-doc gtk2.0-examples gtk2-engines-pixbuf libgail18 libgail-common libgail-dev libgail-dbg libgail-doc
Architecture: source
Version: 2.16.0-1ubuntu8
Distribution: jaunty
Urgency: low
Maintainer: Sebastien Bacher <seb128 at ubuntu.com>
Changed-By: Loic Minier <lool at dooz.org>
Description: 
 gtk2-engines-pixbuf - Pixbuf-based theme for GTK+ 2.x
 gtk2.0-examples - Examples files for the GTK+ 2.0
 libgail-common - GNOME Accessibility Implementation Library -- common modules
 libgail-dbg - Gail libraries and debugging symbols
 libgail-dev - GNOME Accessibility Implementation Library -- development files
 libgail-doc - documentation files of the Gail library
 libgail18  - GNOME Accessibility Implementation Library -- shared libraries
 libgtk-directfb-2.0-0 - The GTK+ graphical user interface library - DirectFB runtime
 libgtk-directfb-2.0-0-udeb - The GTK+ graphical user interface library - minimal runtime (udeb)
 libgtk-directfb-2.0-dev - Development files for the GTK+ library - DirectFB version
 libgtk2.0-0 - The GTK+ graphical user interface library
 libgtk2.0-0-dbg - The GTK+ libraries and debugging symbols
 libgtk2.0-bin - The programs for the GTK+ graphical user interface library
 libgtk2.0-common - Common files for the GTK+ graphical user interface library
 libgtk2.0-dev - Development files for the GTK+ library
 libgtk2.0-doc - Documentation for the GTK+ graphical user interface library
Launchpad-Bugs-Fixed: 349460
Changes: 
 gtk+2.0 (2.16.0-1ubuntu8) jaunty; urgency=low
 .
   * Move back MODULES_BASE_PATH and friends.
 .
 gtk+2.0 (2.16.0-1ubuntu7) jaunty; urgency=low
 .
   * Move LIBDIR def around for OPTLIBDIR to be set properly.
 .
 gtk+2.0 (2.16.0-1ubuntu6) jaunty; urgency=low
 .
   * Also sed @OPTLIBDIR at .
 .
 gtk+2.0 (2.16.0-1ubuntu5) jaunty; urgency=low
 .
   [ Loic Minier ]
   * Merge the following changes by Emmet Hikory:
 .
   [ Emmet Hikory ]
   * 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.
 .
   [ Loic Minier ]
   * Enable VFP pass on armel; LP: #349460.
   * Build-dep on autotools-dev for the config.guess / .sub updates to work.
Checksums-Sha1: 
 d2426e40fafd14ca3155633e82704131ca094b5b 2234 gtk+2.0_2.16.0-1ubuntu8.dsc
 789bae8db7dcf8634bebc9a05bfb59fbf78fd087 26485887 gtk+2.0_2.16.0.orig.tar.gz
 64130b47d355fac364ca5308c454402f43434342 742742 gtk+2.0_2.16.0-1ubuntu8.diff.gz
Checksums-Sha256: 
 e5e8e1a030776404465fbcff981de7ce2e63bc3228e3ad40425bfa5800790310 2234 gtk+2.0_2.16.0-1ubuntu8.dsc
 a9a869dfc3f9107bb9fbb09f0bd7eca1af21f106106274126b3d73865d42237c 26485887 gtk+2.0_2.16.0.orig.tar.gz
 81712b1447ba2b95759ba6b153e5fa51a862024c0391ffa2023783e2b8b6fe21 742742 gtk+2.0_2.16.0-1ubuntu8.diff.gz
Files: 
 5b4dbfac77f21e84384b51c99e2c10b4 2234 libs optional gtk+2.0_2.16.0-1ubuntu8.dsc
 2e926e526850d9cf62883c6d909b4351 26485887 libs optional gtk+2.0_2.16.0.orig.tar.gz
 264c3cba7e5216160564782a17800fb9 742742 libs optional gtk+2.0_2.16.0-1ubuntu8.diff.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAknfqOoACgkQ4VUX8isJIMDiSQCdG2sRzsU2a9Ay2RaZvFMlwjSU
J3oAni6Pamt1EeH61nVYigCacoLB+BeE
=tuiE
-----END PGP SIGNATURE-----


More information about the Jaunty-changes mailing list