mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
media-plugins/x42-plugins: removed obsolete 20220107
Bug: https://bugs.gentoo.org/842681 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST x42-plugins-20220107.tar.xz 3587704 BLAKE2B 124d33cc282ab638cf19c8b3ec32bf67faf712638ebc70d556bca7e1ef1ff8cbac8e5e94be2ad0e607bfff627902d5a93633103a5f0208063b39a2de41aa1d76 SHA512 aaae12f2f5b4ec52c3422ae94d49b045505d81cd7ae7ce347a16f6ed0651be5ecf7d6c994bd56da50b26b08a8670850df7de0cb6c6913150227f4d6f33420e98
|
||||
DIST x42-plugins-20220327.tar.xz 3582880 BLAKE2B b6de7f499e2889cbd4ddcc57a92468cce254b8ade277c173b62dd5a7a2fa84f72987325ea5889989c46a3cbb36050341ded2dbf83f7196eec8a2aa5929448a6e SHA512 a60d2eda1ed9a56338d1b08dc5352e26d0e4c8cba225c7759318c1d6c186664f64ac32b01e190094b4626626b329f81f688a0e4b6584f6c756daf805e6d419da
|
||||
|
||||
@@ -1,48 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="Collection of LV2 plugins"
|
||||
HOMEPAGE="https://github.com/x42/x42-plugins"
|
||||
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/x42/x42-plugins.git"
|
||||
else
|
||||
SRC_URI="http://gareus.org/misc/x42-plugins/${P}.tar.xz"
|
||||
KEYWORDS="amd64"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
RESTRICT="mirror"
|
||||
|
||||
RDEPEND="dev-libs/glib
|
||||
media-fonts/dejavu
|
||||
media-libs/ftgl
|
||||
media-libs/glu
|
||||
media-libs/liblo
|
||||
media-libs/libsamplerate
|
||||
media-libs/libsndfile
|
||||
media-libs/libltc
|
||||
media-libs/lv2
|
||||
media-libs/zita-convolver
|
||||
sci-libs/fftw:3.0
|
||||
virtual/jack
|
||||
virtual/opengl
|
||||
x11-libs/cairo[X]
|
||||
x11-libs/pango
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
sys-apps/help2man"
|
||||
|
||||
src_compile() {
|
||||
emake CC="$(tc-getCC)" STRIP="#" FONTFILE="/usr/share/fonts/dejavu/DejaVuSans-Bold.ttf"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" PREFIX="/usr" LV2DIR="/usr/$(get_libdir)/lv2" install
|
||||
}
|
||||
Reference in New Issue
Block a user