diff options
author | Jim Ramsay <lack@gentoo.org> | 2008-11-18 13:22:11 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2008-11-18 13:22:11 +0000 |
commit | 3fc4dccb79c7c3a16a37db8f20e5d20bba4ee2fd (patch) | |
tree | f94711c40f59b07cbe0ec4b78eac4dc983c02856 /media-plugins | |
parent | Marking stable on amd64, bug #234089 (diff) | |
download | gentoo-2-3fc4dccb79c7c3a16a37db8f20e5d20bba4ee2fd.tar.gz gentoo-2-3fc4dccb79c7c3a16a37db8f20e5d20bba4ee2fd.tar.bz2 gentoo-2-3fc4dccb79c7c3a16a37db8f20e5d20bba4ee2fd.zip |
Version cleanup, and fix for bug #236586
(Portage version: 2.2_rc14/cvs/Linux 2.6.26-gentoo-r1 i686)
Diffstat (limited to 'media-plugins')
4 files changed, 8 insertions, 66 deletions
diff --git a/media-plugins/gst-plugins-pulse/ChangeLog b/media-plugins/gst-plugins-pulse/ChangeLog index ceb326a375e7..ae0f04ad11ef 100644 --- a/media-plugins/gst-plugins-pulse/ChangeLog +++ b/media-plugins/gst-plugins-pulse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/gst-plugins-pulse # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.9 2008/08/08 18:55:27 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.10 2008/11/18 13:22:11 lack Exp $ + + 18 Nov 2008; Jim Ramsay <lack@gentoo.org> -gst-plugins-pulse-0.9.4.ebuild, + -gst-plugins-pulse-0.9.5.ebuild, gst-plugins-pulse-0.9.7.ebuild: + Version cleanup, and fix for bug #236586 08 Aug 2008; Markus Meier <maekke@gentoo.org> ChangeLog: x86 stable, bug #232054 diff --git a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.9.4.ebuild b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.9.4.ebuild deleted file mode 100644 index 00bf33b7b417..000000000000 --- a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.9.4.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2006 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.9.4.ebuild,v 1.1 2006/12/17 19:26:35 lack Exp $ - -MY_PN='gst-pulse' -DESCRIPTION="gst-pulse is a GStreamer 0.10 plugin for the PulseAudio sound server." -HOMEPAGE="http://0pointer.de/lennart/projects/gst-pulse/" -SRC_URI="http://0pointer.de/lennart/projects/${MY_PN}/${MY_PN}-${PV}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT=0.10 -KEYWORDS="~x86" -IUSE="" - -RDEPEND=">=media-sound/pulseaudio-${PV} - =media-libs/gstreamer-0.10*" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -S="${WORKDIR}/${MY_PN}-${PV}" - -src_compile() { - econf --disable-lynx || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dohtml -r doc - dodoc README -} diff --git a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.9.5.ebuild b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.9.5.ebuild deleted file mode 100644 index 1943085d514d..000000000000 --- a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.9.5.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2007 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.9.5.ebuild,v 1.1 2007/11/02 19:32:02 drac Exp $ - -MY_PN=gst-pulse - -DESCRIPTION="gst-pulse is a GStreamer 0.10 plugin for the PulseAudio sound server." -HOMEPAGE="http://0pointer.de/lennart/projects/gst-pulse/" -SRC_URI="http://0pointer.de/lennart/projects/${MY_PN}/${MY_PN}-${PV}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0.10" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=media-sound/pulseaudio-${PV} - =media-libs/gstreamer-0.10*" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -S="${WORKDIR}"/${MY_PN}-${PV} - -src_compile() { - econf --disable-lynx - emake || die "emake failed." -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dohtml -r doc - dodoc README -} diff --git a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.9.7.ebuild b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.9.7.ebuild index bc2e3f1bd76d..1c1e3e85b092 100644 --- a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.9.7.ebuild +++ b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.9.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.9.7.ebuild,v 1.6 2008/08/07 21:59:13 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.9.7.ebuild,v 1.7 2008/11/18 13:22:11 lack Exp $ MY_PN=gst-pulse @@ -14,7 +14,8 @@ KEYWORDS="alpha amd64 sparc x86" IUSE="" RDEPEND=">=media-sound/pulseaudio-${PV} - =media-libs/gstreamer-0.10*" + =media-libs/gstreamer-0.10* + >=media-libs/gst-plugins-base-0.10.20" DEPEND="${RDEPEND} dev-util/pkgconfig" |