forked from ports/contrib
Juergen Daubert
1bdb09b4dd
Conflicts: lsp-plugins/.signature p5-alien-build/.signature p5-glib-object-introspection/.signature p5-glib/.signature p5-http-message/.signature p5-libwww/.signature p5-list-allutils/.signature p5-log-log4perl/.signature p5-net-dns/.signature p5-perlio-utf8-strict/.signature p5-xml-libxml/.signature picom/.signature pipewire/.signature psycopg2/.footprint psycopg2/.signature python3-attrs/.footprint python3-attrs/.signature python3-cffi/.footprint python3-cffi/.signature python3-psutil/.footprint python3-psutil/.signature python3-pygments/.footprint python3-pygments/.signature python3-ruamel-yaml/.footprint python3-ruamel-yaml/.signature python3-urwid/.footprint python3-urwid/.signature sqlmap/.footprint sqlmap/.signature youtube-dl/.footprint youtube-dl/.signature
24 lines
671 B
Plaintext
24 lines
671 B
Plaintext
# Description: Collection of free plugins compatible with LADSPA, LV2 and LinuxVST
|
|
# URL: https://lsp-plug.in
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
|
# Depends on: cairo jack ladspa lv2 mesa opus php util-linux
|
|
|
|
name=lsp-plugins
|
|
version=1.1.26
|
|
release=1
|
|
source=(https://github.com/sadko4u/lsp-plugins/releases/download/lsp-plusings-$version/$name-src-$version.tar.gz)
|
|
|
|
build() {
|
|
cd $name-src-$version
|
|
sed -e '/LD_PATH/ s|:/usr/local/lib||g' \
|
|
-i scripts/make/configure.mk
|
|
make
|
|
make BIN_PATH=/usr/bin \
|
|
LIB_PATH=/usr/lib \
|
|
SHARE_PATH=/usr/share \
|
|
DOC_PATH=/usr/share/doc \
|
|
DESTDIR="$PKG/" \
|
|
install
|
|
rm -fr $PKG/usr/share/doc
|
|
}
|