diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-10-23 07:57:12 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-10-23 07:57:12 +0000 |
commit | 15e688e4cfed7731a32a05282b776fd249100b98 (patch) | |
tree | 4bac5b69828645eb6f782a34f744c87ee4ddbc5d /media-plugins/gst-plugins-pulse | |
parent | Bump, fixes a memory leak. (diff) | |
download | gentoo-2-15e688e4cfed7731a32a05282b776fd249100b98.tar.gz gentoo-2-15e688e4cfed7731a32a05282b776fd249100b98.tar.bz2 gentoo-2-15e688e4cfed7731a32a05282b776fd249100b98.zip |
Version bump, adds support for S/PDIF and mp3-over-bluetooth passthrough, source output index, various fixes and improvements.
(Portage version: 2.2.0_alpha137/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/gst-plugins-pulse')
-rw-r--r-- | media-plugins/gst-plugins-pulse/ChangeLog | 11 | ||||
-rw-r--r-- | media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.31.ebuild | 16 |
2 files changed, 25 insertions, 2 deletions
diff --git a/media-plugins/gst-plugins-pulse/ChangeLog b/media-plugins/gst-plugins-pulse/ChangeLog index d2e893a62c2b..7b214da9aa97 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.71 2011/10/15 18:35:20 xarthisius Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.72 2012/10/23 07:57:12 tetromino Exp $ + +*gst-plugins-pulse-0.10.31 (23 Oct 2012) + + 23 Oct 2012; Alexandre Rostovtsev <tetromino@gentoo.org> + +gst-plugins-pulse-0.10.31.ebuild: + Version bump, adds support for S/PDIF and mp3-over-bluetooth passthrough, + source output index, various fixes and improvements. 15 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org> gst-plugins-pulse-0.10.30.ebuild: diff --git a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.31.ebuild b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.31.ebuild new file mode 100644 index 000000000000..b0020a0d66fa --- /dev/null +++ b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.31.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 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.31.ebuild,v 1.1 2012/10/23 07:57:12 tetromino Exp $ + +EAPI=4 + +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.98 is the latest suggested dep for some optional features/best behaviour not available before +RDEPEND=">=media-sound/pulseaudio-0.98 + >=media-libs/gst-plugins-base-0.10.36" +DEPEND="${RDEPEND}" |