Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/flathub/shared-modules.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro López-Cabanillas <plcl@users.sourceforge.net>2022-09-25 13:18:40 +0300
committerHubert Figuière <hub@figuiere.net>2022-10-01 15:09:58 +0300
commita9112b9c62e2b84db4c2f6c55c9531fd7e8d03c1 (patch)
tree364319ce3dc4e1ec136325fa8cddcbb000fc4f45
parent0e7ce768f176ff0cad2e378cf8bf652d826ee2c1 (diff)
update FluidSynth to v2.3.0
This FluidSynth release is ABI compatible with v2.2.x but the build system has changed: * LIB_SUFFIX option removed. Now using cmake module GNUInstallDirs. * CMake exported targets, now supporting find_package(FluidSynth).
-rw-r--r--linux-audio/fluidsynth2-static.json6
-rw-r--r--linux-audio/fluidsynth2.json8
2 files changed, 6 insertions, 8 deletions
diff --git a/linux-audio/fluidsynth2-static.json b/linux-audio/fluidsynth2-static.json
index 871745d..e7bd17d 100644
--- a/linux-audio/fluidsynth2-static.json
+++ b/linux-audio/fluidsynth2-static.json
@@ -6,12 +6,12 @@
"cxxflags": "-fPIC"
},
"config-opts": [
- "-DLIB_SUFFIX=",
"-DBUILD_SHARED_LIBS=OFF"
],
"cleanup": [
"/bin",
"/include",
+ "/lib/cmake",
"/lib/pkgconfig",
"/share/man",
"*.so",
@@ -20,8 +20,8 @@
"sources": [
{
"type": "archive",
- "url": "https://github.com/FluidSynth/fluidsynth/archive/v2.2.9.tar.gz",
- "sha256": "bc62494ec2554fdcfc01512a2580f12fc1e1b01ce37a18b370dd7902af7a8159"
+ "url": "https://github.com/FluidSynth/fluidsynth/archive/v2.3.0.tar.gz",
+ "sha256": "1df5a1afb91acf3b945b7fdb89ac0d99877622161d9b5155533da59113eaaa20"
}
]
}
diff --git a/linux-audio/fluidsynth2.json b/linux-audio/fluidsynth2.json
index 882665b..bd7eba8 100644
--- a/linux-audio/fluidsynth2.json
+++ b/linux-audio/fluidsynth2.json
@@ -1,12 +1,10 @@
{
"name": "fluidsynth",
"buildsystem": "cmake-ninja",
- "config-opts": [
- "-DLIB_SUFFIX="
- ],
"cleanup": [
"/bin",
"/include",
+ "/lib/cmake",
"/lib/pkgconfig",
"/share/man",
"*.so"
@@ -14,8 +12,8 @@
"sources": [
{
"type": "archive",
- "url": "https://github.com/FluidSynth/fluidsynth/archive/v2.2.9.tar.gz",
- "sha256": "bc62494ec2554fdcfc01512a2580f12fc1e1b01ce37a18b370dd7902af7a8159"
+ "url": "https://github.com/FluidSynth/fluidsynth/archive/v2.3.0.tar.gz",
+ "sha256": "1df5a1afb91acf3b945b7fdb89ac0d99877622161d9b5155533da59113eaaa20"
}
]
}