[SCM] mpv/master: Enable sndio audio output
ghedo at users.alioth.debian.org
ghedo at users.alioth.debian.org
Thu Sep 24 19:12:21 UTC 2015
The following commit has been merged in the master branch:
commit 271cf10acaf9c4a5fee5fa79c82d33ffe3dce459
Author: Alessandro Ghedini <alessandro at ghedini.me>
Date: Wed Sep 23 11:32:53 2015 +0200
Enable sndio audio output
Closes: #798985
diff --git a/debian/control b/debian/control
index 44ea78d..9609dd2 100644
--- a/debian/control
+++ b/debian/control
@@ -28,6 +28,7 @@ Build-Depends: debhelper (>= 9),
libpulse-dev,
librubberband-dev,
libsdl2-dev,
+ libsndio-dev,
libswscale-dev (>= 7:2.4~),
libva-dev,
libvdpau-dev,
diff --git a/debian/rules b/debian/rules
index 03218c0..bc4efa9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ override_dh_auto_configure:
--libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
--confdir=/etc/mpv \
--zshdir=/usr/share/zsh/vendor-completions \
- --enable-cdda --enable-sdl2 \
+ --enable-cdda --enable-sdl2 --enable-sndio \
--enable-zsh-comp --enable-libmpv-shared \
--disable-build-date
--
mpv packaging
More information about the pkg-multimedia-commits
mailing list