Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update and rename debian-testing-avidemux to avidemux-qt #1309

Merged
merged 2 commits into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion programs/x86_64-apps
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
◆ avantgarde : Avalonia XAML Preview.
◆ avidemux : Multiplatform Video Editor.
◆ avidemux-nightly : Multiplatform Video Editor, nightly build.
◆ avidemux-qt : Unofficial, my custom Avidemux Video Editor built to use system themes.
◆ avocado : PlayStation 1 emulator, games.
◆ avogadro2 : Molecular editor for computational chemistry, bioinformatics.
◆ awakened-poe-trade : Path of Exile trading app for price checking.
Expand Down Expand Up @@ -477,7 +478,6 @@
◆ deadbeef-nightly-appimage : Unofficial AppImage of the DeaDBeeF music player. Nightly build.
◆ deadgame-2048 : GUI tool available for ALL platforms.
◆ deb2appimage : Build AppImages from deb packages on any distro.
◆ debian-testing-avidemux : Unofficial, Avidemux built from deb-multimedia.
◆ deckboard : Control your PC with your phone in easy way possible.
◆ dedop-studio : DeDop Studio
◆ deepl-linux-electron : DeepL Integration. Select & translate text in any app.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# AM INSTALL SCRIPT VERSION 3.5
set -u
APP=avidemux
APP=avidemux-qt
SITE="ivan-hc/Avidemux-unofficial-appimage"

# CREATE DIRECTORIES AND ADD REMOVER
Expand Down Expand Up @@ -30,7 +30,7 @@ ln -s "/opt/$APP/$APP" "/usr/local/bin/$APP"
cat >> ./AM-updater << 'EOF'
#!/bin/sh
set -u
APP=avidemux
APP=avidemux-qt
SITE="ivan-hc/Avidemux-unofficial-appimage"
version0=$(cat "/opt/$APP/version")
version=$(curl -Ls https://api.github.com/repos/ivan-hc/Avidemux-unofficial-appimage/releases | sed 's/[()",{} ]/\n/g' | grep -oi "https.*mage$" | head -1)
Expand Down