[Pkg-voip-commits] [portaudio19] 13/114: Re-enable JACK

Benjamin Drung bdrung at moszumanska.debian.org
Sun Dec 25 20:05:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

bdrung pushed a commit to branch master
in repository portaudio19.

commit 00bcbac87f94fc60afb1477bcc46ff5a9a744c22
Author: Mikael Magnusson <mikma at users.sourceforge.net>
Date:   Sat Jul 29 21:14:31 2006 +0000

    Re-enable JACK
---
 debian/changelog | 1 -
 debian/rules     | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 78c7300..cd517ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,6 @@ portaudio19 (19+svn20060703-1) UNRELEASED; urgency=low
 
   * Initial release. (Closes: #328873: portaudio: please package v19)
   * Disable V18 compatibility and bump shlib dependency
-  * Disable JACK, conflicts with programs that use RingBuffer
   * Change SONAME to libportaudio2.so
   * Updated debian/copyright with more copyright holders and added the
     licence interpretation from the PortAudio web site.
diff --git a/debian/rules b/debian/rules
index 966ecec..cbe2188 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,7 +43,7 @@ autoreconf:
 config: patch config.status
 config.status:
 	dh_testdir
-	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --with-oss=yes --with-jack=no --with-alsa=yes --enable-cxx
+	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --with-oss=yes --with-jack=yes --with-alsa=yes --enable-cxx
 
 
 build: build-stamp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/portaudio19.git



More information about the Pkg-voip-commits mailing list