summaryrefslogtreecommitdiff
path: root/archsetup
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-11 17:44:25 -0600
committerCraig Jennings <c@cjennings.net>2026-02-11 17:44:25 -0600
commit1ad7e5701fce7ac33fde097151174960585ff20f (patch)
treef8efd98197c5b8a8dc028e8f3fa25480c38d3b4a /archsetup
parent60bda647b1daecfb9e50d816078f6ee303b93403 (diff)
feat(archsetup): add VLC plugin packages, process inbox
Diffstat (limited to 'archsetup')
-rwxr-xr-xarchsetup10
1 files changed, 10 insertions, 0 deletions
diff --git a/archsetup b/archsetup
index 3365d89..3a97746 100755
--- a/archsetup
+++ b/archsetup
@@ -1952,6 +1952,16 @@ supplemental_software() {
pacman_install transmission-remote-gtk # bittorrent client
pacman_install unclutter # hides mouse cursor when not being used
pacman_install vlc # media player
+ pacman_install vlc-plugin-ffmpeg # vlc: H264/H265/AV1 decoding
+ pacman_install vlc-plugin-matroska # vlc: MKV container support
+ pacman_install vlc-plugin-ass # vlc: SSA/ASS subtitle rendering
+ pacman_install vlc-plugin-freetype # vlc: SRT and text subtitle rendering
+ pacman_install vlc-plugin-mpeg2 # vlc: DVD/broadcast MPEG-2 decoding
+ pacman_install vlc-plugin-chromecast # vlc: cast to Chromecast devices
+ pacman_install vlc-plugin-bluray # vlc: Blu-ray disc playback
+ pacman_install vlc-plugin-dvd # vlc: DVD playback
+ pacman_install vlc-plugin-aom # vlc: AV1 decoding
+ pacman_install vlc-plugin-notify # vlc: desktop notifications
pacman_install w3m # text based browser
pacman_install mpd # music player daemon
pacman_install mpc # mpd command line client