Files
main/multimedia/sound/fluidsynth/pspec.xml
T
2019-02-06 21:39:07 +03:00

94 lines
3.5 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>fluidsynth</Name>
<Homepage>http://www.fluidsynth.org/</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="e86a98b7a09d60e29edcb10f87da6433b2d0c485" type="targz">https://github.com/FluidSynth/fluidsynth/archive/v1.1.11.tar.gz</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>
<Dependency>cmake</Dependency>
</BuildDependencies>
<!--<Patches>
<Patch level="1">fluidsynth-no-abi-break.patch</Patch>
</Patches>-->
</Source>
<Package>
<Name>fluidsynth</Name>
<RuntimeDependencies>
<Dependency>lash</Dependency>
<Dependency>dbus</Dependency>
<Dependency>glib2</Dependency>
<Dependency>readline</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="4">
<Date>2018-08-07</Date>
<Version>1.1.11</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-02-18</Date>
<Version>1.1.6</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>1.1.6</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2014-05-26</Date>
<Version>1.1.6</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
</History>
</PISI>