v 1.15
This commit is contained in:
@@ -10,10 +10,10 @@ from pisi.actionsapi import pisitools
|
|||||||
from pisi.actionsapi import shelltools
|
from pisi.actionsapi import shelltools
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
WorkDir = "ladspa_sdk/src"
|
WorkDir = "ladspa_sdk_%s/src" % get.srcVERSION()
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
pisitools.dosed("makefile", "-Werror", get.CFLAGS())
|
pisitools.dosed("Makefile", "-Werror", get.CFLAGS())
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make('CC="%s" \
|
autotools.make('CC="%s" \
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
diff -Nur ladspa_sdk-old/src/makefile ladspa_sdk/src/makefile
|
diff -Nur ladspa_sdk-old/src/makefile ladspa_sdk/src/makefile
|
||||||
--- ladspa_sdk-old/src/makefile 2008-04-04 20:13:49.000000000 +0300
|
--- ladspa_sdk-old/src/Makefile 2008-04-04 20:13:49.000000000 +0300
|
||||||
+++ ladspa_sdk/src/makefile 2008-04-04 20:14:03.000000000 +0300
|
+++ ladspa_sdk/src/Makefile 2008-04-04 20:14:03.000000000 +0300
|
||||||
@@ -13,10 +13,12 @@
|
@@ -13,10 +13,12 @@
|
||||||
# GENERAL
|
# GENERAL
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -12,12 +12,12 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>The Linux Audio Developer's Simple Plugin API</Summary>
|
<Summary>The Linux Audio Developer's Simple Plugin API</Summary>
|
||||||
<Description>The Linux Audio Developer's Simple Plugin API (LADSPA) attempts to give programmers the ability to write simple `plugin' audio processors in C/C++ and link them dynamically against a range of host applications</Description>
|
<Description>The Linux Audio Developer's Simple Plugin API (LADSPA) attempts to give programmers the ability to write simple `plugin' audio processors in C/C++ and link them dynamically against a range of host applications</Description>
|
||||||
<Archive sha1sum="2b69e28afb62c0d97943124f48ed82de796f83ed" type="targz">http://pkgs.fedoraproject.org/repo/pkgs/ladspa/ladspa_sdk_1.13.tgz/671be3e1021d0722cadc7fb27054628e/ladspa_sdk_1.13.tgz</Archive>
|
<Archive sha1sum="b7bbbf47e00b6c5248b35796a362644393457878" type="targz">http://www.ladspa.org/download/ladspa_sdk_1.15.tgz</Archive>
|
||||||
<Patches>
|
<Patches>
|
||||||
<Patch>ladspa-sdk-1.12-gcc4.patch</Patch>
|
<Patch>ladspa-sdk-1.12-gcc4.patch</Patch>
|
||||||
<Patch level="2">properbuild.patch</Patch>
|
<!-- <Patch level="2">properbuild.patch</Patch> -->
|
||||||
<Patch>asneeded.patch</Patch>
|
<!-- <Patch>asneeded.patch</Patch> -->
|
||||||
<Patch level="2">notests.patch</Patch>
|
<!-- <Patch level="2">notests.patch</Patch> -->
|
||||||
</Patches>
|
</Patches>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
@@ -47,6 +47,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="5">
|
||||||
|
<Date>2020-01-18</Date>
|
||||||
|
<Version>1.15</Version>
|
||||||
|
<Comment>Version bump</Comment>
|
||||||
|
<Name>Pisi Linux Community</Name>
|
||||||
|
<Email>admin@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="4">
|
<Update release="4">
|
||||||
<Date>2018-08-07</Date>
|
<Date>2018-08-07</Date>
|
||||||
<Version>1.13</Version>
|
<Version>1.13</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user