Page MenuHomeSolus

D5512.diff
No OneTemporary

D5512.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : fluidsynth
-version : 2.0.3
-release : 7
+version : 2.0.4
+release : 8
source :
- - git|https://github.com/FluidSynth/fluidsynth.git : v2.0.3
+ - https://github.com/FluidSynth/fluidsynth/archive/v2.0.4.tar.gz : 2c065de87e9c9ba0311ebf2f4828a4fd76f1f5cc7d1d93dd80d7a048d7d2a76c
license : LGPL-2.1-or-later
component : multimedia.audio
summary : Software synthesizer based on the SoundFont 2 specifications.
@@ -18,15 +18,8 @@
- jack-audio-connection-kit
- ladspa
setup : |
- mkdir build && pushd build
- %cmake -Denable-portaudio=1 \
- -Denable-ladspa=1 \
- -Denable-jack=1 \
- ..
+ %cmake_ninja -Denable-portaudio=1
build : |
- pushd build
- %make
+ %ninja_build
install : |
- pushd build
- %make_install
- popd
+ %ninja_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -21,7 +21,7 @@
<Files>
<Path fileType="executable">/usr/bin/fluidsynth</Path>
<Path fileType="library">/usr/lib64/libfluidsynth.so.2</Path>
- <Path fileType="library">/usr/lib64/libfluidsynth.so.2.1.0</Path>
+ <Path fileType="library">/usr/lib64/libfluidsynth.so.2.1.1</Path>
<Path fileType="man">/usr/share/man/man1/fluidsynth.1</Path>
</Files>
</Package>
@@ -32,7 +32,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="7">fluidsynth</Dependency>
+ <Dependency release="8">fluidsynth</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/fluidsynth.h</Path>
@@ -58,12 +58,12 @@
</Files>
</Package>
<History>
- <Update release="7">
- <Date>2019-01-03</Date>
- <Version>2.0.3</Version>
+ <Update release="8">
+ <Date>2019-02-23</Date>
+ <Version>2.0.4</Version>
<Comment>Packaging update</Comment>
<Name>Jacob Alzén</Name>
<Email>jacob.alzen@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jun 23 2023, 10:32 PM (6 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5860012
Default Alt Text
D5512.diff (2 KB)

Event Timeline