Amarok/GettingStarted/Download/Debian: Difference between revisions
(This page is wildly out of date with current Debian events, I still haven't figured out some issues with launching Amarok, but this is a lot closer to reality.) |
|||
Line 1: | Line 1: | ||
==Installing Amarok== | ==Installing Amarok== | ||
Amarok | Amarok was removed from stable after a obsolete Qt4 package cleanup, when Amarok appeared to be dead. However, the Debian team has begun reintegrating it into Debian stable. As of writing, Amarok is only available in Trixie (testing) and Sid (unstable). | ||
Please see [https://wiki.debian.org/DebianTesting this Debian wiki page] for instructions on how to switch over from stable to testing. After completing the upgrade process, you can run | |||
sudo apt install amarok | |||
And Amarok will install. | |||
==Phonon Backends== | ==Phonon Backends== | ||
Amarok plays media via the [http://phonon.kde.org/ Phonon multimedia framework]. You can choose either [http://packages.debian.org/stable/phonon-backend- | Amarok plays media via the [http://phonon.kde.org/ Phonon multimedia framework]. You can choose either [http://packages.debian.org/stable/phonon-backend-gstreamer GStreamer] (recommended) or [http://packages.debian.org/stable/phonon-backend-vlc VLC] Phonon backend. | ||
'''GStreamer''' | '''GStreamer''' | ||
apt-get install | apt-get install phonon4qt5-backend-gstreamer | ||
'''VLC''' | '''VLC''' | ||
apt-get install | apt-get install phonon4qt5-backend-vlc | ||
For more on Phonon, see the [http://community.kde.org/Phonon Phonon] page. | For more on Phonon, see the [http://community.kde.org/Phonon Phonon] page. |
Revision as of 17:41, 9 October 2024
Installing Amarok
Amarok was removed from stable after a obsolete Qt4 package cleanup, when Amarok appeared to be dead. However, the Debian team has begun reintegrating it into Debian stable. As of writing, Amarok is only available in Trixie (testing) and Sid (unstable).
Please see this Debian wiki page for instructions on how to switch over from stable to testing. After completing the upgrade process, you can run
sudo apt install amarok
And Amarok will install.
Phonon Backends
Amarok plays media via the Phonon multimedia framework. You can choose either GStreamer (recommended) or VLC Phonon backend.
GStreamer
apt-get install phonon4qt5-backend-gstreamer
VLC
apt-get install phonon4qt5-backend-vlc
For more on Phonon, see the Phonon page.