Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 407759 - media-sound/mpd[cdio] should depend on dev-libs/libcdio[-minimal]
Summary: media-sound/mpd[cdio] should depend on dev-libs/libcdio[-minimal]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Christoph Mende (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-11 07:06 UTC by Serge
Modified: 2012-04-25 07:03 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 Serge 2012-03-11 07:06:40 UTC
At least for mpd-0.16.5

If trying to emerge mpd with USE="-* alsa mpg123 cdio" while libcdio built with USE="-* minimal", gcc complains of cdio/cdtext.h file absence.

The followind solves the issue:

--- /usr/portage/media-sound/mpd/mpd-0.16.5.ebuild	2012-01-20 16:27:58.000000000 +0400
+++ /usr/local/portage/overlay/media-sound/mpd/mpd-0.16.5.ebuild	2012-03-11 10:50:11.799016499 +0400
@@ -30,7 +30,7 @@
 	ao? ( media-libs/libao[alsa?,pulseaudio?] )
 	audiofile? ( media-libs/audiofile )
 	bzip2? ( app-arch/bzip2 )
-	cdio? ( dev-libs/libcdio )
+	cdio? ( dev-libs/libcdio[-minimal] )
 	cue? ( media-libs/libcue )
 	curl? ( net-misc/curl )
 	ffmpeg? ( virtual/ffmpeg )
Comment 1 Christoph Mende (RETIRED) gentoo-dev 2012-04-25 07:03:52 UTC
thanks, fixed