Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 355777 - media-sound/listen: please add use flag "cdda"
Summary: media-sound/listen: please add use flag "cdda"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-21 01:03 UTC by Sebastian Pipping
Modified: 2011-03-28 14:03 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 Sebastian Pipping gentoo-dev 2011-02-21 01:03:46 UTC
When starting listen from the shell I spot this:

  No Audio cd support (musicbrainz2 missing)

As I do have "cdda" in global USE I do expect to get CD audio support.
The use flag "musicbrainz2" is currenlty controlling the musicbrainz dependency

  musicbrainz? ( <dev-python/python-musicbrainz-2005
                 >=media-libs/tunepimp-0.5.3-r2[python] )

which I don't object to.  I propose adding a line like

  cdda? ( <dev-python/python-musicbrainz-2005 )

What do you think?
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2011-03-28 14:03:43 UTC
Well, I looked at the code and it seems python-musicbrainz (the new XML service) is favoured over older tunepimp (the old RDF service) anyway, so the tunepimp dep could be dropped.

Then, I've just renamed it to USE=cdda since I don't think it's useful to have 2 USE flags for 1 feature.

+  28 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> listen-0.6.5.ebuild:
+  Remove media-libs/tunepimp (Old RDF service) dep. in favour of
+  dev-python/python-musicbrainz (New XML service). Control it by USE="cdda"
+  instead of "musicbrainz" wrt #355777 by Sebastian Pipping.