mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
media-plugins/rev-plugins: bump to 0.7.1
Package-Manager: portage-2.2.24 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST REV-plugins-0.3.1.tar.bz2 17574 SHA256 9264570561966a6b7cd0b1bf6c50737a2cc75c9862af89192ffab2f0e4804a2d SHA512 ff8a32733fe4c0ba9f5261543bad4d39772638d6d7d9210051b7a4f79cd0bb377d0bb97920e8120d5196acbbbdbbaf8f08ef2c2723f8cafd7e384944b0b4964e WHIRLPOOL a961b26da519c869e0e98248a07d5c71ab41b8bf90598a4a36fe206ee8eecca637ae5d75ebac64d4a0b770b70db2c89dc8063a684eeb96bea4789ef9c26f4bd2
|
||||
DIST REV-plugins-0.7.1.tar.bz2 20501 SHA256 e70d990453ff6cd28b530ac6f6647e2ad6e135fcd3ae544474f30250bb8d77c6 SHA512 00f984b47347a4f75d809587c654e3e078cb37a6c324bcec09382d1181bd8665a58044505054de75c9ba58972af7e1d3f964c3a5bd925fed4af5cccd1233bd19 WHIRLPOOL 12a0c552696b3cd409fb758005094a98de9a6dc79d89fe01e81d805f24c3262021230e177dbae3f2090e1c70bcb354e175435cebdb5cbc9673b59f3f2f9f8cc5
|
||||
|
||||
34
media-plugins/rev-plugins/rev-plugins-0.7.1.ebuild
Normal file
34
media-plugins/rev-plugins/rev-plugins-0.7.1.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
inherit multilib toolchain-funcs
|
||||
|
||||
MY_P=${P/rev/REV}
|
||||
|
||||
DESCRIPTION="REV LADSPA plugins package. A stereo reverb plugin based on the well-known greverb"
|
||||
HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/"
|
||||
SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${MY_P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="media-libs/ladspa-sdk"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
src_prepare() {
|
||||
tc-export CXX
|
||||
sed -i Makefile -e 's/-O2//' -e 's/g++/$(CXX) $(LDFLAGS)/' || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodoc AUTHORS README
|
||||
insinto /usr/$(get_libdir)/ladspa
|
||||
insopts -m0755
|
||||
doins *.so
|
||||
}
|
||||
Reference in New Issue
Block a user