r8841 - in packages/trunk/pente/debian: . patches

Ryan Niebur ryan52-guest at alioth.debian.org
Sun Feb 15 23:16:58 UTC 2009


Author: ryan52-guest
Date: 2009-02-15 23:16:58 +0000 (Sun, 15 Feb 2009)
New Revision: 8841

Added:
   packages/trunk/pente/debian/patches/support-sound-again
Modified:
   packages/trunk/pente/debian/changelog
   packages/trunk/pente/debian/patches/series
Log:
build with sound support (Closes: #155806). Thanks to André
Dahlqvist for the patch.

Modified: packages/trunk/pente/debian/changelog
===================================================================
--- packages/trunk/pente/debian/changelog	2009-02-15 23:14:49 UTC (rev 8840)
+++ packages/trunk/pente/debian/changelog	2009-02-15 23:16:58 UTC (rev 8841)
@@ -11,8 +11,10 @@
     packaging
   * use quilt
   * make it so that configure can be regerated
+  * build with sound support (Closes: #155806). Thanks to André
+    Dahlqvist for the patch.
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 15 Feb 2009 15:07:17 -0800
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 15 Feb 2009 15:16:37 -0800
 
 pente (2.2.5-5.1) unstable; urgency=high
 

Modified: packages/trunk/pente/debian/patches/series
===================================================================
--- packages/trunk/pente/debian/patches/series	2009-02-15 23:14:49 UTC (rev 8840)
+++ packages/trunk/pente/debian/patches/series	2009-02-15 23:16:58 UTC (rev 8841)
@@ -1 +1,2 @@
 fix-configure
+support-sound-again

Added: packages/trunk/pente/debian/patches/support-sound-again
===================================================================
--- packages/trunk/pente/debian/patches/support-sound-again	                        (rev 0)
+++ packages/trunk/pente/debian/patches/support-sound-again	2009-02-15 23:16:58 UTC (rev 8841)
@@ -0,0 +1,22 @@
+--- a/configure.in
++++ b/configure.in
+@@ -165,7 +165,7 @@
+ AC_CHECK_HEADER(
+   sun/audioio.h,
+   AC_DEFINE(SUN_SOUND))
+-AC_CHECK_HEADER(machine/soundcard.h, AC_DEFINE(LINUX_SOUND))
++AC_CHECK_HEADER(linux/soundcard.h, AC_DEFINE(LINUX_SOUND))
+ WMS_CHECK_H_ERRNO
+ WMS_CHECK_SOCKETS
+ if test "$cross_compiling" = "yes" ; then
+--- a/wmslib/src/wms/snd.c
++++ b/wmslib/src/wms/snd.c
+@@ -14,7 +14,7 @@
+ #if  !HAVE_GETDTABLESIZE
+ #include <sys/resource.h>
+ #endif
+-#include <machine/soundcard.h>
++#include <linux/soundcard.h>
+ #include <sys/wait.h>
+ #endif
+ 




More information about the Pkg-games-commits mailing list