Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 137781 - app-cdr/cuecue should depend on media-libs/flac
Summary: app-cdr/cuecue should depend on media-libs/flac
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Stefan Briesenick (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-23 15:28 UTC by Friedrich Oslage (RETIRED)
Modified: 2006-06-24 03:10 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 Friedrich Oslage (RETIRED) gentoo-dev 2006-06-23 15:28:27 UTC
Trying to install app-cdr/cuecue-0.2.2 without media-libs/flac-1.1.2-r7 installed results in:

checking for Vorbis... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/libcuecue/Makefile
config.status: creating src/cuecue/Makefile
config.status: executing depfiles commands
cd . && /bin/sh /tmp/portage/cuecue-0.2.2/work/cuecue-0.2.2/missing --run aclocal-1.7
aclocal: configure.in: 57: macro `AM_PATH_LIBFLAC' not found in library
make: *** [aclocal.m4] Fehler 1
Comment 1 Stefan Briesenick (RETIRED) gentoo-dev 2006-06-24 03:04:24 UTC
it already depends on media-libs/flac.

RDEPEND="mp3? ( media-libs/libmad )
    flac? ( media-libs/flac )
    vorbis? ( media-libs/libogg media-libs/libvorbis )"

but obviously, it's not DEPEND but RDEPEND. Ok, I fix this... Don't know how this could happen.
Comment 2 Stefan Briesenick (RETIRED) gentoo-dev 2006-06-24 03:10:45 UTC
in CVS. But no new revision.