Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 352041 - [gnome overlay] media-video/totem-2.91.4 needs to depend on media-plugins/gst-plugins-gconf
Summary: [gnome overlay] media-video/totem-2.91.4 needs to depend on media-plugins/gst...
Status: RESOLVED DUPLICATE of bug 332139
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-18 16:06 UTC by David Hicks
Modified: 2011-01-18 16:50 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 David Hicks 2011-01-18 16:06:18 UTC
Even with media-plugins/gst-plugins-gconf-0.10.23 installed on the system I am receiving the following configuration error with totem-2.91.4 from the overlay:

checking for GST... yes
checking GStreamer 0.10 inspection tool... yes
checking GStreamer 0.10 playbin2 plugin... yes
checking GStreamer 0.10 ffmpegcolorspace plugin... yes
checking GStreamer 0.10 videoscale plugin... yes
checking GStreamer 0.10 gconfaudiosink plugin... ./configure: line 18546: 19807 Aborted                 $gst010_inspect $good_element > /dev/null 2> /dev/null
no
configure: error: 
			Cannot find required GStreamer-0.10 plugin 'gconfaudiosink'.
			It should be part of gst-plugins-good. Please install it.





media-plugins/gst-plugins-good does not seem to be the culprit as it is not building the gconfelements plugin:

configure: *** Plug-ins without external dependencies that will be built:
	alpha
	apetag
	audiofx
	auparse
	autodetect
	avi
	cutter
	debugutils
	deinterlace
	effectv
	equalizer
	flv
	flx
	goom
	goom2k1
	icydemux
	id3demux
	imagefreeze
	interleave
	law
	level
	matroska
	multifile
	multipart
	qtdemux
	replaygain
	rtp
	rtpmanager
	rtsp
	shapewipe
	smpte
	spectrum
	udp
	videobox
	videocrop
	videofilter
	videomixer
	wavenc
	wavparse
	y4m

configure: *** Plug-ins without external dependencies that will NOT be built:
	monoscope

configure: *** Plug-ins with dependencies that will be built:

configure: *** Plug-ins with dependencies that will NOT be built:
	1394
	aasink
	annodex
	cacasink
	cairo
	directsoundsink
	dv
	esdsink
	flac
	gconfelements
	gdkpixbuf
	halelements
	jpeg
	oss4
	ossaudio
	osxaudio
	osxvideosink
	png
	pulseaudio
	shout2
	souphttpsrc
	speex
	sunaudio
	taglib
	v4l2src
	wavpack
	ximagesrc

Reproducible: Always

Steps to Reproduce:
Comment 1 David Hicks 2011-01-18 16:29:35 UTC
Please ignore the information I provided about a crash... it seems that is a duplicate of an old Gentoo Bug #149207. It's a compile/GStreamer error local to my setup as per:

gst-inspect-0.10 gconfaudiosink
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
**
GLib-GIO:ERROR:gdbusconnection.c:2279:initable_init: assertion failed: (connection->initialization_error == NULL)
Aborted


I was going to close this bug report however I noticed the totem-2.32 ebuild in the tree depends on gst-plugins-gconf. Upon inspecting configure.in in the latest git master version of totem it is apparent that totem-2.91.4 still requires gst-plugins-gconf. See http://git.gnome.org/browse/totem/tree/configure.in (search for gconf in this file).

I think it might be a bit early to remove the dependency on gst-plugins-gconf.
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2011-01-18 16:50:33 UTC
target for gtk+ is 2.20
Comment 3 Gilles Dartiguelongue (RETIRED) gentoo-dev 2011-01-18 16:50:52 UTC

*** This bug has been marked as a duplicate of bug 332139 ***