This commit is contained in:
Rmys
2018-03-27 19:07:51 +03:00
parent 984af8957d
commit 09f9b57cb9
22 changed files with 901 additions and 26 deletions
+20
View File
@@ -0,0 +1,20 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure()
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("CHANGELOG", "COPYING", "README*")
+60
View File
@@ -0,0 +1,60 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>rubberband</Name>
<Homepage>https://github.com/breakfastquay/rubberband</Homepage>
<Packager>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Packager>
<License>GPLv1</License>
<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>
<BuildDependencies>
<Dependency>libsamplerate-devel</Dependency>
<Dependency>libsndfile-devel</Dependency>
<Dependency>ladspa-sdk-devel</Dependency>
<Dependency>fftw3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>rubberband</Name>
<RuntimeDependencies>
<Dependency>fftw3</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libsndfile</Dependency>
<Dependency>libsamplerate</Dependency>
<Dependency>vamp-plugin-sdk</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>rubberband-devel</Name>
<RuntimeDependencies>
<Dependency release="current">rubberband</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2018-03-27</Date>
<Version>1.8.1</Version>
<Comment>First release</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>rubberband</Name>
<Summary xml:lang="tr">Zaman-germe ve zift-shifting ses kütüphanesi ve yardımcı programı</Summary>
<Description xml:lang="tr">Zaman-germe ve zift-shifting ses kütüphanesi ve yardımcı programı</Description>
</Source>
</PISI>
@@ -0,0 +1,20 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure()
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING", "README*")
@@ -0,0 +1,54 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>vamp-plugin-sdk</Name>
<Homepage>https://www.vamp-plugins.org/</Homepage>
<Packager>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Summary>Vamp ses analizi eklenti sistemi</Summary>
<Description>Vamp ses analizi eklenti sistemi</Description>
<Archive sha1sum="1bdbf49c0b2ff51cf1e3209c4c1d92ae4efb258d" type="targz">https://code.soundsoftware.ac.uk/attachments/download/2206/vamp-plugin-sdk-2.7.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>libsndfile-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>vamp-plugin-sdk</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency>libsndfile</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>vamp-plugin-sdk-devel</Name>
<RuntimeDependencies>
<Dependency release="current">vamp-plugin-sdk</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2018-03-27</Date>
<Version>2.7.1</Version>
<Comment>First release</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>vamp-plugin-sdk</Name>
<Summary xml:lang="tr">Vamp ses analizi eklenti sistemi</Summary>
<Description xml:lang="tr">Vamp ses analizi eklenti sistemi</Description>
</Source>
</PISI>