mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-plugins/amb-plugins: fix HOMEPAGE, SRC_URI, EAPI=5. bug #437186
The HOMEPAGE and SRC_URI for kokkinizita upstream was changed some time ago. These changes point said variables to the new location. The previous ebuild was EAPI=3 which is deprecated so bumped to EAPI=5, revbumped and modified ebuild accordingly. Bug: https://bugs.gentoo.org/show_bug.cgi?id=437186
This commit is contained in:
36
media-plugins/amb-plugins/amb-plugins-0.8.1-r1.ebuild
Normal file
36
media-plugins/amb-plugins/amb-plugins-0.8.1-r1.ebuild
Normal file
@@ -0,0 +1,36 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
inherit multilib toolchain-funcs eutils
|
||||
|
||||
MY_P=${P/amb/AMB}
|
||||
|
||||
DESCRIPTION="AMB-plugins ladspa plugin package. Filters by Fons Adriaensen"
|
||||
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() {
|
||||
epatch "${FILESDIR}/${P}-Makefile.patch"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake CXX="$(tc-getCXX)"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodoc AUTHORS README
|
||||
insinto /usr/$(get_libdir)/ladspa
|
||||
insopts -m0755
|
||||
doins *.so
|
||||
}
|
||||
Reference in New Issue
Block a user