leio 15/01/02 07:55:56
Modified: ChangeLog metadata.xml
Added: gst-plugins-pulse-1.4.5.ebuild
Removed: gst-plugins-pulse-1.2.4.ebuild
gst-plugins-pulse-1.2.3.ebuild
gst-plugins-pulse-0.10.31.ebuild
Log:
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)
Revision Changes Path
1.134 media-plugins/gst-plugins-pulse/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?rev=1.134&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?rev=1.134&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?r1=1.133&r2=1.134
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ChangeLog 11 Oct 2014 13:27:09 -0000 1.133
+++ ChangeLog 2 Jan 2015 07:55:56 -0000 1.134
@@ -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 <[email protected]>
+ -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 <[email protected]>
gst-plugins-pulse-0.10.31-r1.ebuild:
1.3 media-plugins/gst-plugins-pulse/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/metadata.xml?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/metadata.xml?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/metadata.xml?r1=1.2&r2=1.3
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml 1 Jun 2013 11:16:25 -0000 1.2
+++ metadata.xml 2 Jan 2015 07:55:56 -0000 1.3
@@ -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>
1.1
media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.4.5.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.4.5.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.4.5.ebuild?rev=1.1&content-type=text/plain
Index: gst-plugins-pulse-1.4.5.ebuild
===================================================================
# 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.4.5.ebuild,v
1.1 2015/01/02 07:55:56 leio Exp $
EAPI="5"
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.1-r1[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}"