Re: [proaudio] New ebuilds for raul-9999, slv2-9999

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


Hi,

> Btw, I am trying to compile ingen, but it need omins-9999 and omins fails
> to emerge, and don't use waf...

It uses scons.

> any idea ?

Try the attached ebuild.


Flo
-- 
Machines can do the work, so people have time to think.
public key 6C002249          x-hkp://wwwkeys.eu.pgp.net

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit subversion eutils

ESVN_REPO_URI="http://svn.drobilla.net/lad/trunk";
ESVN_PROJECT="svn.drobilla.net"

IUSE=""
DESCRIPTION="Collection of LADSPA plugins for modular synthesizers."
HOMEPAGE="http://drobilla.net/software";

LICENSE="GPL-2"
KEYWORDS=""
SLOT="0"

DEPEND="media-libs/ladspa-sdk
	>=media-libs/liblo-0.2.5
	sci-libs/fftw
	>=dev-libs/redland-1.0.6"

src_unpack() {
	subversion_src_unpack || die
}

src_compile() {
	cd "${S}/${PN}/src";
	scons || die "compilation failed"
}

src_install() {
	cd "${S}/${PN}/src" || die "source for ${PN} not found"
	mkdir -p ${D}/usr/lib/ladspa
	cp *.so ${D}/usr/lib/ladspa
	cd ..
	mkdir -p ${D}/usr/share/doc/${P}
	dodoc AUTHORS ChangeLog NEWS README
}


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