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

Bug 169371

Summary: media-sound/ecasound-2.4.5 version bump
Product: Gentoo Linux Reporter: Risto A. Paju <teknohog+gentoobugz>
Component: New packagesAssignee: Gentoo Sound Team <sound>
Status: RESOLVED FIXED    
Severity: enhancement CC: avuton
Priority: High Keywords: EBUILD
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: ecasound-2.4.5 ebuild

Description Risto A. Paju 2007-03-04 21:48:11 UTC
Updated the ecasound ebuild to 2.4.5. As per http://eca.cx/relnotes/ecasound_v2_4_5_relnotes.txt, the new version adds improved flac support via libsndfile. There's no configure option for flac directly, so I've added the flac dependency as follows:

Added "flac" to IUSE

Added "flac? ( >=media-libs/libsndfile-1.0.12 media-libs/flac)" to DEPEND

Added "$(use_enable flac sndfile)" to the econf line of src_compile

This is one of my first attempts with ebuild hacking, so I'm looking forward to fixes and clarifications, though the ebuild works for me :)
Comment 1 Risto A. Paju 2007-03-04 21:49:07 UTC
Created attachment 112119 [details]
ecasound-2.4.5 ebuild
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2007-06-15 12:22:25 UTC
Done. I've bumped it to 2.4.5.

(Note to myself: Still needs to be converted to use python.eclass)