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

Andres Mejia amejia004 at gmail.com
Sat Jun 2 14:28:26 UTC 2012


The following commit has been merged in the master branch:
commit 089386afcd8f4d571d88294651765135fe852de5
Author: Andres Mejia <amejia004 at gmail.com>
Date:   Sat Jun 2 10:05:35 2012 -0400

    Revert "Remove sndio support on request of Ron Lee and Bastian Blank"
    
    This reverts commit 01a717089659581f7c8f3a4b3e51f07257e65858.

diff --git a/debian/control b/debian/control
index 3467f49..2921d9b 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Uploaders: Bruno "Fuddl" Kleinert <fuddl at tauware.de>,
 Build-Depends: debhelper (>= 8.1.3~),
                libasound2-dev [linux-any],
                cmake, portaudio19-dev, libpulse-dev,
+               libroar-dev | libsndio-dev,
 Standards-Version: 3.9.3
 Section: libs
 Vcs-Git: git://anonscm.debian.org/pkg-games/openal-soft.git
diff --git a/debian/rules b/debian/rules
index f9f6106..a4b7cd1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,7 @@ DEB_CMAKE_OPTIONS ?= -DCMAKE_VERBOSE_MAKEFILE=ON \
 
 BUILD_TREE=$(CURDIR)/build-tree
 
-DLOPENED_LIBS = -lportaudio -lpulse
+DLOPENED_LIBS = -lportaudio -lpulse -lsndio
 ifeq ($(DEB_HOST_ARCH_OS),linux)
 DLOPENED_LIBS += -lasound
 endif

-- 
Packaging for openal-soft



More information about the Pkg-games-commits mailing list