1
0
Fork 0
mirror of synced 2024-11-22 01:55:36 -05:00

Add some players

This commit is contained in:
Nico Jensch 2020-11-13 18:17:00 +01:00
parent 222587ccee
commit 8c653e660b
3 changed files with 27 additions and 20 deletions

View file

@ -96,25 +96,12 @@ function upgrade2ultimate
gnome-sound-recorder gnome-sound-recorder
vino vino
rygel rygel
shotwell" >> /tmp/setup-assistant/pkgs.txt shotwell
lollypop" >> /tmp/setup-assistant/pkgs.txt
fi fi
fi fi
if ! yad \
--image='pattern-games' \
--title="Upgrade to ULTIMATE 👾" \
--window-icon='update' \
--geometry=700x100 \
--button=No:0 \
--button=Yes:1 \
--text-align=center \
--center \
--text "Are you a gamer? The Garuda Gamer app will be installed for further configuration."; then
echo "garuda-gamer-git" >> /tmp/setup-assistant/pkgs.txt
fi
yad \ yad \
--image='libreoffice-main' \ --image='libreoffice-main' \
--title="Upgrade to ULTIMATE 👾" \ --title="Upgrade to ULTIMATE 👾" \
@ -200,7 +187,7 @@ function upgrade2ultimate
--image='nextcloud-client' \ --image='nextcloud-client' \
--title="Upgrade to ULTIMATE 👾" \ --title="Upgrade to ULTIMATE 👾" \
--window-icon='update' \ --window-icon='update' \
--text "Some general internet applications:" \ --text "Some general internet applications?" \
--geometry=600x400 \ --geometry=600x400 \
--list \ --list \
--checklist \ --checklist \
@ -241,7 +228,7 @@ function upgrade2ultimate
--image='telegram-desktop' \ --image='telegram-desktop' \
--title="Upgrade to ULTIMATE 👾" \ --title="Upgrade to ULTIMATE 👾" \
--window-icon='update' \ --window-icon='update' \
--text "Communication software:" \ --text "Do you need communication software?" \
--geometry=600x400 \ --geometry=600x400 \
--list \ --list \
--checklist \ --checklist \
@ -331,9 +318,18 @@ function upgrade2ultimate
if grep -R "Kwave" /tmp/setup-assistant/audio.txt; then if grep -R "Kwave" /tmp/setup-assistant/audio.txt; then
echo "kwave" >> /tmp/setup-assistant/pkgs.txt echo "kwave" >> /tmp/setup-assistant/pkgs.txt
fi fi
if grep -R "Cantata" /tmp/setup-assistant/audio.txt; then
echo "cantata" >> /tmp/setup-assistant/pkgs.txt
fi
if grep -R "Audacious" /tmp/setup-assistant/audio.txt; then
echo "audavious" >> /tmp/setup-assistant/pkgs.txt
fi
if grep -R "Audacity" /tmp/setup-assistant/audio.txt; then if grep -R "Audacity" /tmp/setup-assistant/audio.txt; then
echo "audacity" >> /tmp/setup-assistant/pkgs.txt echo "audacity" >> /tmp/setup-assistant/pkgs.txt
fi fi
if grep -R "Lollypop" /tmp/setup-assistant/audio.txt; then
echo "lollypop" >> /tmp/setup-assistant/pkgs.txt
fi
if grep -R "Ardour" /tmp/setup-assistant/audio.txt; then if grep -R "Ardour" /tmp/setup-assistant/audio.txt; then
echo "ardour" >> /tmp/setup-assistant/pkgs.txt echo "ardour" >> /tmp/setup-assistant/pkgs.txt
fi fi
@ -360,7 +356,7 @@ function upgrade2ultimate
--image='Kdenlive' \ --image='Kdenlive' \
--title="Upgrade to ULTIMATE 👾" \ --title="Upgrade to ULTIMATE 👾" \
--window-icon='update' \ --window-icon='update' \
--text "What about video editing software?" \ --text "What about video software?" \
--geometry=600x400 \ --geometry=600x400 \
--list \ --list \
--checklist \ --checklist \
@ -376,6 +372,9 @@ function upgrade2ultimate
opus-tools opus-tools
frei0r-plugins" >> /tmp/setup-assistant/pkgs.txt frei0r-plugins" >> /tmp/setup-assistant/pkgs.txt
fi fi
if grep -R "Baka-Mplayer" /tmp/setup-assistant/video.txt; then
echo "baka-mplayer" >> /tmp/setup-assistant/pkgs.txt
fi
if grep -R "OBS Studio" /tmp/setup-assistant/video.txt; then if grep -R "OBS Studio" /tmp/setup-assistant/video.txt; then
echo "obs-studio" >> /tmp/setup-assistant/pkgs.txt echo "obs-studio" >> /tmp/setup-assistant/pkgs.txt
fi fi

View file

@ -1,7 +1,13 @@
true true
Olivia (Audio player with YouTube support) Olivia (Audio player with YouTube support)
false false
Kwave (sound editor by KDE) Audacious
false
Cantata (Frontend for mpd)
false
Kwave (Sound editor by KDE)
false
Lollypop (GNOME music player)
false false
Audacity (Record/edit audio) Audacity (Record/edit audio)
false false

View file

@ -1,9 +1,11 @@
true true
Kdenlive (Video editor by KDE) Kdenlive (Video editor by KDE)
false false
Baka-Mplayer (libmpv & Qt based video player)
false
OBS Studio (Video recording/streaming) OBS Studio (Video recording/streaming)
false false
SMPlayer (Build-in codecs, high compatability) SMPlayer (Build-in codecs, high compatability video player)
false false
Shotcut (Qt-based video editor) Shotcut (Qt-based video editor)
false false