Author: kibi-guest
Date: 2007-07-25 20:04:32 +0000 (Wed, 25 Jul 2007)
New Revision: 3454

Added:
   packages/trunk/openal/debian/patches/kfreebsd_linking.diff
   packages/trunk/openal/debian/patches/pkg-config_drop_requirements.diff
   packages/trunk/openal/debian/patches/undocumented_alext_header.diff
Modified:
   packages/trunk/openal/debian/changelog
   packages/trunk/openal/debian/patches/series
Log:
Continue the quilt switch

Modified: packages/trunk/openal/debian/changelog
===================================================================
--- packages/trunk/openal/debian/changelog      2007-07-22 03:19:16 UTC (rev 
3453)
+++ packages/trunk/openal/debian/changelog      2007-07-25 20:04:32 UTC (rev 
3454)
@@ -1,3 +1,16 @@
+openal (1:0.0.8-6) UNRELEASED; urgency=low
+
+  * Continue the switch to quilt by moving all source modifications from the
+    .diff.gz to patches under debian/patches:
+    - kfreebsd_linking.diff:
+        Solve the bad linking on GNU/kFreeBSD;
+    - pkg-config_drop_requirements.diff:
+        Drop @requirements@ from the .pc file;
+    - undocumented_alext_header.diff:
+        Undocumented header addition.
+
+ -- Cyril Brulebois <[EMAIL PROTECTED]>  Wed, 25 Jul 2007 21:58:22 +0200
+
 openal (1:0.0.8-5) unstable; urgency=low
 
   * Apply Martin Michlmayr's patch to fix a FTBFS with gcc-4.2

Added: packages/trunk/openal/debian/patches/kfreebsd_linking.diff
===================================================================
--- packages/trunk/openal/debian/patches/kfreebsd_linking.diff                  
        (rev 0)
+++ packages/trunk/openal/debian/patches/kfreebsd_linking.diff  2007-07-25 
20:04:32 UTC (rev 3454)
@@ -0,0 +1,23 @@
+--- openal-0.0.8/admin/autotools/m4/acx_pthread.m4     2006-02-11 
10:36:55.000000000 +0100
++++ openal/admin/autotools/m4/acx_pthread.m4   2007-07-25 21:44:40.000000000 
+0200
+@@ -122,7 +122,7 @@
+         ;;
+ 
+ 
+-        *linux*)
++        *linux*|*-k*bsd*-gnu)
+ 
+         # On Linux we want to actually link to pthread library, so test lib 
first
+ 
+diff -ur openal-0.0.8/configure openal/configure
+--- openal-0.0.8/configure     2006-02-11 11:40:04.000000000 +0100
++++ openal/configure   2007-07-25 21:44:41.000000000 +0200
+@@ -20678,7 +20678,7 @@
+         ;;
+ 
+ 
+-        *linux*)
++        *linux*|*-k*bsd*-gnu)
+ 
+         # On Linux we want to actually link to pthread library, so test lib 
first
+ 

Added: packages/trunk/openal/debian/patches/pkg-config_drop_requirements.diff
===================================================================
--- packages/trunk/openal/debian/patches/pkg-config_drop_requirements.diff      
                        (rev 0)
+++ packages/trunk/openal/debian/patches/pkg-config_drop_requirements.diff      
2007-07-25 20:04:32 UTC (rev 3454)
@@ -0,0 +1,10 @@
+--- openal-0.0.8/admin/pkgconfig/openal.pc.in  2006-02-11 10:36:55.000000000 
+0100
++++ openal/admin/pkgconfig/openal.pc.in        2007-07-25 21:44:40.000000000 
+0200
+@@ -5,7 +5,6 @@
+ 
+ Name: OpenAL
+ Description:  OpenAL is a cross-platform 3D audio API.
+-Requires: @requirements@
+ Version: @PACKAGE_VERSION@
+ Libs: -L${libdir} -lopenal
+ Cflags: -I${includedir}

Modified: packages/trunk/openal/debian/patches/series
===================================================================
--- packages/trunk/openal/debian/patches/series 2007-07-22 03:19:16 UTC (rev 
3453)
+++ packages/trunk/openal/debian/patches/series 2007-07-25 20:04:32 UTC (rev 
3454)
@@ -1 +1,4 @@
 fix_gcc-4.2.diff
+kfreebsd_linking.diff
+pkg-config_drop_requirements.diff
+undocumented_alext_header.diff

Added: packages/trunk/openal/debian/patches/undocumented_alext_header.diff
===================================================================
--- packages/trunk/openal/debian/patches/undocumented_alext_header.diff         
                (rev 0)
+++ packages/trunk/openal/debian/patches/undocumented_alext_header.diff 
2007-07-25 20:04:32 UTC (rev 3454)
@@ -0,0 +1,16 @@
+--- openal-0.0.8/src/backends/alc_backend_bsd.c        2006-01-05 
16:11:20.000000000 +0100
++++ openal/src/backends/alc_backend_bsd.c      2007-07-25 21:44:40.000000000 
+0200
+@@ -8,7 +8,7 @@
+  *
+  */
+ #include "al_siteconfig.h"
+-
++#include <AL/alext.h>
+ #include <AL/al.h>
+ #include <assert.h>
+ #include <fcntl.h>
+Seulement dans openal/src/backends: alc_backend_bsd.c.diff
+Seulement dans openal/src/backends: .svn
+Seulement dans openal/src/extensions: .svn
+Seulement dans openal/src: .svn
+Seulement dans openal: .svn


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to