123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- <?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="91a8e88c5e5d82f0160e5824e439cf435b7ea495" type="targz">https://github.com/FluidSynth/fluidsynth/archive/v2.3.4.tar.gz</Archive>
- <BuildDependencies>
- <!-- <Dependency>lash-devel</Dependency> -->
- <Dependency>dbus-devel</Dependency>
- <Dependency>readline-devel</Dependency>
- <Dependency>libsdl2-devel</Dependency>
- <Dependency>alsa-lib-devel</Dependency>
- <Dependency>pipewire-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>libsdl2</Dependency>
- <Dependency>pipewire</Dependency>
- <Dependency>ladspa-sdk</Dependency>
- <Dependency>libsndfile</Dependency>
- <Dependency>pulseaudio-libs</Dependency>
- <Dependency>jack-audio-connection-kit</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="config">/etc/conf.d/fluidsynth</Path>
- <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>
- <Dependency>dbus-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>readline-devel</Dependency>
- <Dependency>libsdl2-devel</Dependency>
- <Dependency>alsa-lib-devel</Dependency>
- <Dependency>pipewire-devel</Dependency>
- <Dependency>ladspa-sdk-devel</Dependency>
- <Dependency>libsndfile-devel</Dependency>
- <Dependency>pulseaudio-libs-devel</Dependency>
- <Dependency>jack-audio-connection-kit-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/cmake</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="8">
- <Date>2023-11-26</Date>
- <Version>2.3.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="7">
- <Date>2023-04-02</Date>
- <Version>2.3.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2022-12-29</Date>
- <Version>2.3.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2020-03-07</Date>
- <Version>2.1.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <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>
|