SOURCES: tse3-alsa1_0.patch - replaced old patch (no longer necess...

hawk hawk at pld-linux.org
Fri Nov 30 21:04:04 CET 2007


Author: hawk                         Date: Fri Nov 30 20:04:04 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- replaced old patch (no longer necessary) with header path typo fix

---- Files affected:
SOURCES:
   tse3-alsa1_0.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/tse3-alsa1_0.patch
diff -u SOURCES/tse3-alsa1_0.patch:1.1 SOURCES/tse3-alsa1_0.patch:1.2
--- SOURCES/tse3-alsa1_0.patch:1.1	Sat Aug 28 21:34:35 2004
+++ SOURCES/tse3-alsa1_0.patch	Fri Nov 30 21:03:59 2007
@@ -1,12 +1,12 @@
-diff -dur tse3-0.2.7.orig/configure.in tse3-0.2.7/configure.in
---- tse3-0.2.7.orig/configure.in	2003-03-06 17:15:53.000000000 +0100
-+++ tse3-0.2.7/configure.in	2004-08-28 21:02:17.000000000 +0200
-@@ -188,7 +188,7 @@
-     AC_CHECK_LIB(asound,snd_seq_create_simple_port,[
-       AC_TRY_RUN([
- #include <$alsa_header_prefix/asoundlib.h>
--int main() { return SND_LIB_MINOR != 5 && SND_LIB_MINOR != 9; }
-+int main() { return SND_LIB_MAJOR !=1 ; }
-         ] ,[
-         have_alsa="yes"
-         LIBASOUND="-lasound"
+diff -ur tse3-0.3.1.orig/src/tse3/plt/Alsa-0.9.cpp tse3-0.3.1/src/tse3/plt/Alsa-0.9.cpp
+--- tse3-0.3.1.orig/src/tse3/plt/Alsa-0.9.cpp	2005-07-25 13:22:56.000000000 +0200
++++ tse3-0.3.1/src/tse3/plt/Alsa-0.9.cpp	2007-11-30 20:51:03.773570339 +0100
+@@ -30,7 +30,7 @@
+ #include <errno.h>
+ #include <alloca.h>
+ #if HAVE_ALSA_ASOUNDLIB_H
+-#include <sys/asoundlib.h>
++#include <alsa/asoundlib.h>
+ #elif HAVE_SYS_ASOUNDLIB_H
+ #include <sys/asoundlib.h>
+ #endif
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/tse3-alsa1_0.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list