[SCM] Audacity debian packaging branch, master, updated. debian/1.3.7-3-13-ge3eb221

bdrung-guest at users.alioth.debian.org bdrung-guest at users.alioth.debian.org
Fri Jul 17 16:42:10 UTC 2009


The following commit has been merged in the master branch:
commit 4bd62fb39b4ed5d30738e9f29c4b4e19adc175f1
Author: Benjamin Drung <bdrung at gmail.com>
Date:   Fri Jul 17 18:07:44 2009 +0200

    Drop portaudio.patch, it does not apply anymore and audacity was never build against portaudio.

diff --git a/debian/patches/portaudio.patch b/debian/patches/portaudio.patch
deleted file mode 100644
index c8c9d52..0000000
--- a/debian/patches/portaudio.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- configure.in.orig	2008-05-14 14:16:04.000000000 +0100
-+++ configure.in	2008-05-14 14:15:27.000000000 +0100
-@@ -480,7 +480,20 @@
- 
- dnl PortAudio configuration
- 
--if [[ "$use_portaudio" = "v19" ]] ; then
-+if [[ "$use_portaudio" = "system" ]] ; then
-+       AC_CHECK_HEADER([portaudio.h],, AC_MSG_ERROR([Could not find portaudio.h header file.]))
-+       AC_CHECK_LIB(portaudio, Pa_GetDeviceCount, [have_pa=v19], [have_pa=no])
-+       if [[ "$have_pa19" = "no" ]] ; then
-+               AC_CHECK_LIB(portaudio, Pa_CountDevices, [have_pa=v18], [AC_MSG_ERROR([Could not find portaudio library.])])
-+       else
-+               AC_DEFINE(USE_PORTAUDIO_V19, 1,
-+                       [Define if PortAudio v19 is being used (instead of v18)])
-+       fi
-+
-+       LIBS="$LIBS -lportaudio"
-+       use_portaudio=$have_pa
-+
-+elif [[ "$use_portaudio" = "v19" ]] ; then
-    dnl PortAudio v19
-    AC_DEFINE(USE_PORTAUDIO_V19, 1,
-       [Define if PortAudio v19 is being used (instead of v18)])

-- 
Audacity debian packaging



More information about the pkg-multimedia-commits mailing list