Amarok/GettingStarted/Download/Debian: Difference between revisions

From KDE Community Wiki
m (Links are out of date for these)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==Installing Amarok==
==Installing Amarok==


Amarok can be installed by installing the amarok package. For example, using apt-get:
Amarok was removed from stable after a Qt4 package cleanup when Amarok appeared to be abandoned. However, the Debian team has begun reintegrating it into Debian stable. As of writing, Amarok is only available in Trixie (testing) and Sid (unstable).
apt-get install amarok


'''Amarok versions currently in Debian'''
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
* The version in [http://www.debian.org/releases/stable/ wheezy (currently stable)] is [http://packages.debian.org/stable/amarok 2.5.90-75-g47e75df (post 2.6-beta1 snapshot)] at the moment.
* The version in [http://wiki.debian.org/Backports wheezy-backports] is [http://packages.debian.org/wheezy-backports/sound/amarok 2.6.0] at the moment.
* The version in [http://www.debian.org/releases/unstable/ sid (unstable)] is [http://packages.debian.org/unstable/amarok 2.6.0] at the moment.
* The version in [http://wiki.debian.org/DebianExperimental experimental] is [http://packages.debian.org/experimental/amarok 2.7.0] at the moment.


==Phonon Backends==
sudo apt install amarok


Amarok plays media via [http://phonon.kde.org/ Phonon multimedia framework]. You can choose either [http://packages.debian.org/stable/phonon-backend-vlc VLC] (recommended) or [http://packages.debian.org/stable/phonon-backend-gstreamer GStreamer] Phonon backend.
And Amarok will install.


'''VLC'''
==Phonon Backends==


apt-get install phonon-backend-vlc
Amarok plays media via the [http://phonon.kde.org/ Phonon multimedia framework]. You can choose either [https://packages.debian.org/stable/phonon4qt5-backend-gstreamer GStreamer] (recommended) or [https://packages.debian.org/stable/phonon4qt5-backend-vlc VLC] Phonon backend.


'''GStreamer'''
'''GStreamer'''


  apt-get install phonon-backend-gstreamer
  apt-get install phonon4qt5-backend-gstreamer


'''Xine (Debian oldstable only, deprecated in later versions)'''
'''VLC'''


  apt-get install phonon-backend-xine
  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.

Latest revision as of 19:16, 9 October 2024

Installing Amarok

Amarok was removed from stable after a Qt4 package cleanup when Amarok appeared to be abandoned. 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.