diff options
-rw-r--r-- | media-plugins/swh-lv2/ChangeLog | 9 | ||||
-rw-r--r-- | media-plugins/swh-lv2/files/digest-swh-lv2-1.0.15 | 3 | ||||
-rw-r--r-- | media-plugins/swh-lv2/swh-lv2-1.0.15.ebuild | 28 |
3 files changed, 38 insertions, 2 deletions
diff --git a/media-plugins/swh-lv2/ChangeLog b/media-plugins/swh-lv2/ChangeLog index 600fc9d23f6b..33481c8be45f 100644 --- a/media-plugins/swh-lv2/ChangeLog +++ b/media-plugins/swh-lv2/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-plugins/swh-lv2 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-lv2/ChangeLog,v 1.3 2007/12/12 07:32:26 aballier Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-lv2/ChangeLog,v 1.4 2008/01/10 08:24:32 aballier Exp $ + +*swh-lv2-1.0.15 (10 Jan 2008) + + 10 Jan 2008; Alexis Ballier <aballier@gentoo.org> +swh-lv2-1.0.15.ebuild: + version bump 12 Dec 2007; Alexis Ballier <aballier@gentoo.org> swh-lv2-1.0.14.ebuild: keyword ~x86 too, working fine diff --git a/media-plugins/swh-lv2/files/digest-swh-lv2-1.0.15 b/media-plugins/swh-lv2/files/digest-swh-lv2-1.0.15 new file mode 100644 index 000000000000..2ea2e9131634 --- /dev/null +++ b/media-plugins/swh-lv2/files/digest-swh-lv2-1.0.15 @@ -0,0 +1,3 @@ +MD5 c78f42c36d7bf2fb5b17f795ef9636d1 swh-lv2-1.0.15.tar.gz 257023 +RMD160 6b75fc3182c445710a7247a980b151d411cbeb04 swh-lv2-1.0.15.tar.gz 257023 +SHA256 5809441a94571d2f492a5e015ad035ea747127e0322e531b79a960fd0c3d250d swh-lv2-1.0.15.tar.gz 257023 diff --git a/media-plugins/swh-lv2/swh-lv2-1.0.15.ebuild b/media-plugins/swh-lv2/swh-lv2-1.0.15.ebuild new file mode 100644 index 000000000000..850c921e3327 --- /dev/null +++ b/media-plugins/swh-lv2/swh-lv2-1.0.15.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-lv2/swh-lv2-1.0.15.ebuild,v 1.1 2008/01/10 08:24:32 aballier Exp $ + +inherit toolchain-funcs multilib + +DESCRIPTION="Large collection of LV2 audio plugins/effects" +HOMEPAGE="http://plugin.org.uk/" +SRC_URI="http://plugin.org.uk/lv2/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="=sci-libs/fftw-3*" +DEPEND="${RDEPEND} + dev-libs/libxslt + dev-util/pkgconfig" + +src_compile() { + emake CC=$(tc-getCC) || die "make failed" +} + +src_install() { + emake INSTALL_DIR="${D}/usr/$(get_libdir)/lv2" install-system || die "failed to install" + dodoc README +} |