-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4665 from Rmys/master
lua52
- Loading branch information
Showing
22 changed files
with
901 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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*") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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>[email protected]</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>[email protected]</Email> | ||
</Update> | ||
</History> | ||
</PISI> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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*") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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>[email protected]</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>[email protected]</Email> | ||
</Update> | ||
</History> | ||
</PISI> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |
Oops, something went wrong.