Skip to content

Commit 8352d51

Browse files
committed
chore: rename flatpak app id (only pipewire build)
1 parent c320ee3 commit 8352d51

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

meta/flatpak/me.timschneeberger.jdsp4linux.pipewire.desktop renamed to meta/flatpak/me.timschneeberger.jdsp4linux.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Name=JamesDSP
66
Comment=Audio effect processor for Pipewire
77
Categories=AudioVideo;Audio;Qt;
88

9-
Icon=me.timschneeberger.jdsp4linux.pipewire
9+
Icon=me.timschneeberger.jdsp4linux
1010
Exec=jamesdsp
1111
Terminal=false

meta/flatpak/me.timschneeberger.jdsp4linux.pipewire.metainfo.xml renamed to meta/flatpak/me.timschneeberger.jdsp4linux.metainfo.xml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- Copyright 2023 Tim Schneeberger -->
33
<component type="desktop-application">
4-
<id>me.timschneeberger.jdsp4linux.pipewire</id>
4+
<id>me.timschneeberger.jdsp4linux</id>
55

6-
<name>JamesDSP for Pipewire</name>
6+
<name>JamesDSP</name>
77
<developer_name>Tim Schneeberger</developer_name>
88
<summary>Open-source audio effect processor for Pipewire</summary>
99
<content_rating type="oars-1.1" />
@@ -27,10 +27,10 @@
2727
JamesDSP is an advanced audio effects processor initially developed for Android devices by James Fung. It has been ported to Linux by Tim Schneeberger.
2828
</p>
2929
<p>
30-
This app provides various sound effects for PipeWire and PulseAudio systems. It offers features such as automatic bass boost, dynamic range compression, reverberation, equalizers, surround effects, stereo wideness control, parametric equalization, scripting engine, and more. Users can also create their own audio effects using the EEL2 scripting language supported by the app. The app includes a minimal scripting IDE with syntax highlighting, code completion, and some debugging features.
30+
This package only supports PipeWire. Please check the README for the legacy PulseAudio version.
3131
</p>
3232
<p>
33-
A legacy package with PulseAudio support is also available; however, it is recommended to switch to Pipewire if possible.
33+
This app provides various sound effects for PipeWire systems. It offers features such as automatic bass boost, dynamic range compression, reverberation, equalizers, surround effects, stereo wideness control, parametric equalization, scripting engine, and more. Users can also create their own audio effects using the EEL2 scripting language supported by the app. The app includes a minimal scripting IDE with syntax highlighting, code completion, and some debugging features.
3434
</p>
3535
</description>
3636

@@ -56,6 +56,14 @@
5656
</provides>
5757

5858
<releases>
59+
<release type="stable" version="2.5.1" date="2023-06-17T00:00:00Z">
60+
<description>
61+
<ul>
62+
<li>Other changes:</li>
63+
<li>Finalize flatpak support</li>
64+
</ul>
65+
</description>
66+
</release>
5967
<release type="stable" version="2.5.0" date="2023-06-16T00:00:00Z">
6068
<description>
6169
<ul>
@@ -84,7 +92,7 @@
8492
</release>
8593
</releases>
8694

87-
<launchable type="desktop-id">me.timschneeberger.jdsp4linux.pipewire.desktop</launchable>
95+
<launchable type="desktop-id">me.timschneeberger.jdsp4linux.desktop</launchable>
8896
<screenshots>
8997
<screenshot type="default">
9098
<image>https://github.com/Audio4Linux/JDSP4Linux/blob/master/meta/screenshot.png?raw=true</image>

0 commit comments

Comments
 (0)