Amarok/Archives/MP3 on Ubuntu 5.10: Difference between revisions

From KDE Community Wiki
(Created page with "__NOTOC__ {{I18n/MP3_on_Ubuntu_5.10}} The easiest way to get the needed packages and their dependencies is to uncomment the universe repository for APT. If you're using Adept...")
 
m (Text replace - "\[\[Category:.*\]\]" to "")
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
__NOTOC__
{{I18n/MP3_on_Ubuntu_5.10}}


The easiest way to get the needed packages and their dependencies is to uncomment the universe repository for APT. If you're using Adept:
The easiest way to get the needed packages and their dependencies is to un-comment the universe repository for APT. If you're using Adept:
<div style="margin: 0px; padding: 0px; float: right;">http://kubuntu.org/images/konqi-book2.png</div>
<div style="margin: 0px; padding: 0px; float: right;">http://kubuntu.org/images/konqi-book2.png</div>
* Open Adept
* Open Adept
Line 42: Line 40:
* sudo apt-get update
* sudo apt-get update
* sudo apt-get install libtunepimp2c2 libtunepimp2-dev
* sudo apt-get install libtunepimp2c2 libtunepimp2-dev
[[Category:Installation]]

Latest revision as of 11:00, 14 December 2012

The easiest way to get the needed packages and their dependencies is to un-comment the universe repository for APT. If you're using Adept:

konqi-book2.png
  • Open Adept
  • Adept -> Manage Repositories
  • Enable the line which ends with 'breezy universe'
  • Click "Apply", "Close" and then choose "Fetch Updates"
  • Now you can install the needed software, listed below. Because of simplicity those are commands you have to enter in Konsole. You can of course use Adept or Synaptic to install the named packages (listed in italics).


Run the listed command for your chosen engine below (in Konsole):

xine

  • sudo apt-get install libmad0 libxine1c2

GStreamer

  • sudo apt-get install libmad0 gstreamer0.8-mad

aRts

  • sudo apt-get install libmad0 libarts1-mpeglib

Helix


Musicbrainz (It doesn't work for MP3 files otherwise)

In Konsole:
  • sudo su -c "echo \"deb http://archive.czessi.net/ubuntu/ breezy main\" >> /etc/apt/sources.list"
  • wget http://www.czessi.net/kczessi.gpg #(optional)
  • sudo apt-key add kczessi.gpg && rm kczessi.gpg #(optional)
  • sudo apt-get update
  • sudo apt-get install libtunepimp2c2 libtunepimp2-dev