summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2010-07-03 01:45:09 +0000
committerMart Raudsepp <leio@gentoo.org>2010-07-03 01:45:09 +0000
commit37458343f03823d956a2a5a47f237555f46594b3 (patch)
tree49cce413a03ae1e7ad6e86f05b7ecfb02b0a6401 /media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.22.ebuild
parentVersion bump. No noteworthy changes. (diff)
downloadhistorical-37458343f03823d956a2a5a47f237555f46594b3.tar.gz
historical-37458343f03823d956a2a5a47f237555f46594b3.tar.bz2
historical-37458343f03823d956a2a5a47f237555f46594b3.zip
Version bump. Partially fixes a racy shutdown in pulsesink.
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
Diffstat (limited to 'media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.22.ebuild')
-rw-r--r--media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.22.ebuild14
1 files changed, 14 insertions, 0 deletions
diff --git a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.22.ebuild b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.22.ebuild
new file mode 100644
index 000000000000..a8da927043c3
--- /dev/null
+++ b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.22.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.22.ebuild,v 1.1 2010/07/03 01:45:09 leio Exp $
+
+inherit gst-plugins-good
+
+DESCRIPTION="GStreamer plugin for the PulseAudio sound server"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+IUSE=""
+
+# >=0.9.15 ensures working per-stream volume
+RDEPEND=">=media-sound/pulseaudio-0.9.15
+ >=media-libs/gst-plugins-base-0.10.29"
+DEPEND="${RDEPEND}"