Opened 10 years ago

Closed 10 years ago

#44332 closed enhancement (invalid)

gstreamer010-gst-plugins-good @0.10.31 shouldn't depend on taglib

Reported by: help@… Owned by: rmstonecipher@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: gstreamer010-gst-plugins-good

Description

Seems that removing port:taglib line from depends_lib section of gstreamer010-gst-plugins-good's Portfile doesn't break/change anything, so obviously it's not a real dependency. I noticed this because taglib doesn't build with macosx_deployment_target set in macports.conf (but that's another issue), so avoiding taglib helps.

Change History (2)

comment:1 Changed 10 years ago by mf2k (Frank Schima)

Cc: rmstonecipher@… removed
Owner: changed from macports-tickets@… to rmstonecipher@…
Version: 2.3.1

comment:2 Changed 10 years ago by dbevans (David B. Evans)

Resolution: invalid
Status: newclosed

taglib is required by the taglib plugin which is not built if taglib is missing. This may not be obvious if you don't use this plugin. From the configure output (with taglib present)

configure: *** Plug-ins with dependencies that will be built:
	aasink
	annodex
	cacasink
	cairo
	cairooverlay
	dv
	esdsink
	flac
	gconfelements
	gdkpixbuf
	jack
	jpeg
	oss4
	osxaudio
	osxvideosink
	png
	pulseaudio
	shout2
	souphttpsrc
	speex
****	taglib
	wavpack
	ximagesrc
Note: See TracTickets for help on using tickets.