summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2010-07-31 11:09:00 +0000
committerMart Raudsepp <leio@gentoo.org>2010-07-31 11:09:00 +0000
commit027064679399184fccd4bf6c7a1c10fedeb79c5f (patch)
tree06b7cf563f0d322f45382f4a8955567ad25ddedf /media-plugins/gst-plugins-pulse
parentVersion bump to be in sync with the rest; no code changes (diff)
downloadgentoo-2-027064679399184fccd4bf6c7a1c10fedeb79c5f.tar.gz
gentoo-2-027064679399184fccd4bf6c7a1c10fedeb79c5f.tar.bz2
gentoo-2-027064679399184fccd4bf6c7a1c10fedeb79c5f.zip
Version bump. Bug and multi-threading fixes, hopefully fixing rare crashes with pidgin per bug 329361
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/gst-plugins-pulse')
-rw-r--r--media-plugins/gst-plugins-pulse/ChangeLog9
-rw-r--r--media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.23.ebuild14
2 files changed, 22 insertions, 1 deletions
diff --git a/media-plugins/gst-plugins-pulse/ChangeLog b/media-plugins/gst-plugins-pulse/ChangeLog
index 3748e4f13328..84eee3457e9c 100644
--- a/media-plugins/gst-plugins-pulse/ChangeLog
+++ b/media-plugins/gst-plugins-pulse/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for media-plugins/gst-plugins-pulse
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.38 2010/07/27 17:43:36 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.39 2010/07/31 11:09:00 leio Exp $
+
+*gst-plugins-pulse-0.10.23 (31 Jul 2010)
+
+ 31 Jul 2010; Mart Raudsepp <leio@gentoo.org>
+ +gst-plugins-pulse-0.10.23.ebuild:
+ Version bump. Bug and multi-threading fixes, hopefully fixing rare crashes
+ with pidgin per bug 329361
27 Jul 2010; Pacho Ramos <pacho@gentoo.org>
gst-plugins-pulse-0.10.22.ebuild:
diff --git a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.23.ebuild b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.23.ebuild
new file mode 100644
index 000000000000..7fa5f66b9111
--- /dev/null
+++ b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.23.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.23.ebuild,v 1.1 2010/07/31 11:09:00 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}"