Skip to content

Commit

Permalink
replace default phonon-gstreamer to phonon-vlc in KDE packages
Browse files Browse the repository at this point in the history
phonon-vlc (this is the only maintained and supported Phonon backend for KDE apps that use Phonon for their multimedia needs; the alternative phonon-gstreamer has been unmaintained since 2013 and should not be shipped by default, or at all, ideally)
source: https://community.kde.org/Distributions/Packaging_Recommendations
  • Loading branch information
mhk2012 committed Jan 10, 2024
1 parent 5937de1 commit 45008ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ auto get_pkglist_desktop(const std::string_view& desktop_env) noexcept -> std::v
"kinit", "kwallet-pam", "kwalletmanager", "plasma-wayland-protocols", "plasma-wayland-session",
"plasma-desktop", "plasma-nm", "plasma-pa",
"plasma-firewall", "plasma-browser-integration", "plasma-systemmonitor", "plasma-thunderbolt",
"ksysguard", "spectacle", "sddm-kcm", "xsettingsd"};
"ksysguard", "spectacle", "sddm-kcm", "xsettingsd", "phonon-qt5-vlc"};
/* clang-format on */
pkg_list.insert(pkg_list.end(), std::move_iterator(to_be_inserted.begin()),
std::move_iterator(to_be_inserted.end()));
Expand Down

0 comments on commit 45008ef

Please sign in to comment.