Picard Linux Install: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
No edit summary
(remove link that doesn't make sense)
 
(8 intermediate revisions by 4 users not shown)
Line 3: Line 3:
=Installing Picard on Linux=
=Installing Picard on Linux=


Setup and install guide for [[Picard Tagger|Picard]] under Linux. If you don't want to install third party binary packages, have a look at [[Picard Source Install|PicardSourceInstall]].
Setup and install guide for [[MusicBrainz_Picard|Picard]] under Linux. If you don't want to install third party binary packages, the source is available [[MusicBrainz_Picard|here]].




Line 18: Line 18:
</pre>
</pre>


Latest official packages also available via the main [https://launchpad.net/picard Launchpad] page.
Note that '''only v.10 is available''' in the repositories for Ubuntu up through Intrepid. '''v.11-1 is in the official repository, but only under Jaunty.''' To avoid upgrading anything other than Picard, rather than adding the Jaunty repository, it is perhaps simplest to install Picard via the [http://packages.ubuntu.com/jaunty/picard Picard package under Jaunty]. Note that, even for an Intrepid system fully up to date with the latest patches, you will still need to also download and install, in this order, the following packages from the jaunty packages site: [http://packages.ubuntu.com/jaunty/libavutil49 libavutil49], [http://packages.ubuntu.com/jaunty/libavcodec52 libavcodec52], [http://packages.ubuntu.com/jaunty/libavformat52 libavformat52], and perhaps others, depending upon your Intrepid configuration.

Daily builds available at [https://launchpad.net/~musicbrainz-developers here].


==Debian==
==Debian==


A package for Picard is available in Debian [http://packages.debian.org/source/testing/picard Testing] and [http://packages.debian.org/source/unstable/picard Unstable].
Picard 0.11-2.1 is available in the Debian Repositories for [http://packages.debian.org/stable/picard Stable (Squeeze)]. '''Note:''' versions prior to 0.15 do not support [[Server_Release_Notes/20110516|NGS]].

Picard 1.0-1 is available in the Debian Repositories for [http://packages.debian.org/wheezy/picard Testing (Wheezy)]. It may be possible to run a more up-to-date version of Picard on Debian Stable using apt-pinning.

There is also a .deb of Version 0.12.1-1 for Debian Lenny build by kaiserbert available for download [http://users.musicbrainz.org/~outsidecontext/picard/picard_0.12.1-1_i386.deb here]. To install the .deb just download and type ''sudo dpkg -i picard_0.12.1-1_i386.deb''.

You can find a [http://forums.musicbrainz.org/viewtopic.php?pid=10501#p10501 thread] about the .deb for Lenny in the forum.


==Gentoo==
==Gentoo==

Latest revision as of 23:59, 30 April 2014

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, the source is available here.


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

Available in Ubuntu's universe repository since Feisty. To install it run this command or use Synaptic instead.

sudo apt-get install picard

Latest official packages also available via the main Launchpad page.

Daily builds available at here.

Debian

Picard 0.11-2.1 is available in the Debian Repositories for Stable (Squeeze). Note: versions prior to 0.15 do not support NGS.

Picard 1.0-1 is available in the Debian Repositories for Testing (Wheezy). It may be possible to run a more up-to-date version of Picard on Debian Stable using apt-pinning.

There is also a .deb of Version 0.12.1-1 for Debian Lenny build by kaiserbert available for download here. To install the .deb just download and type sudo dpkg -i picard_0.12.1-1_i386.deb.

You can find a thread about the .deb for Lenny in the forum.

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

Arch Linux has the picard package in the community repositor, simply run:

sudo pacman -S picard

wiki.archlinux tells you how to enable the community repository, if you haven't done this already.

SUSE / OpenSUSE

RPM builds for various SUSE versions can be found as well as 1-click installed in the OpenSUSE Software directory.

Select the correct one for your OpenSUSE version.

http://software.opensuse.org/search?p=1&q=picard

This version does not automatically install optional things like PUID support. If you want to ensure you've got full functionality, also make sure RPMs for the following are installed:

libdiscid0 python-mutagen python-qt4 libofa ffmpeg

libdiscid0 is available from the same repository as Picard linked above.

The other RPMs are available from SUSE default main repository, as well as Packman's repository ( http://packman.links2linux.org ). Just make sure you have Packman's repo set up and search for those 5 RPMs to ensure they are installed.

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.

ffmpeg is available from the livna rpm repository. It is necessary to install the packages ffmpeg and ffmpeg-devel, and rebuild picard from the source RPM in order to enable PUID generation within picard on Fedora.