[SCM] audacity/master: Enable system portaudio.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sat Nov 11 00:09:09 UTC 2017


The following commit has been merged in the master branch:
commit a63ce7a171f3d53f9ad2200b828ca060885c567e
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sat Nov 11 01:07:21 2017 +0100

    Enable system portaudio.

diff --git a/debian/control b/debian/control
index e587d82..9841699 100644
--- a/debian/control
+++ b/debian/control
@@ -32,7 +32,7 @@ Build-Depends: debhelper (>= 10),
                libvorbis-dev (>= 1.0.0-3),
                libwxgtk3.0-dev,
                lv2-dev,
-#               portaudio19-dev (>= 19+svn20101113-3~),
+               portaudio19-dev (>= 19+svn20101113-3~),
                vamp-plugin-sdk (>= 2.0)
 Homepage: http://audacityteam.org/
 Vcs-Browser: https://anonscm.debian.org/git/pkg-multimedia/audacity.git
diff --git a/debian/rules b/debian/rules
index d848b7a..b13fbcd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ configure_flags := \
 	--with-libvorbis=system \
 	--with-lv2=system \
 	--with-midi=system \
-#	--with-portaudio=system \
+	--with-portaudio=system \
 	--with-portsmf=system \
 #	--with-sbsms=system \
 	--with-soundtouch=system \
@@ -31,6 +31,7 @@ configure_flags := \
 override_dh_auto_configure:
 	dh_auto_configure -- $(configure_flags)
 
+
 override_dh_auto_install:
 	dh_auto_install
 	# Don't package unnecessary copy of GPL

-- 
Audacity debian packaging



More information about the pkg-multimedia-commits mailing list