fluidsynth ver. bump
This commit is contained in:
@@ -13,7 +13,8 @@ shelltools.export("CFLAGS", "%s -lpthread" % get.CFLAGS())
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-Denable-ladspa=ON \
|
||||
-DLIB_SUFFIX=\"\"")
|
||||
-DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \
|
||||
-DLIB_SUFFIX=\"\"")
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
@@ -21,4 +22,5 @@ def build():
|
||||
def install():
|
||||
cmaketools.install()
|
||||
|
||||
pisitools.insinto("/etc/conf.d", "fluidsynth.conf", "fluidsynth")
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "README*", "THANKS", "TODO")
|
||||
|
||||
@@ -12,13 +12,14 @@
|
||||
<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="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>
|
||||
<!-- <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>
|
||||
@@ -39,12 +40,14 @@
|
||||
<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>
|
||||
@@ -57,14 +60,32 @@
|
||||
<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="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>
|
||||
|
||||
Reference in New Issue
Block a user