mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
media-plugins/x42-plugins: bump to 20220714
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST x42-plugins-20220605.tar.xz 3587472 BLAKE2B 2df2f539e32ba9a5fb08495ff7f94c4555a3be6163681bf081e15e3a5a74592e981ec43d491980c5721756d77776ffcafbd5bc58f5ce7c19b055ceb4bda8247c SHA512 69b0d351b9137b4cf9374a36c7a8d0a1ae22eb39bd2b15640db96bc9036bafa59823e61ea6bfda09351dbc575fe4c189bb70c6676614ceddd9356c30811bc903
|
||||
DIST x42-plugins-20220714.tar.xz 3587148 BLAKE2B 10459537d470f3177578b5d0328d634e469a0f00f8390e5dc2fc6f91c197ab9299572fef6787fd61cfc0fd579657e0372af22a3539f84a1d8ba76277e413c5ff SHA512 502994109d68ae8df39b0258caa414529711fea92254922945eb3c7cf28bb5dd67586f362c8a392ec9cfda3f62cbe050063e86fb2c0bb3cc5e860912264472d3
|
||||
|
||||
48
media-plugins/x42-plugins/x42-plugins-20220714.ebuild
Normal file
48
media-plugins/x42-plugins/x42-plugins-20220714.ebuild
Normal file
@@ -0,0 +1,48 @@
|
||||
# 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