r3100 - in packages/trunk/openal/debian: . patches

Gonéri Le Bouder goneri-guest at alioth.debian.org
Thu Jun 28 15:54:37 UTC 2007


Author: goneri-guest
Date: 2007-06-28 15:54:37 +0000 (Thu, 28 Jun 2007)
New Revision: 3100

Added:
   packages/trunk/openal/debian/patches/
   packages/trunk/openal/debian/patches/fix_gcc-4.2.diff
   packages/trunk/openal/debian/patches/series
Modified:
   packages/trunk/openal/debian/changelog
   packages/trunk/openal/debian/control
   packages/trunk/openal/debian/rules
Log:
Apply Martin Michlmayr's patch to fix a FTBFS with gcc-4.2


Modified: packages/trunk/openal/debian/changelog
===================================================================
--- packages/trunk/openal/debian/changelog	2007-06-28 13:50:53 UTC (rev 3099)
+++ packages/trunk/openal/debian/changelog	2007-06-28 15:54:37 UTC (rev 3100)
@@ -1,8 +1,11 @@
-openal (1:0.0.8-5) UNRELEASED; urgency=low
+openal (1:0.0.8-5) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Apply Martin Michlmayr's patch to fix a FTBFS with gcc-4.2
+    (Closes: #379862)
+    - add a build dependency on quilt
+  * Add myself in uploaded
 
- -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Wed, 20 Dec 2006 15:43:46 +0100
+ -- Gonéri Le Bouder <goneri at rulezlan.org>  Thu, 28 Jun 2007 17:46:36 +0200
 
 openal (1:0.0.8-4) unstable; urgency=low
 

Modified: packages/trunk/openal/debian/control
===================================================================
--- packages/trunk/openal/debian/control	2007-06-28 13:50:53 UTC (rev 3099)
+++ packages/trunk/openal/debian/control	2007-06-28 15:54:37 UTC (rev 3100)
@@ -2,8 +2,8 @@
 Section: libs
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Reinhard Tartler <siretart at tauware.de>, Thierry Reding <thierry at doppeltgemoppelt.de>, Eddy Petrişor <eddy.petrisor at gmail.com>, Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>
-Build-Depends: debhelper (>= 5.0.0), texinfo, libsdl1.2-dev (>= 1.2.7), libesd0-dev, libsmpeg-dev, libvorbis-dev (>= 1.0.1), libasound2-dev (>= 1.0.5) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libarts1-dev (>= 1.3.0)
+Uploaders: Reinhard Tartler <siretart at tauware.de>, Thierry Reding <thierry at doppeltgemoppelt.de>, Eddy Petrişor <eddy.petrisor at gmail.com>, Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>, Gonéri Le Bouder <goneri at rulezlan.org>
+Build-Depends: debhelper (>= 5.0.0), texinfo, libsdl1.2-dev (>= 1.2.7), libesd0-dev, libsmpeg-dev, libvorbis-dev (>= 1.0.1), libasound2-dev (>= 1.0.5) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libarts1-dev (>= 1.3.0), quilt
 Standards-Version: 3.7.2
 
 Package: libopenal-dev

Added: packages/trunk/openal/debian/patches/fix_gcc-4.2.diff
===================================================================
--- packages/trunk/openal/debian/patches/fix_gcc-4.2.diff	                        (rev 0)
+++ packages/trunk/openal/debian/patches/fix_gcc-4.2.diff	2007-06-28 15:54:37 UTC (rev 3100)
@@ -0,0 +1,21 @@
+Index: openal-0.0.8/common/include/AL/alc.h
+===================================================================
+--- openal-0.0.8.orig/common/include/AL/alc.h	2007-06-28 15:53:48.000000000 +0000
++++ openal-0.0.8/common/include/AL/alc.h	2007-06-28 15:54:59.000000000 +0000
+@@ -188,6 +188,7 @@
+ ALC_API void            ALC_APIENTRY alcDestroyContext( ALCcontext *context );
+ 
+ ALC_API ALCcontext *    ALC_APIENTRY alcGetCurrentContext( ALCvoid );
++ALC_API ALCcontext *    ALC_APIENTRY alcGetCurrentContext( void );
+ 
+ ALC_API ALCdevice*      ALC_APIENTRY alcGetContextsDevice( ALCcontext *context );
+ 
+@@ -248,7 +249,7 @@
+ typedef void           (ALC_APIENTRY *LPALCPROCESSCONTEXT)( ALCcontext *context );
+ typedef void           (ALC_APIENTRY *LPALCSUSPENDCONTEXT)( ALCcontext *context );
+ typedef void           (ALC_APIENTRY *LPALCDESTROYCONTEXT)( ALCcontext *context );
+-typedef ALCcontext *   (ALC_APIENTRY *LPALCGETCURRENTCONTEXT)( ALCvoid );
++typedef ALCcontext *   (ALC_APIENTRY *LPALCGETCURRENTCONTEXT)( void );
+ typedef ALCdevice *    (ALC_APIENTRY *LPALCGETCONTEXTSDEVICE)( ALCcontext *context );
+ typedef ALCdevice *    (ALC_APIENTRY *LPALCOPENDEVICE)( const ALCchar *devicename );
+ typedef ALCboolean     (ALC_APIENTRY *LPALCCLOSEDEVICE)( ALCdevice *device );

Added: packages/trunk/openal/debian/patches/series
===================================================================
--- packages/trunk/openal/debian/patches/series	                        (rev 0)
+++ packages/trunk/openal/debian/patches/series	2007-06-28 15:54:37 UTC (rev 3100)
@@ -0,0 +1 @@
+fix_gcc-4.2.diff

Modified: packages/trunk/openal/debian/rules
===================================================================
--- packages/trunk/openal/debian/rules	2007-06-28 13:50:53 UTC (rev 3099)
+++ packages/trunk/openal/debian/rules	2007-06-28 15:54:37 UTC (rev 3100)
@@ -10,6 +10,7 @@
 
 configure: configure-stamp
 configure-stamp:
+	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
 	dh_testdir
 	
 	./configure --build=$(DEB_BUILD_GNU_TYPE) \
@@ -41,6 +42,7 @@
 	rm -fr build-stamp configure-stamp
 	-$(MAKE) distclean
 	dh_clean
+	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 
 install: build
 	dh_testdir




More information about the Pkg-games-commits mailing list