SOURCES: audacity-system-libs.patch - updated to ver. 1.3.4

sls sls at pld-linux.org
Sun Nov 25 05:09:13 CET 2007


Author: sls                          Date: Sun Nov 25 04:09:13 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated to ver. 1.3.4

---- Files affected:
SOURCES:
   audacity-system-libs.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/audacity-system-libs.patch
diff -u SOURCES/audacity-system-libs.patch:1.2 SOURCES/audacity-system-libs.patch:1.3
--- SOURCES/audacity-system-libs.patch:1.2	Sat Jun 16 17:47:26 2007
+++ SOURCES/audacity-system-libs.patch	Sun Nov 25 05:09:07 2007
@@ -1,32 +1,5 @@
 --- audacity-src-1.3.2-beta/acinclude.m4.orig	2006-12-29 17:01:36.794372000 +0100
 +++ audacity-src-1.3.2-beta/acinclude.m4	2006-12-29 17:23:30.465234287 +0100
-@@ -48,12 +48,22 @@
-                 [Define if libtwolame (MP2 export) support should be enabled])
-    fi
- 
--   dnl Libtwolame is so new, we should really use our patched local version for now
--   dnl FIXME: Might want to change this at some point of time in the future...
--   LIBTWOLAME_SYSTEM_AVAILABLE="no"
--
-    dnl see if libtwolame is available locally
- 
-+   PKG_CHECK_MODULES(TWOLAME, twolame,
-+		     twolame_available_system="yes",
-+		     twolame_available_system="no")
-+
-+   if test "x$twolame_available_system" = "xyes" ; then
-+      LIBTWOLAME_SYSTEM_AVAILABLE="yes"
-+      LIBTWOLAME_SYSTEM_LIBS="$TWOLAME_LIBS"
-+      LIBTWOLAME_SYSTEM_CXXFLAGS="$TWOLAME_CFLAGS"
-+      AC_MSG_NOTICE([Twolame libraries are available as system libraries])
-+   else
-+      LIBTWOLAME_SYSTEM_AVAILABLE="no"
-+      AC_MSG_NOTICE([Twolame libraries are NOT available as system libraries])
-+   fi
-+
-    AC_CHECK_FILE(${srcdir}/lib-src/twolame/libtwolame/twolame.h,
-                  twolame_h_found="yes",
-                  twolame_h_found="no")
 @@ -133,7 +151,22 @@
  
     dnl ... but libresample isn't generally installed as a system library...
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/audacity-system-libs.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list