[Pkg-voip-commits] [portaudio19] 79/114: Export OSS functions.

Benjamin Drung bdrung at moszumanska.debian.org
Sun Dec 25 20:05:38 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 0b04202720e389e0032bcd4155bb9502ddbe6d2d
Author: Benjamin Drung <bdrung at debian.org>
Date:   Thu Feb 24 23:49:13 2011 +0000

    Export OSS functions.
---
 debian/libportaudio2.symbols              |  3 +++
 debian/patches/export-oss-functions.patch | 14 ++++++++++++++
 debian/patches/series                     |  1 +
 3 files changed, 18 insertions(+)

diff --git a/debian/libportaudio2.symbols b/debian/libportaudio2.symbols
index fa7dfc9..b354a08 100644
--- a/debian/libportaudio2.symbols
+++ b/debian/libportaudio2.symbols
@@ -9,6 +9,9 @@ libportaudio.so.2 libportaudio2 #MINVER#
  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
diff --git a/debian/patches/export-oss-functions.patch b/debian/patches/export-oss-functions.patch
new file mode 100644
index 0000000..e8effdf
--- /dev/null
+++ b/debian/patches/export-oss-functions.patch
@@ -0,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 = \
diff --git a/debian/patches/series b/debian/patches/series
index dbe7beb..8532c96 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 audacity-portmixer.patch
 binutils-gold-fix.patch
+export-oss-functions.patch

-- 
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