diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-12-24 20:17:35 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-12-24 20:17:35 +0000 |
commit | fc083be9e2dabd9a1161bc293c37bd707d3bce6d (patch) | |
tree | 351b619fd58a1ce3a3a1947f8d83ccddc66be4ae /x11 | |
parent | bb44a7e1772e27ab75210fe7f474423a5b6e24c4 (diff) | |
download | aports-fc083be9e2dabd9a1161bc293c37bd707d3bce6d.tar.bz2 aports-fc083be9e2dabd9a1161bc293c37bd707d3bce6d.tar.xz |
x11/gst-plugins-base: use OSS as default audio sink
ALSA didnt work really
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gst-plugins-base/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gst-plugins-base/APKBUILD b/x11/gst-plugins-base/APKBUILD index b40f3e76b..a2013047d 100644 --- a/x11/gst-plugins-base/APKBUILD +++ b/x11/gst-plugins-base/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gst-plugins-base pkgver=0.10.25 -pkgrel=0 +pkgrel=1 pkgdesc="GStreamer Multimedia Framework Base Plugins" url="http://gstreamer.freedesktop.org/" license="GPL LGPL" @@ -22,6 +22,7 @@ build() { --localstatedir=/var \ --disable-static \ --disable-experimental \ + --with-default-audiosink=osssink \ --with-package-name="GStreamer Base Plugins (Alpine Linux)" \ --with-package-origin="http://www.alpinelinux.org/" \ || return 1 |