Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 421873 - media-sound/abcde: Rename USE "id3" to "id3tag" (for consistency)
Summary: media-sound/abcde: Rename USE "id3" to "id3tag" (for consistency)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Low normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-19 05:25 UTC by Nikolaj Šujskij
Modified: 2012-11-25 09:33 UTC (History)
1 user (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 Nikolaj Šujskij 2012-06-19 05:25:19 UTC
Most other applications in Gentoo have USE="id3tag" for enabling ID3 tagging support:

 % quse -D id3tag
 local:id3tag:media-sound/alsaplayer: Enables ID3 tagging with id3tag library
 local:id3tag:media-sound/audacity: Enables ID3 tagging with id3tag library
 local:id3tag:media-sound/mpd: Support for ID3 tags
 local:id3tag:media-sound/sonic-visualiser: Enables ID3 tagging with id3tag library
 local:id3tag:media-sound/sox: Enables ID3 tagging with id3tag library
 local:id3tag:media-video/vlc: Enables id3tag metadata reader plugin.

Not so with media-sound/abcde, which (alone) has USE="id3":
 % quse -D id3   
 local:id3:media-sound/abcde: Support ID3, ID3v2 tagging of audio files

Please rename "id3" to "id3tag" for consistency with other applications. Otherwise it's a bit unexpected to enable global ID3 support in make.conf, which doesn't cover all apps.

Reproducible: Always
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2012-06-19 05:38:18 UTC
We could also make USE="id3tag" a global USE flag... I've sent a mail to the gentoo-dev mailinglist and if nobody objects, will do it all at once then
Comment 2 Nikolaj Šujskij 2012-06-19 05:44:16 UTC
(In reply to comment #1)
> We could also make USE="id3tag" a global USE flag...

 This would be nice, although hardly changing anything seriously :)
Comment 3 Ben de Groot (RETIRED) gentoo-dev 2012-06-19 14:45:07 UTC
Make it so
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2012-11-25 09:33:08 UTC
done