]> git.pld-linux.org Git - packages/audacity.git/commitdiff
- updated to ver. 1.3.4
authorSzymon Siwek <sls@pld-linux.org>
Sun, 25 Nov 2007 04:09:07 +0000 (04:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    audacity-system-libs.patch -> 1.3

audacity-system-libs.patch

index c97ddb81a09c61763e4da65496b9687c692308d3..80fa273e100ec019d03d7c3d2773d3835f4fec33 100644 (file)
@@ -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...
This page took 0.030616 seconds and 4 git commands to generate.