Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 250339 - media-libs/gst-plugins-base-0.10.21 - configure: error: no gstreamer-0.10 >= 0.10.20.1 (GStreamer) found
Summary: media-libs/gst-plugins-base-0.10.21 - configure: error: no gstreamer-0.10 >= ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: GStreamer package maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-09 02:15 UTC by Jeroen Roovers (RETIRED)
Modified: 2008-12-09 12:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)