diff options
author | 2015-01-02 07:55:56 +0000 | |
---|---|---|
committer | 2015-01-02 07:55:56 +0000 | |
commit | 73a1cb0317482dce7bd5860b97f4c2c5e290d018 (patch) | |
tree | 1d37842446be94773bd3de2b650d0b023d904e41 | |
parent | Fix postinst message. (diff) | |
download | gentoo-2-73a1cb0317482dce7bd5860b97f4c2c5e290d018.tar.gz gentoo-2-73a1cb0317482dce7bd5860b97f4c2c5e290d018.tar.bz2 gentoo-2-73a1cb0317482dce7bd5860b97f4c2c5e290d018.zip |
Version bump, remove old, add long description. Noteworthy upstream improvements: add PulseAudio device provider, for monitoring and listing PA devices via GstDeviceMonitor; various bug, thread safety and small memory leak fixes
(Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
-rw-r--r-- | media-plugins/gst-plugins-pulse/ChangeLog | 15 | ||||
-rw-r--r-- | media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.31.ebuild | 14 | ||||
-rw-r--r-- | media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.2.3.ebuild | 14 | ||||
-rw-r--r-- | media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.4.5.ebuild (renamed from media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.2.4.ebuild) | 9 | ||||
-rw-r--r-- | media-plugins/gst-plugins-pulse/metadata.xml | 10 |
5 files changed, 28 insertions, 34 deletions
diff --git a/media-plugins/gst-plugins-pulse/ChangeLog b/media-plugins/gst-plugins-pulse/ChangeLog index 4fdacdcb6a35..fbd33f248c79 100644 --- a/media-plugins/gst-plugins-pulse/ChangeLog +++ b/media-plugins/gst-plugins-pulse/ChangeLog @@ -1,6 +1,17 @@ # ChangeLog for media-plugins/gst-plugins-pulse -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.133 2014/10/11 13:27:09 maekke Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.134 2015/01/02 07:55:56 leio Exp $ + +*gst-plugins-pulse-1.4.5 (02 Jan 2015) + + 02 Jan 2015; Mart Raudsepp <leio@gentoo.org> + -gst-plugins-pulse-0.10.31.ebuild, -gst-plugins-pulse-1.2.3.ebuild, + -gst-plugins-pulse-1.2.4.ebuild, +gst-plugins-pulse-1.4.5.ebuild, + metadata.xml: + Version bump, remove old, add long description. Noteworthy upstream + improvements: add PulseAudio device provider, for monitoring and listing PA + devices via GstDeviceMonitor; various bug, thread safety and small memory + leak fixes 11 Oct 2014; Markus Meier <maekke@gentoo.org> gst-plugins-pulse-0.10.31-r1.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 deleted file mode 100644 index c42a07371042..000000000000 --- a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.31.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2013 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.11 2013/02/10 22:36:16 ago Exp $ - -EAPI="5" - -inherit gst-plugins-good - -DESCRIPTION="GStreamer plugin for the PulseAudio sound server" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86" -IUSE="" - -RDEPEND=">=media-sound/pulseaudio-0.98" -DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.2.3.ebuild b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.2.3.ebuild deleted file mode 100644 index bb633c201201..000000000000 --- a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.2.3.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2014 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-1.2.3.ebuild,v 1.10 2014/04/21 10:30:04 ago Exp $ - -EAPI="5" - -inherit gst-plugins-good - -DESCRIPTION="GStreamer plugin for the PulseAudio sound server" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86" -IUSE="" - -RDEPEND=">=media-sound/pulseaudio-2" -DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.2.4.ebuild b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.4.5.ebuild index 37a711dc4139..b5fd71a999d6 100644 --- a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.2.4.ebuild +++ b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.4.5.ebuild @@ -1,14 +1,15 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 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-1.2.4.ebuild,v 1.1 2014/05/31 15:01:09 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.4.5.ebuild,v 1.1 2015/01/02 07:55:56 leio Exp $ EAPI="5" -inherit gst-plugins-good +GST_ORG_MODULE=gst-plugins-good +inherit gstreamer DESCRIPTION="GStreamer plugin for the PulseAudio sound server" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" IUSE="" -RDEPEND=">=media-sound/pulseaudio-2" +RDEPEND=">=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-pulse/metadata.xml b/media-plugins/gst-plugins-pulse/metadata.xml index d1096fb54bd8..ff5f11a5837d 100644 --- a/media-plugins/gst-plugins-pulse/metadata.xml +++ b/media-plugins/gst-plugins-pulse/metadata.xml @@ -2,4 +2,14 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>gstreamer</herd> +<longdescription lang="en"> + GStreamer plugin for the PulseAudio sound server. + + Includes the following elements: + * pulsesink - Plays audio to a PulseAudio server + * pulsesrc - Captures audio from a PulseAudio server + + Includes the following device providers (since 1.4): + * pulsedeviceprovider - PulseAudio Device Provider +</longdescription> </pkgmetadata> |