fluidsynth

This commit is contained in:
Poyraz76
2015-08-20 17:00:41 +03:00
parent 2be43ebe7f
commit cc2a3ef5d4
3 changed files with 119 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt.
from pisi.actionsapi import cmaketools
from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
shelltools.export("CFLAGS", "%s -lpthread" % get.CFLAGS())
def setup():
cmaketools.configure("-Denable-ladspa=ON \
-DLIB_SUFFIX=\"\"")
def build():
cmaketools.make()
def install():
cmaketools.install()
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "THANKS", "TODO")
+82
View File
@@ -0,0 +1,82 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>fluidsynth</Name>
<Homepage>http://fluidsynth.resonance.org/trac</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2+</License>
<IsA>library</IsA>
<Summary>A realtime software synthesizer</Summary>
<Description>FluidSynth is a real-time software synthesizer based on the SoundFont 2 specifications.</Description>
<Archive sha1sum="1d45fc3263d85f867efd809bdacb5d6116243c35" type="tarbz2">mirrors://sourceforge/fluidsynth/fluidsynth-1.1.6/fluidsynth-1.1.6.tar.bz2</Archive>
<BuildDependencies>
<Dependency>lash-devel</Dependency>
<Dependency>alsa-lib-devel</Dependency>
<Dependency>ladspa-sdk-devel</Dependency>
<Dependency>libsndfile-devel</Dependency>
<Dependency>pulseaudio-libs-devel</Dependency>
<Dependency>jack-audio-connection-kit-devel</Dependency>
</BuildDependencies>
<!--<Patches>
<Patch level="1">fluidsynth-no-abi-break.patch</Patch>
</Patches>-->
</Source>
<Package>
<Name>fluidsynth</Name>
<RuntimeDependencies>
<Dependency>lash</Dependency>
<Dependency>alsa-lib</Dependency>
<Dependency>ladspa-sdk</Dependency>
<Dependency>libsndfile</Dependency>
<Dependency>pulseaudio-libs</Dependency>
<Dependency>jack-audio-connection-kit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>fluidsynth-devel</Name>
<Summary>Development files for fluidsynth</Summary>
<RuntimeDependencies>
<Dependency release="current">fluidsynth</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2014-05-26</Date>
<Version>1.1.6</Version>
<Comment>Rebuild</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
<Update release="2">
<Date>2014-01-24</Date>
<Version>1.1.6</Version>
<Comment>Rebuild</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-08-29</Date>
<Version>1.1.6</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>fluidsynth</Name>
<Summary xml:lang="tr">Gerçek zamanlı bir yazılım birleştirici</Summary>
<Description xml:lang="tr">FluidSynth, SoundFort 2 özelliklerine sahip gerçek zamanlı bir yazılım bireştiricidir.</Description>
</Source>
<Package>
<Name>fluidsynth-devel</Name>
<Summary xml:lang="tr">fluidsynth için geliştirme dosyaları</Summary>
</Package>
</PISI>