[proaudio] Ebuild for avw-lv2 plugings |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- To: proaudio <proaudio@xxxxxxxxxxxxxxxxxxx>
- Subject: [proaudio] Ebuild for avw-lv2 plugings
- From: Matt Henley <nwmatt@xxxxxxxxx>
- Date: Sun, 11 Nov 2012 18:45:13 -0600
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=/1B4FkXILa3PqcsSmN+yKos/DmyYdUmt+K8dwBch8j8=; b=PolQ6XEcl0RN2L1ztk+3fx/RnX/Rkn4+BtpE7kxjWge6VwSRV/cE4yhZYRpCsh5I6e kTPsKyKYaBANjenYIq5WC2fRky1RKdSjsejt45/obRVKTyykYRqbxKyYPG84V7vhBb5I d/7zSVORxsWRXJgTPVW/cmU2G4cTOgr5LPLVaHIvdAp2/RXn+XkN8DEg2W8Cb4kQg3GD igiFpdR7vW6ohxRbQhrTeeJMgLW7R+jKPqgmo0K4b1/4uLakp/+UR5HzHWZfL1qDEwnQ YMl/g5QhIoB3D8zMTej2qKQqX1JAlW0H7KeTh2h/zzuRg/ILDEGDnvn/fyUNa4qp5AY/ Fypw==
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" )