Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 42792 - FLAC uses Vorbis "tags" but depends on id3lib
Summary: FLAC uses Vorbis "tags" but depends on id3lib
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-24 12:07 UTC by imbacil
Modified: 2004-05-10 09:59 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 imbacil 2004-02-24 12:07:13 UTC
FLAC ignores ID3 tags if they are attached to a .flac filet. FLAC support
Vorbis "tags" and have no use of ID3 tags, but still, the FLAC packages depends
on id3lib.

Reproducible: Always
Steps to Reproduce:
1. emerge -vp flac
2.
3.

Actual Results:  
emerge -vp flac

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N    ] media-sound/xmms-1.2.8-r4  -3dnow -cjk +directfb -esd +gnome
+gtk2 +ipv6 +mikmod +mmx +nls +oggvorbis +opengl -xml  0 kB 
[ebuild  N    ] media-libs/id3lib-3.8.3-r1   928 kB 
[ebuild  N    ] media-libs/flac-1.1.0  +X +sse +xmms  1,173 kB 

Total size of downloads: 2,102 kB


Expected Results:  
emerge -vp flac

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N    ] media-sound/xmms-1.2.8-r4  -3dnow -cjk +directfb -esd +gnome
+gtk2 +ipv6 +mikmod +mmx +nls +oggvorbis +opengl -xml  0 kB 
[ebuild  N    ] media-libs/flac-1.1.0  +X +sse +xmms  1,173 kB
Comment 1 Jeremy Huddleston (RETIRED) gentoo-dev 2004-02-26 20:23:23 UTC
I hd a faad/flac brainfart... I'll take this bug.
Comment 2 Jeremy Huddleston (RETIRED) gentoo-dev 2004-02-28 04:05:25 UTC
fixed in portage.  thanks for pointing this out.  I don't know how/why that dep got added...
Comment 3 imbacil 2004-05-10 08:44:08 UTC
FLAC is yet again depending on id3lib for unknown reasons

emerge -Uvp flac

Calculating dependencies ...done!
[ebuild  N    ] media-libs/id3lib-3.8.3-r1   928 kB
[ebuild     U ] media-libs/flac-1.1.0-r1 [1.1.0] +X +sse +xmms  1,173 kB
Comment 4 Jeremy Huddleston (RETIRED) gentoo-dev 2004-05-10 09:59:37 UTC
thanks.