[SCM] Packaging for openal-soft branch, master, updated. debian/1%1.14-2-3-g72e3dbc

Andres Mejia amejia004 at gmail.com
Sat May 5 21:39:10 UTC 2012


The following commit has been merged in the master branch:
commit 4eac5abe84fc606011444d3d3674ffb91f9ba66e
Author: Andres Mejia <amejia004 at gmail.com>
Date:   Sat May 5 17:24:36 2012 -0400

    Dlopen libsndio.so.2 instead of libsndio.so.

diff --git a/debian/patches/libsndio-dlopen-change.patch b/debian/patches/libsndio-dlopen-change.patch
new file mode 100644
index 0000000..efcc4d8
--- /dev/null
+++ b/debian/patches/libsndio-dlopen-change.patch
@@ -0,0 +1,14 @@
+Description: Dlopen libsndio.so.2 instead of libsndio.so.
+Author: Andres Mejia <amejia at debian.org>
+
+--- a/Alc/backends/sndio.c
++++ b/Alc/backends/sndio.c
+@@ -79,7 +79,7 @@
+ #ifdef HAVE_DYNLOAD
+     if(!sndio_handle)
+     {
+-        sndio_handle = LoadLib("libsndio.so");
++        sndio_handle = LoadLib("libsndio.so.2");
+         if(!sndio_handle)
+             return ALC_FALSE;
+ 
diff --git a/debian/patches/series b/debian/patches/series
index c6c45de..c674d41 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 no-fpuextended.patch
+libsndio-dlopen-change.patch

-- 
Packaging for openal-soft



More information about the Pkg-games-commits mailing list