Bug#626307: portaudio19: diff for NMU version 19+svn20110326-1.1

Samuel Thibault sthibault at debian.org
Sat Jun 11 21:19:24 UTC 2011


tags 626307 + patch
tags 626307 + pending
thanks

Dear maintainer,

I've prepared an NMU for portaudio19 (versioned as 19+svn20110326-1.1) and
uploaded it to DELAYED/0.

Regards.
Samuel
-------------- next part --------------
diff -Nru portaudio19-19+svn20110326/debian/changelog portaudio19-19+svn20110326/debian/changelog
--- portaudio19-19+svn20110326/debian/changelog	2011-04-16 20:29:15.000000000 +0200
+++ portaudio19-19+svn20110326/debian/changelog	2011-06-11 23:00:37.000000000 +0200
@@ -1,3 +1,11 @@
+portaudio19 (19+svn20110326-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add debian/patches/static-lib.patch to fix generation of libportaudio.a
+    (Closes: #626307).
+
+ -- Samuel Thibault <sthibault at debian.org>  Sat, 11 Jun 2011 22:52:31 +0200
+
 portaudio19 (19+svn20110326-1) unstable; urgency=low
 
   * New upstream stable release.
diff -Nru portaudio19-19+svn20110326/debian/patches/series portaudio19-19+svn20110326/debian/patches/series
--- portaudio19-19+svn20110326/debian/patches/series	2011-03-05 12:33:24.000000000 +0100
+++ portaudio19-19+svn20110326/debian/patches/series	2011-06-11 22:52:17.000000000 +0200
@@ -1 +1,2 @@
 audacity-portmixer.patch
+static-lib.patch
diff -Nru portaudio19-19+svn20110326/debian/patches/static-lib.patch portaudio19-19+svn20110326/debian/patches/static-lib.patch
--- portaudio19-19+svn20110326/debian/patches/static-lib.patch	1970-01-01 01:00:00.000000000 +0100
+++ portaudio19-19+svn20110326/debian/patches/static-lib.patch	2011-06-11 23:05:03.000000000 +0200
@@ -0,0 +1,11 @@
+--- a/configure.in.original	2011-05-10 22:21:43.000000000 +0200
++++ b/configure.in	2011-05-10 22:21:48.000000000 +0200
+@@ -360,7 +360,7 @@
+               THREAD_CFLAGS="-mt"
+               ;;
+            *)
+-              SHARED_FLAGS="-shared -fPIC"
++              SHARED_FLAGS="-fPIC"
+               THREAD_CFLAGS="-pthread"
+               ;;
+         esac


More information about the Pkg-voip-maintainers mailing list