[Pkg-voip-commits] r2134 - portaudio19/trunk/debian

Mikael Magnusson mikma-guest at costa.debian.org
Sat Jul 29 21:14:32 UTC 2006


Author: mikma-guest
Date: 2006-07-29 21:14:31 +0000 (Sat, 29 Jul 2006)
New Revision: 2134

Modified:
   portaudio19/trunk/debian/changelog
   portaudio19/trunk/debian/rules
Log:
Re-enable JACK

Modified: portaudio19/trunk/debian/changelog
===================================================================
--- portaudio19/trunk/debian/changelog	2006-07-29 19:12:21 UTC (rev 2133)
+++ portaudio19/trunk/debian/changelog	2006-07-29 21:14:31 UTC (rev 2134)
@@ -2,7 +2,6 @@
 
   * 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.

Modified: portaudio19/trunk/debian/rules
===================================================================
--- portaudio19/trunk/debian/rules	2006-07-29 19:12:21 UTC (rev 2133)
+++ portaudio19/trunk/debian/rules	2006-07-29 21:14:31 UTC (rev 2134)
@@ -43,7 +43,7 @@
 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




More information about the Pkg-voip-commits mailing list