Merge pull request #7647 from IdrisKalp/master

ladspa-sdk fix
This commit is contained in:
Idris Kalp
2020-01-21 18:32:50 +03:00
committed by GitHub
3 changed files with 17 additions and 2 deletions
+5 -2
View File
@@ -22,9 +22,12 @@ def build():
targets' % (get.CC(), get.CXX(), get.LD()))
def install():
autotools.install('INSTALL_PLUGINS_DIR="/usr/lib/ladspa" \
autotools.install('INSTALL_PLUGINS_DIR="%s/usr/lib/ladspa" \
INSTALL_INCLUDE_DIR="%s/usr/include" \
INSTALL_BINARY_DIR="%s/usr/bin" \
MKDIR_P="mkdir -p" \
DESTDIR="%s"' % get.installDIR())
DESTDIR="%s" \
' % (get.installDIR(), get.installDIR(), get.installDIR(), get.installDIR()))
shelltools.cd("..")
pisitools.dohtml("doc/*.html")
@@ -0,0 +1,11 @@
--- src/search.c.orig 2008-11-07 00:38:18.000000000 +0100
+++ src/search.c 2008-11-07 00:50:51.000000000 +0100
@@ -83,6 +83,8 @@
dlclose(pcFilename);
free(pcFilename);
}
+ } else {
+ free(pcFilename);
}
}
}
+1
View File
@@ -15,6 +15,7 @@
<Archive sha1sum="b7bbbf47e00b6c5248b35796a362644393457878" type="targz">http://www.ladspa.org/download/ladspa_sdk_1.15.tgz</Archive>
<Patches>
<Patch>ladspa-sdk-1.12-gcc4.patch</Patch>
<Patch>fix-memleak-in-plugin-scanning.patch</Patch>
<!-- <Patch level="2">properbuild.patch</Patch> -->
<!-- <Patch>asneeded.patch</Patch> -->
<!-- <Patch level="2">notests.patch</Patch> -->