rubberband 1.8.2
This commit is contained in:
@@ -6,13 +6,18 @@
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
shelltools.export("JAVA_HOME", "/usr/lib/jvm/java-7-openjdk")
|
||||
|
||||
autotools.autoreconf("-vfi")
|
||||
autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
autotools.make("jni")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
@@ -12,13 +12,15 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Zaman-germe ve zift-shifting ses kütüphanesi ve yardımcı programı</Summary>
|
||||
<Description>Zaman-germe ve zift-shifting ses kütüphanesi ve yardımcı programı</Description>
|
||||
<Archive sha1sum="c44b8c2751bb11ae60d4edb6254907787a9e504d" type="targz">https://github.com/breakfastquay/rubberband/archive/v1.8.1.tar.gz</Archive>
|
||||
<Archive sha1sum="f4aa50a096574d8157b7bf2d3abafd2344760343" type="targz">https://github.com/breakfastquay/rubberband/archive/v1.8.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>vamp-plugin-sdk-devel</Dependency>
|
||||
<Dependency>libsamplerate-devel</Dependency>
|
||||
<Dependency>libsndfile-devel</Dependency>
|
||||
<Dependency>ladspa-sdk-devel</Dependency>
|
||||
<Dependency>fftw3-devel</Dependency>
|
||||
<Dependency>jdk7-openjdk</Dependency>
|
||||
<Dependency>fftw3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -50,6 +52,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-01-18</Date>
|
||||
<Version>1.8.1</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2018-08-03</Date>
|
||||
<Version>1.8.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user