Re: [proaudio] libsndfile update/aliki/jnoise/ambdec

[ Thread Index | Date Index | More lists.tuxfamily.org/proaudio Archives ]


On Monday 12 January 2009 14:12:03 Florian Faber wrote:
> ..attached.

Minor correction.


Flo
-- 
Machines can do the work, so people have time to think.
public key 6C002249          x-hkp://wwwkeys.eu.pgp.net
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit exteutils

RESTRICT="nomirror"
DESCRIPTION="Aliki is an integrated system for Impulse Response measurements"
HOMEPAGE="http://www.kokkinizita.net/linuxaudio";
SRC_URI="http://www.kokkinizita.net/linuxaudio/downloads/${P}.tar.bz2
         http://www.kokkinizita.net/linuxaudio/downloads/aliki-manual.pdf";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="doc"

DEPEND=">=media-sound/jack-audio-connection-kit-0.100
        >=media-libs/libclthreads-2.4.0	
        >=media-libs/libclxclient-3.6.1
	>=media-libs/libsndfile-1.0.18_pre25"

src_compile() {
	cd aliki
	emake || die "make failed"
}

src_install() {
	cd aliki
	emake DESTDIR="${D}" install || die "install failed"
	use doc && dodoc ../../distdir/aliki-manual.pdf
}


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/