# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="EXtendable, SCalable Architecture for Live, Interactive or Batch-orientated Audio-signal Refinement" HOMEPAGE="http://exscalibar.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc -sparc ~x86" IUSE="wav mp3 ogg fftw jack alsa doc" # gat DEPEND=">=x11-libs/qt-3.2 =media-libs/libsndfile-1.0.0 ) mp3? ( >=media-libs/libmad-0.15 ) ogg? ( >=media-libs/libvorbis-1.0.0 ) fftw? ( >=sci-libs/fftw-3.0.0 ) jack? ( >=media-sound/jack-audio-connection-kit-0.90.0 ) alsa? ( >=media-libs/alsa-lib-0.9 )" # gat? ( ? ) RDEPEND="" src_compile () { econf || die "configure failed" emake -j1 || die ?emake failed? } src_install() { make INSTALL_ROOT="${D}" install || die "make install failed" dodoc CHANGELOG INSTALL NOTES README if use doc ; then dodir /usr/share/doc/${P}/tex/ cp -R doc/* ${D}/usr/share/doc/${P}/tex/ || die fi }