[proaudio] Ebuild for avw-lv2 plugings

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


Here is an ebuild I put together for the latest version of the avw-lv2
plugins.  It has a weird naming scheme for the files that portage did
not seem to like (avw.lv2.0.0.8) so i renamed as avw-lv2.

This works on my computer, but its the first I have done in a while..
please let me know if I made any big mistakes.  I did not fill out the
header section as that is dependent on the location of the ebuild.

Is it best to send embedded in the email or as an attached file?

~~~~~~~~~media-plugins/avw-lv2~~~~~~~~~~~~~~

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

EAPI=4

inherit waf-utils

MY_P=avw.lv2.${PV}
DESCRIPTION="A port of the AMS internal modules to LV2 plugins. It
provides VCOs, LFOs, Filters and other modules controlled using
Voltage Controls. They are designed especially to be used with Ingen
to create Modular Synths."
HOMEPAGE="http://sourceforge.net/projects/avwlv2/";
SRC_URI="mirror://sourceforge/avwlv2/${MY_P}.tar.gz"

S=${WORKDIR}/avw.lv2

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

RDEPEND="media-libs/lv2"
DEPEND="${RDEPEND}
virtual/pkgconfig
>=x11-libs/gtk+-2.24:2
>=dev-cpp/gtkmm-2.24
>=x11-libs/cairo-1.0.0
>=media-sound/jack-audio-connection-kit-0.120"

DOCS=( "CHANGELOG" )



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