Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 249306

Summary: www-apps/ampache: ebuild is missing dependencies for transcoding
Product: Gentoo Linux Reporter: Vytautas Jakutis <vytautas>
Component: Current packagesAssignee: Gentoo Web Application Packages Maintainers <web-apps>
Status: RESOLVED FIXED    
Severity: minor CC: felix.leif
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

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.