fluidsynth ver. bump
This commit is contained in:
@@ -13,7 +13,8 @@ shelltools.export("CFLAGS", "%s -lpthread" % get.CFLAGS())
|
|||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
cmaketools.configure("-Denable-ladspa=ON \
|
cmaketools.configure("-Denable-ladspa=ON \
|
||||||
-DLIB_SUFFIX=\"\"")
|
-DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
|
||||||
|
-DLIB_SUFFIX=\"\"")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
cmaketools.make()
|
cmaketools.make()
|
||||||
@@ -21,4 +22,5 @@ def build():
|
|||||||
def install():
|
def install():
|
||||||
cmaketools.install()
|
cmaketools.install()
|
||||||
|
|
||||||
|
pisitools.insinto("/etc/conf.d", "fluidsynth.conf", "fluidsynth")
|
||||||
pisitools.dodoc("AUTHORS", "ChangeLog", "README*", "THANKS", "TODO")
|
pisitools.dodoc("AUTHORS", "ChangeLog", "README*", "THANKS", "TODO")
|
||||||
|
|||||||
@@ -12,13 +12,14 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>A realtime software synthesizer</Summary>
|
<Summary>A realtime software synthesizer</Summary>
|
||||||
<Description>FluidSynth is a real-time software synthesizer based on the SoundFont 2 specifications.</Description>
|
<Description>FluidSynth is a real-time software synthesizer based on the SoundFont 2 specifications.</Description>
|
||||||
<Archive sha1sum="b4140e8123a1ecc8492ef105b9900a4039a205e9" type="targz">https://github.com/FluidSynth/fluidsynth/archive/v2.1.1.tar.gz</Archive>
|
<Archive sha1sum="f9aa343a2f61ec7f7cf48361be138706bc09653f" type="targz">https://github.com/FluidSynth/fluidsynth/archive/v2.3.1.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<!-- <Dependency>lash-devel</Dependency> -->
|
<!-- <Dependency>lash-devel</Dependency> -->
|
||||||
<Dependency>dbus-devel</Dependency>
|
<Dependency>dbus-devel</Dependency>
|
||||||
<Dependency>readline-devel</Dependency>
|
<Dependency>readline-devel</Dependency>
|
||||||
<Dependency>libsdl2-devel</Dependency>
|
<Dependency>libsdl2-devel</Dependency>
|
||||||
<Dependency>alsa-lib-devel</Dependency>
|
<Dependency>alsa-lib-devel</Dependency>
|
||||||
|
<Dependency>pipewire-devel</Dependency>
|
||||||
<Dependency>ladspa-sdk-devel</Dependency>
|
<Dependency>ladspa-sdk-devel</Dependency>
|
||||||
<Dependency>libsndfile-devel</Dependency>
|
<Dependency>libsndfile-devel</Dependency>
|
||||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||||
@@ -39,12 +40,14 @@
|
|||||||
<Dependency>readline</Dependency>
|
<Dependency>readline</Dependency>
|
||||||
<Dependency>alsa-lib</Dependency>
|
<Dependency>alsa-lib</Dependency>
|
||||||
<Dependency>libsdl2</Dependency>
|
<Dependency>libsdl2</Dependency>
|
||||||
|
<Dependency>pipewire</Dependency>
|
||||||
<Dependency>ladspa-sdk</Dependency>
|
<Dependency>ladspa-sdk</Dependency>
|
||||||
<Dependency>libsndfile</Dependency>
|
<Dependency>libsndfile</Dependency>
|
||||||
<Dependency>pulseaudio-libs</Dependency>
|
<Dependency>pulseaudio-libs</Dependency>
|
||||||
<Dependency>jack-audio-connection-kit</Dependency>
|
<Dependency>jack-audio-connection-kit</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
|
<Path fileType="config">/etc/conf.d/fluidsynth</Path>
|
||||||
<Path fileType="executable">/usr/bin</Path>
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
<Path fileType="library">/usr/lib</Path>
|
<Path fileType="library">/usr/lib</Path>
|
||||||
<Path fileType="man">/usr/share/man</Path>
|
<Path fileType="man">/usr/share/man</Path>
|
||||||
@@ -57,14 +60,32 @@
|
|||||||
<Summary>Development files for fluidsynth</Summary>
|
<Summary>Development files for fluidsynth</Summary>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency release="current">fluidsynth</Dependency>
|
<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>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="header">/usr/include</Path>
|
<Path fileType="header">/usr/include</Path>
|
||||||
|
<Path fileType="library">/usr/lib/cmake</Path>
|
||||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<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">
|
<Update release="5">
|
||||||
<Date>2020-03-07</Date>
|
<Date>2020-03-07</Date>
|
||||||
<Version>2.1.1</Version>
|
<Version>2.1.1</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user