Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 365383 - >=dev-cpp/gstreamermm-0.10.9 should depend on >=dev-cpp/glibmm-2.26
Summary: >=dev-cpp/gstreamermm-0.10.9 should depend on >=dev-cpp/glibmm-2.26
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gilles Dartiguelongue (RETIRED)
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2011-04-30 07:55 UTC by nebojsa
Modified: 2011-11-20 17:15 UTC (History)
2 users (show)

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 nebojsa 2011-04-30 07:55:00 UTC
Configure phase of gstreamermm build fails if >=dev-cpp/glibmm-2.26 is not present. Current ebuild demands only >=dev-cpp/glibmm-2.21.1
Comment 1 Bodo Thiesen 2011-11-20 12:23:41 UTC
Still not fixed for 0.10.9.1 (not opening new report for that)

configure: error: Package requirements (giomm-2.4 >= 2.26.0 libxml++-2.6 >= 2.14 gstreamer-0.10 >= 0.10.32 gstreamer-base-0.10 >= 0.10.32 gstreamer-controller-0.10 >= 0.10.32 gstreamer-dataprotocol-0.10 >= 0.10.32 gstreamer-net-0.10 >= 0.10.32 gstreamer-plugins-base-0.10 >= 0.10.32 gstreamer-audio-0.10 >= 0.10.32 gstreamer-cdda-0.10 >= 0.10.32 gstreamer-interfaces-0.10 >= 0.10.32 gstreamer-netbuffer-0.10 >= 0.10.32 gstreamer-rtp-0.10 >= 0.10.32 gstreamer-video-0.10 >= 0.10.32) were not met:

Here is the updated depend ready for cut&paste.

RDEPEND="
        >=media-libs/gstreamer-0.10.32:0.10
        >=media-libs/gst-plugins-base-0.10.32:0.10
        >=dev-cpp/glibmm-2.26.0:2
        >=dev-cpp/libxmlpp-2.14:2.6
        >=dev-libs/libsigc++-2:2
"

Regards, Bodo
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2011-11-20 17:15:00 UTC
+  20 Nov 2011; Gilles Dartiguelongue <eva@gentoo.org>
+  gstreamermm-0.10.9.1.ebuild:
+  Update dependencies, bug #365383. Re-add custom check phase.
+
Thanks for reporting.