diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2009-03-22 16:54:53 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2009-03-22 16:54:53 +0000 |
commit | 1738eecd5fc6073174b2c06ca62f2fe21cf6f770 (patch) | |
tree | b10b32c66f9f4f09530e2741f23b243e116bf940 /media-sound/banshee/banshee-1.4.3.ebuild | |
parent | Fix compile error when bluetooth support is disabled. (diff) | |
download | historical-1738eecd5fc6073174b2c06ca62f2fe21cf6f770.tar.gz historical-1738eecd5fc6073174b2c06ca62f2fe21cf6f770.tar.bz2 historical-1738eecd5fc6073174b2c06ca62f2fe21cf6f770.zip |
Update gstreamer dependency to prepare for stabilization of mono-2.0. Remove half a year worth of old versions.
Package-Manager: portage-2.2_rc26/cvs/Linux x86_64
Diffstat (limited to 'media-sound/banshee/banshee-1.4.3.ebuild')
-rw-r--r-- | media-sound/banshee/banshee-1.4.3.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/media-sound/banshee/banshee-1.4.3.ebuild b/media-sound/banshee/banshee-1.4.3.ebuild index 2bb4c05e1bc7..fc866e417b63 100644 --- a/media-sound/banshee/banshee-1.4.3.ebuild +++ b/media-sound/banshee/banshee-1.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/banshee-1.4.3.ebuild,v 1.1 2009/03/05 19:38:35 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/banshee-1.4.3.ebuild,v 1.2 2009/03/22 16:54:53 loki_val Exp $ EAPI=2 @@ -26,7 +26,10 @@ RDEPEND=">=dev-lang/mono-2 >=dev-dotnet/gconf-sharp-2.24.0 >=dev-dotnet/gnome-sharp-2.24.0 >=dev-dotnet/notify-sharp-0.4.0_pre20080912-r1 - >=media-libs/gstreamer-0.10.21-r3 + || ( + >=media-libs/gstreamer-0.10.21-r3 + =media-libs/gstreamer-0.10.20* + ) >=media-libs/gst-plugins-bad-${GVER} >=media-libs/gst-plugins-good-${GVER} >=media-libs/gst-plugins-ugly-${GVER} |