From 050422e4241a2e975d5d2311cb04712225f00132 Mon Sep 17 00:00:00 2001 From: PunkPangolin <116445585+PunkPangolin@users.noreply.github.com> Date: Tue, 1 Jul 2025 17:10:21 +0200 Subject: [PATCH 1/3] Update fluidsynth2, add x-checker-data --- linux-audio/fluidsynth2-static.json | 59 ++++++++++++++++------------- linux-audio/fluidsynth2.json | 9 ++++- 2 files changed, 39 insertions(+), 29 deletions(-) diff --git a/linux-audio/fluidsynth2-static.json b/linux-audio/fluidsynth2-static.json index 035aff95..a7bd1cd4 100644 --- a/linux-audio/fluidsynth2-static.json +++ b/linux-audio/fluidsynth2-static.json @@ -1,29 +1,34 @@ { - "name": "fluidsynth", - "buildsystem": "cmake-ninja", - "build-options": { - "cflags": "-fPIC", - "cxxflags": "-fPIC" - }, - "config-opts": [ - "-DBUILD_SHARED_LIBS=OFF", - "-Denable-jack=OFF", - "-Denable-pipewire=OFF" - ], - "cleanup": [ - "/bin", - "/include", - "/lib/cmake", - "/lib/pkgconfig", - "/share/man", - "*.so", - "*.a" - ], - "sources": [ - { - "type": "archive", - "url": "https://github.com/FluidSynth/fluidsynth/archive/v2.3.5.tar.gz", - "sha256": "f89e8e983ecfb4a5b4f5d8c2b9157ed18d15ed2e36246fa782f18abaea550e0d" - } - ] + "name": "fluidsynth", + "buildsystem": "cmake-ninja", + "build-options": { + "cflags": "-fPIC", + "cxxflags": "-fPIC" + }, + "config-opts": [ + "-DBUILD_SHARED_LIBS=OFF", + "-Denable-jack=OFF", + "-Denable-pipewire=OFF" + ], + "cleanup": [ + "/bin", + "/include", + "/lib/cmake", + "/lib/pkgconfig", + "/share/man", + "*.so", + "*.a" + ], + "sources": [ + { + "type": "archive", + "url": "https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.4.6.tar.gz", + "sha256": "a6be90fd4842b9e7246500597180af5cf213c11bfa3998a3236dd8ff47961ea8", + "x-checker-data": { + "type": "anitya", + "project-id": 10437, + "url-template": "https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v$version.tar.gz" + } + } + ] } diff --git a/linux-audio/fluidsynth2.json b/linux-audio/fluidsynth2.json index a9a2325b..ce219e91 100644 --- a/linux-audio/fluidsynth2.json +++ b/linux-audio/fluidsynth2.json @@ -12,8 +12,13 @@ "sources": [ { "type": "archive", - "url": "https://github.com/FluidSynth/fluidsynth/archive/v2.3.5.tar.gz", - "sha256": "f89e8e983ecfb4a5b4f5d8c2b9157ed18d15ed2e36246fa782f18abaea550e0d" + "url": "https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.4.6.tar.gz", + "sha256": "a6be90fd4842b9e7246500597180af5cf213c11bfa3998a3236dd8ff47961ea8", + "x-checker-data": { + "type": "anitya", + "project-id": 10437, + "url-template": "https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v$version.tar.gz" + } } ] } From 9efc54693331e8684495d81540a6e2a207116e16 Mon Sep 17 00:00:00 2001 From: PunkPangolin <116445585+PunkPangolin@users.noreply.github.com> Date: Tue, 1 Jul 2025 17:26:50 +0200 Subject: [PATCH 2/3] Revert indentation changes in `fluidsynth2-static.json` --- linux-audio/fluidsynth2-static.json | 64 ++++++++++++++--------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/linux-audio/fluidsynth2-static.json b/linux-audio/fluidsynth2-static.json index a7bd1cd4..4fefe9aa 100644 --- a/linux-audio/fluidsynth2-static.json +++ b/linux-audio/fluidsynth2-static.json @@ -1,34 +1,34 @@ { - "name": "fluidsynth", - "buildsystem": "cmake-ninja", - "build-options": { - "cflags": "-fPIC", - "cxxflags": "-fPIC" - }, - "config-opts": [ - "-DBUILD_SHARED_LIBS=OFF", - "-Denable-jack=OFF", - "-Denable-pipewire=OFF" - ], - "cleanup": [ - "/bin", - "/include", - "/lib/cmake", - "/lib/pkgconfig", - "/share/man", - "*.so", - "*.a" - ], - "sources": [ - { - "type": "archive", - "url": "https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.4.6.tar.gz", - "sha256": "a6be90fd4842b9e7246500597180af5cf213c11bfa3998a3236dd8ff47961ea8", - "x-checker-data": { - "type": "anitya", - "project-id": 10437, - "url-template": "https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v$version.tar.gz" - } - } - ] + "name": "fluidsynth", + "buildsystem": "cmake-ninja", + "build-options": { + "cflags": "-fPIC", + "cxxflags": "-fPIC" + }, + "config-opts": [ + "-DBUILD_SHARED_LIBS=OFF", + "-Denable-jack=OFF", + "-Denable-pipewire=OFF" + ], + "cleanup": [ + "/bin", + "/include", + "/lib/cmake", + "/lib/pkgconfig", + "/share/man", + "*.so", + "*.a" + ], + "sources": [ + { + "type": "archive", + "url": "https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.4.6.tar.gz", + "sha256": "a6be90fd4842b9e7246500597180af5cf213c11bfa3998a3236dd8ff47961ea8", + "x-checker-data": { + "type": "anitya", + "project-id": 10437, + "url-template": "https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v$version.tar.gz" + } + } + ] } From 392f892355b882660bf6afcc86c4f3dbe6d7b016 Mon Sep 17 00:00:00 2001 From: PunkPangolin <116445585+PunkPangolin@users.noreply.github.com> Date: Tue, 1 Jul 2025 17:42:38 +0200 Subject: [PATCH 3/3] Remove x-checker-data --- linux-audio/fluidsynth2-static.json | 7 +------ linux-audio/fluidsynth2.json | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/linux-audio/fluidsynth2-static.json b/linux-audio/fluidsynth2-static.json index 4fefe9aa..3469c738 100644 --- a/linux-audio/fluidsynth2-static.json +++ b/linux-audio/fluidsynth2-static.json @@ -23,12 +23,7 @@ { "type": "archive", "url": "https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.4.6.tar.gz", - "sha256": "a6be90fd4842b9e7246500597180af5cf213c11bfa3998a3236dd8ff47961ea8", - "x-checker-data": { - "type": "anitya", - "project-id": 10437, - "url-template": "https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v$version.tar.gz" - } + "sha256": "a6be90fd4842b9e7246500597180af5cf213c11bfa3998a3236dd8ff47961ea8" } ] } diff --git a/linux-audio/fluidsynth2.json b/linux-audio/fluidsynth2.json index ce219e91..99d1a21f 100644 --- a/linux-audio/fluidsynth2.json +++ b/linux-audio/fluidsynth2.json @@ -13,12 +13,7 @@ { "type": "archive", "url": "https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.4.6.tar.gz", - "sha256": "a6be90fd4842b9e7246500597180af5cf213c11bfa3998a3236dd8ff47961ea8", - "x-checker-data": { - "type": "anitya", - "project-id": 10437, - "url-template": "https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v$version.tar.gz" - } + "sha256": "a6be90fd4842b9e7246500597180af5cf213c11bfa3998a3236dd8ff47961ea8" } ] }