Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 124864 - amarok-1.4_beta1-r1 needs media-libs/gst-plugins-base-0.10.* dep to build gstreamer support
Summary: amarok-1.4_beta1-r1 needs media-libs/gst-plugins-base-0.10.* dep to build gst...
Status: RESOLVED LATER
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-03 13:38 UTC by Guillaume Castagnino
Modified: 2006-03-05 14:56 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 Guillaume Castagnino 2006-03-03 13:38:07 UTC
If only gstreamer is installed without gst-plugins-base, amarok gstreamer support is disabled by configure (and gstreamer engine is not build) :

checking for gstreamer-0.10 >= 0.10.0... yes
checking GST10_CFLAGS... -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2
checking GST10_LIBS... -Wl,--export-dynamic -pthread -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lxml2 -lz -lm -lglib-2.0
checking for gstreamer-plugins-0.10 >= 0.10.0... checking for gst/audio/audio.h... no

$ equery belongs /usr/include/gstreamer-0.10/gst/audio/audio.h
[ Searching for file(s) /usr/include/gstreamer-0.10/gst/audio/audio.h in *... ]
media-libs/gst-plugins-base-0.10.3 (/usr/include/gstreamer-0.10/gst/audio/audio.h)

emerging gst-plugins-base solves the problem
Comment 1 Guillaume Castagnino 2006-03-03 14:59:36 UTC
Hum, in fact the problem is deeper : there is the missing dependancy, but there is also this bug http://bugs.kde.org/show_bug.cgi?id=121989 .

This sould be solved in _beta2
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-05 10:28:10 UTC
Thanks for reporting, anyway, amarok 1.4_beta2 is due for later today or tomorrow so it will be all fixed in that.
Right now I can't even access cvs, so I can't remove 1.4_beta1-r1, and being a masked package... it's simpler to just wait ;)
Comment 3 Guillaume Castagnino 2006-03-05 14:56:09 UTC
Confirm gstreamer-0.10 only install works now very well with beta2
thanks