[ubuntu/natty] mesa 7.10.1~git20110215.cc1636b6-0ubuntu1 (Accepted)
Christopher James Halse Rogers
raof at ubuntu.com
Fri Feb 18 02:20:35 UTC 2011
mesa (7.10.1~git20110215.cc1636b6-0ubuntu1) natty; urgency=low
* Merge from Debian. Remaining Ubuntu changes:
- debian/control
+ Drop lesstif-dev from Build-Depends; it's in Universe.
+ Comment out GLw libs since it depends on lesstif-dev.
+ Drop i686 swx11 libgl package.
+ Add libdrm-dev to mesa-common-dev Depends.
+ Drop [linux-any] qualifier from libudev-dev to fix pbuilder FTBFS
(see deb bug 600823)
- debian/rules
+ Use --disable-glw for swx11 targets too.
+ Don't enable motif for swx11 targets.
+ Use lzma compression for binary debs to save CD space.
+ Drop unloved mach64 driver.
+ Install both r300/r300g and r600/r600g
- debian/patches
+ 100_no_abi_tag.patch
+ 101_ubuntu_hidden_glname.patch
+ 103_savage-expose_fbmodes_with_nonzero_alpha.patch
- rules, libgl1-mesa-{glx,dev,swx11,swx11-dev}.install,
libgl1-mesa-{glx,swx11}.{postinst,prerm}, libgl1-mesa-dev.links:
Install libGL.so* in /usr/lib/mesa to allow things to work with
alternatives.
- debian/gbp.conf
+ Point at Ubuntu branch to make git-buildpackage less narky.
- debian/patches/105_use_shared_libdricore.patch, debian/rules:
+ Link DRI drivers against shared dricore routines to save CD space.
- debian/patches/109_fix_length_of_glxgetfbconfigssgix.patch:
Fix "BadLength (poly request too large or internal Xlib length"
when using non-C, non-en locales. (LP 714280)
- debian/patches/108_fix_leaks_dri2_screen_creation.patch: Cherrypick
to fix some leaks in DRI2 screen creation failure paths.
* New upstream snapshot from 7.10 release branch.
* debian/patches/10_fix_talloc_linking.diff:
- Drop. Upstream has replaced talloc with an in-tree replacement
* debian/patches/105_use_shared_libdricore.patch:
- Refresh for talloc-dropping buildsystem changes.
* debian/patches/107_winsys_buffer_nullptr.patch:
- Drop. Included upstream.
* debian/patches/110_nv50_fix_tgsi_sign_mode.diff:
- Cherry-pick from master. Fixes assert hit by Unity on nv5x hardware
(LP: #710588)
* debian/control:
- Drop no-longer-used libtalloc-dev build-dependency.
* debian/not-installed:
- Remove i686 files from not-installed list; we don't build the i686 swx11
packages.
Date: Wed, 16 Feb 2011 10:37:07 +1100
Changed-By: Christopher James Halse Rogers <raof at ubuntu.com>
Maintainer: Ubuntu X-SWAT <ubuntu-x at lists.ubuntu.com>
Signed-By: Bryce Harrington <bryce at bryceharrington.org>
https://launchpad.net/ubuntu/natty/+source/mesa/7.10.1~git20110215.cc1636b6-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 16 Feb 2011 10:37:07 +1100
Source: mesa
Binary: libgl1-mesa-swx11 libgl1-mesa-swx11-dbg libgl1-mesa-swx11-dev libegl1-mesa libegl1-mesa-dbg libegl1-mesa-dev libegl1-mesa-drivers libegl1-mesa-drivers-dbg libopenvg1-mesa libopenvg1-mesa-dbg libopenvg1-mesa-dev libgles1-mesa libgles1-mesa-dbg libgles1-mesa-dev libgles2-mesa libgles2-mesa-dbg libgles2-mesa-dev libgl1-mesa-glx libgl1-mesa-glx-dbg libgl1-mesa-dri libgl1-mesa-dri-dbg libgl1-mesa-dri-experimental libgl1-mesa-dri-experimental-dbg libgl1-mesa-dev mesa-common-dev libosmesa6 libosmesa6-dev libglu1-mesa libglu1-mesa-dev
Architecture: source
Version: 7.10.1~git20110215.cc1636b6-0ubuntu1
Distribution: natty
Urgency: low
Maintainer: Ubuntu X-SWAT <ubuntu-x at lists.ubuntu.com>
Changed-By: Christopher James Halse Rogers <raof at ubuntu.com>
Description:
libegl1-mesa - A free implementation of the EGL API -- runtime
libegl1-mesa-dbg - A free implementation of the EGL API -- debugging symbols
libegl1-mesa-dev - A free implementation of the EGL API -- development files
libegl1-mesa-drivers - A free implementation of the EGL API -- hardware drivers
libegl1-mesa-drivers-dbg - A free implementation of the EGL API -- driver debugging symbols
libgl1-mesa-dev - A free implementation of the OpenGL API -- GLX development files
libgl1-mesa-dri - A free implementation of the OpenGL API -- DRI modules
libgl1-mesa-dri-dbg - Debugging symbols for the Mesa DRI modules
libgl1-mesa-dri-experimental - A free implementation of the OpenGL API -- Extra DRI modules
libgl1-mesa-dri-experimental-dbg - Debugging symbols for the experimental Mesa DRI modules
libgl1-mesa-glx - A free implementation of the OpenGL API -- GLX runtime
libgl1-mesa-glx-dbg - Debugging symbols for the Mesa GLX runtime
libgl1-mesa-swx11 - A free implementation of the OpenGL API -- runtime
libgl1-mesa-swx11-dbg - A free implementation of the OpenGL API -- debugging symbols
libgl1-mesa-swx11-dev - A free implementation of the OpenGL API -- development files
libgles1-mesa - A free implementation of the OpenGL|ES 1.x API -- runtime
libgles1-mesa-dbg - A free implementation of the OpenGL|ES 1.x API -- debugging symbo
libgles1-mesa-dev - A free implementation of the OpenGL|ES 1.x API -- development fil
libgles2-mesa - A free implementation of the OpenGL|ES 2.x API -- runtime
libgles2-mesa-dbg - A free implementation of the OpenGL|ES 2.x API -- debugging symbo
libgles2-mesa-dev - A free implementation of the OpenGL|ES 2.x API -- development fil
libglu1-mesa - The OpenGL utility library (GLU)
libglu1-mesa-dev - The OpenGL utility library -- development files
libopenvg1-mesa - A free implementation of the OpenVG API -- runtime
libopenvg1-mesa-dbg - A free implementation of the OpenVG API -- debugging symbols
libopenvg1-mesa-dev - A free implementation of the OpenVG API -- development files
libosmesa6 - Mesa Off-screen rendering extension
libosmesa6-dev - Mesa Off-screen rendering extension -- development files
mesa-common-dev - Developer documentation for Mesa
Launchpad-Bugs-Fixed: 710588
Changes:
mesa (7.10.1~git20110215.cc1636b6-0ubuntu1) natty; urgency=low
.
* Merge from Debian. Remaining Ubuntu changes:
- debian/control
+ Drop lesstif-dev from Build-Depends; it's in Universe.
+ Comment out GLw libs since it depends on lesstif-dev.
+ Drop i686 swx11 libgl package.
+ Add libdrm-dev to mesa-common-dev Depends.
+ Drop [linux-any] qualifier from libudev-dev to fix pbuilder FTBFS
(see deb bug 600823)
- debian/rules
+ Use --disable-glw for swx11 targets too.
+ Don't enable motif for swx11 targets.
+ Use lzma compression for binary debs to save CD space.
+ Drop unloved mach64 driver.
+ Install both r300/r300g and r600/r600g
- debian/patches
+ 100_no_abi_tag.patch
+ 101_ubuntu_hidden_glname.patch
+ 103_savage-expose_fbmodes_with_nonzero_alpha.patch
- rules, libgl1-mesa-{glx,dev,swx11,swx11-dev}.install,
libgl1-mesa-{glx,swx11}.{postinst,prerm}, libgl1-mesa-dev.links:
Install libGL.so* in /usr/lib/mesa to allow things to work with
alternatives.
- debian/gbp.conf
+ Point at Ubuntu branch to make git-buildpackage less narky.
- debian/patches/105_use_shared_libdricore.patch, debian/rules:
+ Link DRI drivers against shared dricore routines to save CD space.
- debian/patches/109_fix_length_of_glxgetfbconfigssgix.patch:
Fix "BadLength (poly request too large or internal Xlib length"
when using non-C, non-en locales. (LP 714280)
- debian/patches/108_fix_leaks_dri2_screen_creation.patch: Cherrypick
to fix some leaks in DRI2 screen creation failure paths.
* New upstream snapshot from 7.10 release branch.
* debian/patches/10_fix_talloc_linking.diff:
- Drop. Upstream has replaced talloc with an in-tree replacement
* debian/patches/105_use_shared_libdricore.patch:
- Refresh for talloc-dropping buildsystem changes.
* debian/patches/107_winsys_buffer_nullptr.patch:
- Drop. Included upstream.
* debian/patches/110_nv50_fix_tgsi_sign_mode.diff:
- Cherry-pick from master. Fixes assert hit by Unity on nv5x hardware
(LP: #710588)
* debian/control:
- Drop no-longer-used libtalloc-dev build-dependency.
* debian/not-installed:
- Remove i686 files from not-installed list; we don't build the i686 swx11
packages.
Checksums-Sha1:
ed5018f254278ff750b6851a5f00c8474fe8250b 2403 mesa_7.10.1~git20110215.cc1636b6-0ubuntu1.dsc
696edece501b863f13093dafcbf8870f778940e6 7655601 mesa_7.10.1~git20110215.cc1636b6.orig.tar.gz
bc896c2bdc6c6b135f57871326af8bc4656b82f2 62811 mesa_7.10.1~git20110215.cc1636b6-0ubuntu1.diff.gz
Checksums-Sha256:
a1899b7d2a795ac0a764634fecc70d0d1cc1ec3a93ffa4be3dd9ac82ab6cc338 2403 mesa_7.10.1~git20110215.cc1636b6-0ubuntu1.dsc
e2f8348ef48411df942de80fa2e142d9ba473304fa7379864621fbd16a6bca7a 7655601 mesa_7.10.1~git20110215.cc1636b6.orig.tar.gz
1e0df302276863c862901f0ff8788ab23121402f3065c8f64eb794e51d8d5ee4 62811 mesa_7.10.1~git20110215.cc1636b6-0ubuntu1.diff.gz
Files:
55c769ca1f91019a19b1eebae7799724 2403 graphics optional mesa_7.10.1~git20110215.cc1636b6-0ubuntu1.dsc
0a74f7b40607f6e95bcf2de9dc1b8696 7655601 graphics optional mesa_7.10.1~git20110215.cc1636b6.orig.tar.gz
58f90323533b1134e07afac89509c511 62811 graphics optional mesa_7.10.1~git20110215.cc1636b6-0ubuntu1.diff.gz
Original-Maintainer: Debian X Strike Force <debian-x at lists.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAk1d1yUACgkQEaMBVuDmdhEvUgCeKkSbJTJdAxBiUgT6yfb6l996
7ukAn3XIEZRGO18PAO3nzCuFZlGMplAp
=l/mB
-----END PGP SIGNATURE-----
More information about the Natty-changes
mailing list