[Pkg-voip-commits] r8801 - in /portaudio19/trunk/debian: libportaudio2.symbols patches/export-oss-functions.patch patches/series

bdrung at alioth.debian.org bdrung at alioth.debian.org
Thu Feb 24 23:49:13 UTC 2011


Author: bdrung
Date: Thu Feb 24 23:49:13 2011
New Revision: 8801

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8801
Log:
Export OSS functions.

Added:
    portaudio19/trunk/debian/patches/export-oss-functions.patch
Modified:
    portaudio19/trunk/debian/libportaudio2.symbols
    portaudio19/trunk/debian/patches/series

Modified: portaudio19/trunk/debian/libportaudio2.symbols
URL: http://svn.debian.org/wsvn/pkg-voip/portaudio19/trunk/debian/libportaudio2.symbols?rev=8801&op=diff
==============================================================================
--- portaudio19/trunk/debian/libportaudio2.symbols (original)
+++ portaudio19/trunk/debian/libportaudio2.symbols Thu Feb 24 23:49:13 2011
@@ -9,6 +9,9 @@
  PaJack_GetClientName at Base 19+svn20101113
  PaJack_Initialize at Base 19+svn20101113
  PaJack_SetClientName at Base 19+svn20101113
+ PaOSS_GetStreamInputDevice at Base 19+svn20101113-2~
+ PaOSS_GetStreamOutputDevice at Base 19+svn20101113-2~
+ PaOSS_Initialize at Base 19+svn20101113-2~
  Pa_AbortStream at Base 19+svn20101113
  Pa_CloseStream at Base 19+svn20101113
  Pa_GetDefaultHostApi at Base 19+svn20101113

Added: portaudio19/trunk/debian/patches/export-oss-functions.patch
URL: http://svn.debian.org/wsvn/pkg-voip/portaudio19/trunk/debian/patches/export-oss-functions.patch?rev=8801&op=file
==============================================================================
--- portaudio19/trunk/debian/patches/export-oss-functions.patch (added)
+++ portaudio19/trunk/debian/patches/export-oss-functions.patch Thu Feb 24 23:49:13 2011
@@ -1,0 +1,14 @@
+Description: Export OSS functions
+Author: Benjamin Drung <bdrung at debian.org>
+
+--- portaudio19-19+svn20101113.orig/Makefile.in
++++ portaudio19-19+svn20101113/Makefile.in
+@@ -43,7 +43,7 @@ PALIB = libportaudio.la
+ PAINC = include/portaudio.h
+ 
+ PA_LDFLAGS = $(LDFLAGS) $(SHARED_FLAGS) -rpath $(libdir) -no-undefined \
+-	     -export-symbols-regex "(Pa|PaMacCore|PaJack|PaAlsa|PaAsio)_.*" \
++	     -export-symbols-regex "(Pa|PaMacCore|PaJack|PaAlsa|PaAsio|PaOSS)_.*" \
+ 	     -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+ 
+ COMMON_OBJS = \

Modified: portaudio19/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/portaudio19/trunk/debian/patches/series?rev=8801&op=diff
==============================================================================
--- portaudio19/trunk/debian/patches/series (original)
+++ portaudio19/trunk/debian/patches/series Thu Feb 24 23:49:13 2011
@@ -1,2 +1,3 @@
 audacity-portmixer.patch
 binutils-gold-fix.patch
+export-oss-functions.patch




More information about the Pkg-voip-commits mailing list