Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 249306 - www-apps/ampache: ebuild is missing dependencies for transcoding
Summary: www-apps/ampache: ebuild is missing dependencies for transcoding
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-29 20:43 UTC by Vytautas Jakutis
Modified: 2010-12-09 10:04 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 Vytautas Jakutis 2008-11-29 20:43:44 UTC
when enabling transcoding in the application configuration and the system does not have flac/lame/etc installed, the transcoding does not work

i spotted these commands used in the config: flac, faad, mp3splt, oggsplt, lame, oggdec, alac.

i think this should be solved by adding appropriate use flags: flac, lame

Reproducible: Always
Comment 1 Wormo (RETIRED) gentoo-dev 2008-11-30 07:53:30 UTC
Adding use flags to pull in the appropriate deps sounds like a good idea to me... assigning to maintainers
Comment 2 Felix Leif Keppmann 2009-01-03 15:20:21 UTC
flac -> media-libs/flac
lame -> media-sound/lame
faad -> media-libs/faad2
mp3splt -> media-sound/mp3splt
oggsplt -> media-sound/mp3splt (again)
oggdec -> media-sound/vorbis-tools
Comment 3 Tim Harder gentoo-dev 2010-12-09 10:04:21 UTC
Added in ampache-3.5.4 that was just added to the tree.

Note that the there is a main transcode USE flag that enables the default transcoding to mp3 using lame with additional USE flags for aac, flac, mp3, and ogg.