Skip to content

Commit

Permalink
Update to 1.0.1
Browse files Browse the repository at this point in the history
Fix appstream
Added patch for jerryuhoo/Fire#63
Remove appstream compose

Signed-off-by: Hubert Figuière <[email protected]>
  • Loading branch information
hfiguiere committed May 25, 2024
1 parent 902dd86 commit 67a30c9
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 7 deletions.
15 changes: 9 additions & 6 deletions org.freedesktop.LinuxAudio.Plugins.Fire.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"sdk": "org.freedesktop.Sdk//23.08",
"runtime-version": "stable",
"build-extension": true,
"appstream-compose": false,
"branch": "23.08",
"build-options": {
"prefix": "/app/extensions/Plugins/Fire"
Expand All @@ -29,20 +28,21 @@
"install -d ${FLATPAK_DEST}/vst3",
"cp -r Fire_artefacts/Release/VST3/*.vst3 ${FLATPAK_DEST}/vst3",
"strip ${FLATPAK_DEST}/vst3/*.vst3/Contents/*/*.so",
"install -Dm644 --target-directory=${FLATPAK_DEST}/share/metainfo org.freedesktop.LinuxAudio.Plugins.Fire.metainfo.xml",
"appstream-compose --basename=org.freedesktop.LinuxAudio.Plugins.Fire --prefix=${FLATPAK_DEST} --origin=flatpak org.freedesktop.LinuxAudio.Plugins.Fire"
"install -Dm644 org.freedesktop.LinuxAudio.Plugins.Fire.metainfo.xml -t ${FLATPAK_DEST}/share/metainfo"
],
"sources": [
{
"type": "git",
"url": "https://github.com/jerryuhoo/Fire.git",
"tag": "v0.9.9",
"tag": "v1.0.1",
"commit": "75656d75e71f4232df420f4dbdbf295a6fc8f553",
"disable-submodules": true
},
{
"type": "git",
"url": "https://github.com/juce-framework/JUCE",
"tag": "7.0.1",
"tag": "7.0.12",
"commit": "4f43011b96eb0636104cb3e433894cda98243626",
"dest": "JUCE"
},
{
Expand All @@ -59,7 +59,10 @@
},
{
"type": "patch",
"path": "patches/fire-deps.patch"
"paths": [
"patches/fire-deps.patch",
"patches/fire-build.patch"
]
},
{
"type": "file",
Expand Down
4 changes: 3 additions & 1 deletion org.freedesktop.LinuxAudio.Plugins.Fire.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,16 @@
<project_license>AGPL-3.0</project_license>
<metadata_license>CC0-1.0</metadata_license>
<update_contact>hub_AT_figuiere_net</update_contact>
<developer_name>Fire Developers</developer_name>
<url type="homepage">https://jerryuhoo.github.io/#about</url>
<screenshots>
<screenshot>
<screenshot type="default">
<image>https://github.com/jerryuhoo/Fire/blob/v0.9.9/Fire1.png?raw=true</image>
<caption>Plugin user interface</caption>
</screenshot>
</screenshots>
<releases>
<release version="1.0.1" date="2024-05-23" />
<release version="0.9.9" date="2022-07-13" />
</releases>
</component>
12 changes: 12 additions & 0 deletions patches/fire-build.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d641ad0..ec1f8e0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -114,6 +114,7 @@ target_sources(Fire
Source/Panels/SpectrogramPanel/FreqTextLabel.cpp
Source/Panels/SpectrogramPanel/Multiband.cpp
Source/Panels/SpectrogramPanel/SoloButton.cpp
+ Source/Panels/SpectrogramPanel/SpectrumBackground.cpp
Source/Panels/SpectrogramPanel/SpectrumComponent.cpp
Source/Panels/SpectrogramPanel/VerticalLine.cpp
Source/Panels/TopPanel/Preset.cpp

0 comments on commit 67a30c9

Please sign in to comment.