# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils IUSE="" DESCRIPTION="Beat slicer, providing amplitude / frequency domain beat matching / zero crossing algorithms." HOMEPAGE="http://freecycle.redsteamrecords.com/" MY_P="${P/_/}" SRC_URI="http://download.savannah.gnu.org/releases/freecycle/${MY_P}.tar.bz2" S="${WORKDIR}/${PN}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND="=x11-libs/qt-3* >=dev-libs/glib-2.4 >=media-libs/aubio-0.3.0 >=media-libs/alsa-lib-1.0 media-sound/jack-audio-connection-kit media-libs/libinstpatch media-libs/libsoundtouch media-libs/libsndfile media-libs/libmng media-libs/libpng media-libs/jpeg =sci-libs/fftw-3*" src_compile() { epatch ${FILESDIR}/${P}-gcc.patch qmake freecycle.pro emake || die } src_install() { dobin bin/freecycle dodoc LICENSES README }