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

Evgeni Golov evgeni at debian.org
Sat Jun 2 12:50:44 UTC 2012


The following commit has been merged in the master branch:
commit 01a717089659581f7c8f3a4b3e51f07257e65858
Author: Evgeni Golov <evgeni at debian.org>
Date:   Sat Jun 2 14:50:06 2012 +0200

    Remove sndio support on request of Ron Lee and Bastian Blank
    
    libsndio is provided by libroar-compat2, which pulls in libroar2,
    which pulls in libdnet, which we do not want in a standard install.

diff --git a/debian/control b/debian/control
index 2921d9b..3467f49 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,6 @@ 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 a4b7cd1..f9f6106 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 -lsndio
+DLOPENED_LIBS = -lportaudio -lpulse
 ifeq ($(DEB_HOST_ARCH_OS),linux)
 DLOPENED_LIBS += -lasound
 endif

-- 
Packaging for openal-soft



More information about the Pkg-games-commits mailing list