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

Cyril Brulebois kibi-guest at alioth.debian.org
Mon Jul 30 01:54:02 UTC 2007


Author: kibi-guest
Date: 2007-07-30 01:54:01 +0000 (Mon, 30 Jul 2007)
New Revision: 3484

Removed:
   packages/trunk/openal/debian/patches/fix_gcc-4.2.diff
   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:
Prepare SVN snapshot, from r1464

Modified: packages/trunk/openal/debian/changelog
===================================================================
--- packages/trunk/openal/debian/changelog	2007-07-29 18:59:25 UTC (rev 3483)
+++ packages/trunk/openal/debian/changelog	2007-07-30 01:54:01 UTC (rev 3484)
@@ -1,3 +1,18 @@
+openal (1:0.0.8+svn~r1464-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+  * Tarball generated by packing the OpenAL-Sample directory from the SVN,
+    revision 1464.
+  * Dropped the following patches:
+    - fix_gcc-4.2.diff: merged upstream.
+    - kfreebsd_linking.diff: autotools and m4 are no longer used.
+    - pkg-config_drop_requirements.diff: @requirements@ is now replaced by an
+      appropriate variable.
+    - undocumented_alext_header.diff: there's no file to patch anymore.
+  * Quilt could then be dropped, but keeping it to ease further modifications.
+
+ -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Mon, 30 Jul 2007 03:35:36 +0200
+
 openal (1:0.0.8-6) unstable; urgency=low
 
   * Continue the switch to quilt by moving all source modifications from the

Deleted: packages/trunk/openal/debian/patches/fix_gcc-4.2.diff
===================================================================
--- packages/trunk/openal/debian/patches/fix_gcc-4.2.diff	2007-07-29 18:59:25 UTC (rev 3483)
+++ packages/trunk/openal/debian/patches/fix_gcc-4.2.diff	2007-07-30 01:54:01 UTC (rev 3484)
@@ -1,22 +0,0 @@
-Index: openal-0.0.8/common/include/AL/alc.h
-===================================================================
---- openal-0.0.8.orig/common/include/AL/alc.h	2007-06-28 15:56:06.000000000 +0000
-+++ openal-0.0.8/common/include/AL/alc.h	2007-06-28 16:03:26.000000000 +0000
-@@ -187,7 +187,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 +248,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 );

Deleted: packages/trunk/openal/debian/patches/kfreebsd_linking.diff
===================================================================
--- packages/trunk/openal/debian/patches/kfreebsd_linking.diff	2007-07-29 18:59:25 UTC (rev 3483)
+++ packages/trunk/openal/debian/patches/kfreebsd_linking.diff	2007-07-30 01:54:01 UTC (rev 3484)
@@ -1,23 +0,0 @@
---- 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
- 

Deleted: packages/trunk/openal/debian/patches/pkg-config_drop_requirements.diff
===================================================================
--- packages/trunk/openal/debian/patches/pkg-config_drop_requirements.diff	2007-07-29 18:59:25 UTC (rev 3483)
+++ packages/trunk/openal/debian/patches/pkg-config_drop_requirements.diff	2007-07-30 01:54:01 UTC (rev 3484)
@@ -1,10 +0,0 @@
---- 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-29 18:59:25 UTC (rev 3483)
+++ packages/trunk/openal/debian/patches/series	2007-07-30 01:54:01 UTC (rev 3484)
@@ -1,4 +0,0 @@
-fix_gcc-4.2.diff
-kfreebsd_linking.diff
-pkg-config_drop_requirements.diff
-undocumented_alext_header.diff

Deleted: packages/trunk/openal/debian/patches/undocumented_alext_header.diff
===================================================================
--- packages/trunk/openal/debian/patches/undocumented_alext_header.diff	2007-07-29 18:59:25 UTC (rev 3483)
+++ packages/trunk/openal/debian/patches/undocumented_alext_header.diff	2007-07-30 01:54:01 UTC (rev 3484)
@@ -1,16 +0,0 @@
---- 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




More information about the Pkg-games-commits mailing list