Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 169371 - media-sound/ecasound-2.4.5 version bump
Summary: media-sound/ecasound-2.4.5 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2007-03-04 21:48 UTC by Risto A. Paju
Modified: 2007-06-15 12:22 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ecasound-2.4.5 ebuild (ecasound-2.4.5.ebuild,3.11 KB, text/plain)
2007-03-04 21:49 UTC, Risto A. Paju
Details

Note You need to log in before you can comment on or make changes to this bug.
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)