debian/changelog | 6 ++++-- debian/control | 3 ++- debian/patches/04_osmesa_version.diff | 27 ++++++++++++++++++--------- 3 files changed, 24 insertions(+), 12 deletions(-)
New commits: commit 1a3cbef010e9e3b37fc0c8f46d7b73941f20b0b7 Author: Timo Aaltonen <tjaal...@ubuntu.com> Date: Fri Feb 15 21:40:24 2013 +0200 control: Add libxcb-dri2-0-dev to libgl1-mesa-dev depends. diff --git a/debian/changelog b/debian/changelog index dfed47c..ed86a15 100644 --- a/debian/changelog +++ b/debian/changelog @@ -39,6 +39,7 @@ mesa (9.1~git20130207.f1c46c84-1) UNRELEASED; urgency=low * rules: Add files to clean. * 16-avoid-symbols-from-static-llvm.diff: Temporary patch to keep libxatracker1.symbols sane. + * control: Add libxcb-dri2-0-dev to libgl1-mesa-dev depends. [ Steve Langasek ] * Install all dri drivers from the DESTDIR tree, instead of copying them diff --git a/debian/control b/debian/control index 4b05862..662ef1d 100644 --- a/debian/control +++ b/debian/control @@ -706,6 +706,7 @@ Depends: libdrm-dev (>= 2.4.24) [!hurd-any], libx11-dev, libx11-xcb-dev, + libxcb-dri2-0-dev, libxcb-glx0-dev, libxdamage-dev, libxext-dev, commit a62e061f63738a1bc018f392478d7e64d9d9e33c Author: Sven Joachim <svenj...@gmx.de> Date: Fri Feb 15 17:32:21 2013 +0100 Bump libdrm-dev build-dependency to 2.4.42 Needed as of commit 4bc85f9aac46d2442eb6194bd15c5995b281071f. diff --git a/debian/changelog b/debian/changelog index 7a4006e..dfed47c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -62,6 +62,9 @@ mesa (9.1~git20130207.f1c46c84-1) UNRELEASED; urgency=low * Recommend libtxc-dxtn0 in libgl1-mesa-dri for easier use with multiarch installs (Closes: #668645). + [ Sven Joachim ] + * Bump libdrm-dev build-dependency to 2.4.42. + -- Julien Cristau <jcris...@debian.org> Fri, 03 Aug 2012 23:17:16 +0200 mesa (8.0.4-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 8f19566..4b05862 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 8.1.3), quilt (>= 0.40), pkg-config, - libdrm-dev (>= 2.4.39) [!hurd-any], + libdrm-dev (>= 2.4.42) [!hurd-any], libx11-dev, x11proto-gl-dev (>= 1.4.14), libxxf86vm-dev, commit c263b342fdaabffbced5960c090dc1033b944ffc Author: Robert Hooker <sarv...@ubuntu.com> Date: Thu Feb 14 18:10:04 2013 -0500 Revert "debian/patches04_osmesa_version.diff: Switch to a less fragile way of forcing the version" This reverts commit a208628411c8141a99ab2e118c5aef4a9fe87402. It doesn't actually work, sorry about that! diff --git a/debian/changelog b/debian/changelog index 4d8af4f..7a4006e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -61,8 +61,6 @@ mesa (9.1~git20130207.f1c46c84-1) UNRELEASED; urgency=low * Drop xutils-dev build dep, makedepend is no longer required * Recommend libtxc-dxtn0 in libgl1-mesa-dri for easier use with multiarch installs (Closes: #668645). - * 04_osmesa_version.diff: Switch to a less fragile way of forcing the version - (Closes: 697745) -- Julien Cristau <jcris...@debian.org> Fri, 03 Aug 2012 23:17:16 +0200 diff --git a/debian/patches/04_osmesa_version.diff b/debian/patches/04_osmesa_version.diff index 3232216..bad5f7b 100644 --- a/debian/patches/04_osmesa_version.diff +++ b/debian/patches/04_osmesa_version.diff @@ -1,11 +1,20 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -25,7 +25,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_R - m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) +--- a/src/mesa/drivers/osmesa/Makefile.am ++++ b/src/mesa/drivers/osmesa/Makefile.am +@@ -37,7 +37,7 @@ + nodist_EXTRA_lib@OSMESA_LIB@_la_SOURCES = dummy.cpp + lib@OSMESA_LIB@_la_SOURCES = osmesa.c - dnl Set internal versions --OSMESA_VERSION=8 -+OSMESA_VERSION=6:5:3 - AC_SUBST([OSMESA_VERSION]) +-lib@OSMESA_LIB@_la_LDFLAGS = -module -version-number @OSMESA_VERSION@ -no-undefined ++lib@OSMESA_LIB@_la_LDFLAGS = -module -version-number 6:5:3 -no-undefined - dnl Versions for external dependencies + if HAVE_SHARED_GLAPI + GLAPI_LIB = $(top_builddir)/src/mapi/shared-glapi/libglapi.la +@@ -55,7 +55,7 @@ + all-local: lib@OSMESA_LIB@.la + $(MKDIR_P) $(top_builddir)/$(LIB_DIR); + ln -f .libs/lib@OSMESA_LIB@.so $(top_builddir)/$(LIB_DIR)/lib@OSMESA_LIB@.so; +- ln -f .libs/lib@OSMESA_LIB@.so.@OSMESA_VERSION@ $(top_builddir)/$(LIB_DIR)/lib@OSMESA_LIB@.so.@OSMESA_VERSION@; ++ ln -f .libs/lib@OSMESA_LIB@.so.6.5.3 $(top_builddir)/$(LIB_DIR)/lib@OSMESA_LIB@.so.6.5.3; + endif + + pkgconfigdir = $(libdir)/pkgconfig -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1u6rge-00058l...@vasks.debian.org