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
vino
rygel
shotwell" >> /tmp/setup-assistant/pkgs.txt
shotwell
lollypop" >> /tmp/setup-assistant/pkgs.txt
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 \
--image='libreoffice-main' \
--title="Upgrade to ULTIMATE 👾" \
@ -200,7 +187,7 @@ function upgrade2ultimate
--image='nextcloud-client' \
--title="Upgrade to ULTIMATE 👾" \
--window-icon='update' \
--text "Some general internet applications:" \
--text "Some general internet applications?" \
--geometry=600x400 \
--list \
--checklist \
@ -241,7 +228,7 @@ function upgrade2ultimate
--image='telegram-desktop' \
--title="Upgrade to ULTIMATE 👾" \
--window-icon='update' \
--text "Communication software:" \
--text "Do you need communication software?" \
--geometry=600x400 \
--list \
--checklist \
@ -331,9 +318,18 @@ function upgrade2ultimate
if grep -R "Kwave" /tmp/setup-assistant/audio.txt; then
echo "kwave" >> /tmp/setup-assistant/pkgs.txt
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
echo "audacity" >> /tmp/setup-assistant/pkgs.txt
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
echo "ardour" >> /tmp/setup-assistant/pkgs.txt
fi
@ -360,7 +356,7 @@ function upgrade2ultimate
--image='Kdenlive' \
--title="Upgrade to ULTIMATE 👾" \
--window-icon='update' \
--text "What about video editing software?" \
--text "What about video software?" \
--geometry=600x400 \
--list \
--checklist \
@ -376,6 +372,9 @@ function upgrade2ultimate
opus-tools
frei0r-plugins" >> /tmp/setup-assistant/pkgs.txt
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
echo "obs-studio" >> /tmp/setup-assistant/pkgs.txt
fi

View file

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

View file

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