Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 250339

Summary: media-libs/gst-plugins-base-0.10.21 - configure: error: no gstreamer-0.10 >= 0.10.20.1 (GStreamer) found
Product: Gentoo Linux Reporter: Jeroen Roovers (RETIRED) <jer>
Component: New packagesAssignee: GStreamer package maintainers <gstreamer>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jeroen Roovers (RETIRED) gentoo-dev 2008-12-09 02:15:52 UTC
DEPEND should probably be fixed:

Index: gst-plugins-base-0.10.21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.21.ebuild,v
retrieving revision 1.2
diff -u -B -r1.2 gst-plugins-base-0.10.21.ebuild
--- gst-plugins-base-0.10.21.ebuild     6 Dec 2008 06:47:45 -0000       1.2
+++ gst-plugins-base-0.10.21.ebuild     9 Dec 2008 02:14:42 -0000
@@ -15,7 +15,7 @@
 IUSE="debug nls"

 RDEPEND=">=dev-libs/glib-2.8
-     >=media-libs/gstreamer-0.10.19.1
+     >=media-libs/gstreamer-0.10.20.1
      >=dev-libs/liboil-0.3.14"
 DEPEND="${RDEPEND}
      nls? ( >=sys-devel/gettext-0.11.5 )
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2008-12-09 12:03:01 UTC
Fixed, thanks for reporting (the point .20.1 is a testing release which we never had and I haven't tested, so added straightforward .21 to the ebuild to keep them in sync)