Picard Linux Install: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(Use PPA for Picard packages (Imported from MoinMoin))
 
(add Fedora install instructions (Imported from MoinMoin))
(One intermediate revision by the same user not shown)
Line 18: Line 18:
==Ubuntu==
==Ubuntu==


<span id="ubuntu"></span> To install Picard on Ubuntu '''Feisty''' and '''Gutsy''' follow these steps:
<span id="ubuntu"></span> To install Picard on Ubuntu '''Gutsy''' follow these steps:
# Enable the universe repository, [https://help.ubuntu.com/community/Repositories/Ubuntu#head-5bbef89639d9a7d93fe38f6356dc17847d373096 add them first]
# Install Picard with you favorite package manager <pre>sudo apt-get updatesudo apt-get install picard</pre>

To get MP3 tagging to work on Ubuntu (all other formats are OK), you need to <pre>sudo apt-get install libtunepimp5-mp3
</pre>

To install Picard 0.9 ([[Picard Qt|PicardQt]]) on Ubuntu '''Gutsy''' follow these steps:
# Add repository <pre>deb http://ppa.launchpad.net/luks/ubuntu gutsy main</pre> to your <code><nowiki>/etc/apt/sources.list</nowiki></code>. See [https://help.ubuntu.com/community/Repositories/Ubuntu#head-155b53308911d4d3869b3650856a41550f57f891 Ubuntu documentation] for more detailed guide on adding repositories.
# Add repository <pre>deb http://ppa.launchpad.net/luks/ubuntu gutsy main</pre> to your <code><nowiki>/etc/apt/sources.list</nowiki></code>. See [https://help.ubuntu.com/community/Repositories/Ubuntu#head-155b53308911d4d3869b3650856a41550f57f891 Ubuntu documentation] for more detailed guide on adding repositories.
# Run these commands to update lists of package and install Picard <pre>sudo apt-get updatesudo apt-get install picard</pre>
# Run these commands to update lists of package and install Picard <pre>sudo apt-get updatesudo apt-get install picard</pre>
Line 41: Line 34:
==Gentoo==
==Gentoo==


Picard Qt is now included in Gentoo Portage. To install Picard, simply run: <pre>emerge --sync
Marti Raudsepp (aka [[User:intgr|intgr]]) has written a Portage overlay for Picard 0.7 and related packages, plus bleeding-edge subversion ebuilds.
emerge picard
* [http://juffo.org/proj/musicbrainz-overlay/README.html Installation instructions]
</pre>
* [http://juffo.org/proj/musicbrainz-overlay/musicbrainz-overlay.tar.gz Overlay tarball]

* Overlay from subversion: svn://svn.juffo.org/musicbrainz-overlay
Note that you should enable the USE flag "ffmpeg" if you want acoustinc fingerprinting, and "cdaudio" if you want to recognize CDs from your drive.


==Arch Linux==
==Arch Linux==
Line 53: Line 47:
And the procedure to be followed to install it can be found at:
And the procedure to be followed to install it can be found at:
* [http://wiki.archlinux.org/index.php/ABS_-_The_Arch_Build_System http://wiki.archlinux.org/index.php/ABS_-_The_Arch_Build_System]
* [http://wiki.archlinux.org/index.php/ABS_-_The_Arch_Build_System http://wiki.archlinux.org/index.php/ABS_-_The_Arch_Build_System]

==Fedora 7, 8 and Higher==

Picard is now in the official Fedora package collection:

[https://admin.fedoraproject.org/pkgdb/packages/name/picard https://admin.fedoraproject.org/pkgdb/packages/name/picard]

since dependent packages PyQt4 and libdiscid are now also available in Fedora. Just install with yum

<pre>yum install picard
</pre>

Currently these packages do not have support for acoustic fingerprinting because that depends on ffmpeg which isn't available in Fedora due to patent issues in ffmpeg.


[[Category:To Be Reviewed]] [[Category:Picard]]
[[Category:To Be Reviewed]] [[Category:Picard]]

Revision as of 18:44, 16 December 2007

Products > Picard > Installation Instructions for Linux

Installing Picard on Linux

Setup and install guide for Picard under Linux. If you don't want to install third party binary packages, have a look at PicardSourceInstall.


Mandriva

Picard is available in the Mandriva development version Cooker in the contribs repository. Cooker users can simply install it by running

urpmi picard

or by selecting it in rpmdrake.

Ubuntu

To install Picard on Ubuntu Gutsy follow these steps:

  1. Add repository
    deb http://ppa.launchpad.net/luks/ubuntu gutsy main
    to your /etc/apt/sources.list. See Ubuntu documentation for more detailed guide on adding repositories.
  2. Run these commands to update lists of package and install Picard
    sudo apt-get updatesudo apt-get install picard
  3. Alternatively you can use Synaptic to install Picard.

The repository is signed with LukasLalinsky's PGP key. To import the key to apt, run this command:

wget http://ftp.musicbrainz.org/pub/musicbrainz/users/luks/public.key -O- | sudo apt-key add -

Debian

A package for Picard is in the Debian Experimental repository.

Gentoo

Picard Qt is now included in Gentoo Portage. To install Picard, simply run:

emerge --sync
emerge picard

Note that you should enable the USE flag "ffmpeg" if you want acoustinc fingerprinting, and "cdaudio" if you want to recognize CDs from your drive.

Arch Linux

Augusto Oliveira has created the necessary PKGBUILDs for Picard 0.7 and all its dependencies. The main PKGBUILD can be found at:

And the procedure to be followed to install it can be found at:

Fedora 7, 8 and Higher

Picard is now in the official Fedora package collection:

https://admin.fedoraproject.org/pkgdb/packages/name/picard

since dependent packages PyQt4 and libdiscid are now also available in Fedora. Just install with yum

yum install picard

Currently these packages do not have support for acoustic fingerprinting because that depends on ffmpeg which isn't available in Fedora due to patent issues in ffmpeg.