Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 494 - ecasound new ebuild submission
Summary: ecasound new ebuild submission
Status: RESOLVED DUPLICATE of bug 899
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Grant Goodyear (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-02 02:19 UTC by Kalen Petersen
Modified: 2005-07-17 13:06 UTC (History)
0 users

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 Kalen Petersen 2002-02-02 02:19:45 UTC
I have just compiled and merged ecasound on my gentoo linux box.  ecasound is a
package designed for processing multiple tracks of audio.  I would suggest
putting this in media-sound/ecasound
The ebuild will be sent in a followup post, immediately after this one.

-Kalen
Comment 1 Kalen Petersen 2002-02-02 02:25:46 UTC
Because bugzilla won't believe me that I actually have a file to attatch, I'll
just paste in my .ebuild here.  Sorry for any inconvenience this causes you.  

-Kalen


ecasound-2.0.4.ebuild

S=${WORKDIR}/${P}
DESCRIPTION="A package for multitrack audio processing"
SRC_URI="http://ecasound.seul.org/download/${P}.tar.gz"
HOMEPAGE="http://eca.cx/"

DEPEND=

src_compile () {
        local myconf
        if [ -z "`use alsa`" ]
        then
                myconf="--disable-alsa"
        fi
        if [ -z "`use ogg`" ]
        then
                myconf="$myconf --disable-ogg"
        fi

        ./configure --prefix=/usr $myconf || die
}

src_install () {
        make prefix=${D} install || die
}
Comment 2 chouser (RETIRED) gentoo-dev 2002-02-04 17:43:50 UTC
I don't have sound on any of my gentoo boxen (yet). :-b  Please assign to
someone who can test.

--Chouser
Comment 3 Daniel Robbins (RETIRED) gentoo-dev 2002-02-04 17:59:05 UTC
OK, will do.  Sorry chouser! :)
Comment 4 Grant Goodyear (RETIRED) gentoo-dev 2002-02-08 12:52:41 UTC
Need to include DEPEND string.  Taking a look at the ecasound web site, 
there are a _lot_ of optional packages that should be enabled/disabled
with USE variables: alsa, mp3 (we should replace the "lame" use variable),
ogg, arts, python, ncurses, whatever ladspa is, etcetera, as well as the
actual requirements for building: virtual/glibc, >=sys-devel/binutils-2.9.1.0.15.
Comment 5 Bart Verwilst 2002-05-01 07:33:39 UTC

*** This bug has been marked as a duplicate of 899 ***