From fb4e2e862f02a470c098d0d4d0584fde1c3e5bf6 Mon Sep 17 00:00:00 2001 From: iVAN <88724353+ivan-hc@users.noreply.github.com> Date: Sat, 25 Jan 2025 00:05:56 +0100 Subject: [PATCH] Update and rename debian-testing-avidemux to avidemux-qt (#1309) * Update and rename debian-testing-avidemux to avidemux-qt * Update x86_64-apps --- programs/x86_64-apps | 2 +- programs/x86_64/{debian-testing-avidemux => avidemux-qt} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename programs/x86_64/{debian-testing-avidemux => avidemux-qt} (99%) diff --git a/programs/x86_64-apps b/programs/x86_64-apps index 818b278d6..3cce91e13 100644 --- a/programs/x86_64-apps +++ b/programs/x86_64-apps @@ -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. @@ -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. diff --git a/programs/x86_64/debian-testing-avidemux b/programs/x86_64/avidemux-qt similarity index 99% rename from programs/x86_64/debian-testing-avidemux rename to programs/x86_64/avidemux-qt index 180028f3f..6acb04c89 100644 --- a/programs/x86_64/debian-testing-avidemux +++ b/programs/x86_64/avidemux-qt @@ -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 @@ -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)