Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
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 :)
Created an attachment (id=112119) [details] ecasound-2.4.5 ebuild
Done. I've bumped it to 2.4.5. (Note to myself: Still needs to be converted to use python.eclass)