milis/talimatname/genel/l/ladspa/talimat

31 lines
803 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# Tanım: Linux Ses Geliştiricisinin Basit Eklenti API'sı (LADSPA)
# URL: http://www.ladspa.org/
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler:
2018-08-03 08:24:27 +02:00
# Grup: medya
2018-06-09 00:06:58 +02:00
isim=ladspa
surum=1.13
devir=1
kaynak=(https://github.com/OpenMandrivaAssociation/ladspa/raw/master/ladspa_sdk_$surum.tgz
ladspa-fix-memleak-in-plugin-scanning.patch
ladspa-fallback-ladspa-path.patch)
derle() {
cd ladspa_sdk/src
patch -Np1 -i ../../ladspa-fix-memleak-in-plugin-scanning.patch
patch -Np2 -i ../../ladspa-fallback-ladspa-path.patch
sed \
-e 's/mkdirhier/mkdir -p/' \
-e "s#-O3#${CFLAGS} ${LDFLAGS/,--as-needed/}#" \
-i makefile
make targets
make INSTALL_PLUGINS_DIR="$PKG/usr/lib/ladspa/" \
INSTALL_INCLUDE_DIR="$PKG/usr/include/" \
INSTALL_BINARY_DIR="$PKG/usr/bin/" install
}