Nieuws:

Ubuntu-NL weer online!

Na een periode van technische problemen en een overbelaste server zijn we eindelijk weer bereikbaar.
Samen met Hobbynet, onze sponsor en hostingpartner, hebben we een oplossing gevonden zodat alles weer soepel draait.

Bedankt voor jullie geduld en begrip. We hopen nu weer verder te gaan waar we gebleven waren.

Het team van Ubuntu-NL

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: [Opgelost] Picard 0.12 installeren in Ubuntu 9.10  (gelezen 1892 keer)

Offline wowo

  • Lid
[Opgelost] Picard 0.12 installeren in Ubuntu 9.10
« Gepost op: 2010/03/26, 13:40:02 »
De versie die geleverd wordt met Ubuntu Software centrum is Picard 0.11.
Een aantal voor mij noodzakelijke Picard-plugins werken alleen met Picard versie 0.12.
Dus heb ik geprobeerd om Picard 0.12 te installeren met de MusicBrainz Picard source code zie link http://musicbrainz.org/doc/MusicBrainz_Picard#Documentation.
Installatie tekst:
MusicBrainz Picard Installation
===============================

Dependencies
------------

Before installing Picard, you need to have these libraries:

 * Python 2.5 or newer
   http://python.org
 
 * PyQt 4.1 with Qt 4.2 or newer
   http://www.riverbankcomputing.co.uk/software/pyqt/intro
   http://www.trolltech.com/products/qt/

 * Mutagen 1.11 or newer
   http://code.google.com/p/quodlibet/wiki/Development/Mutagen

 * libdiscid (optional)
   http://musicbrainz.org/doc/libdiscid

 * FFmpeg (optional)
   http://ffmpeg.mplayerhq.hu/

 * libofa (optional)
   http://code.google.com/p/musicip-libofa/


Installation
------------

After installing the dependencies, you can install Picard by running:

  python setup.py config
  sudo python setup.py install

This will automatically build and install all required Python modules. To
start Picard now you can use:

  picard


Running From the Source Tree
----------------------------

If you want to run Picard from the source directory without installing, you
need to build the C extensions and locales manually:

  python setup.py config
  python setup.py build_ext -i
  python setup.py build_locales -i

And to start Picard use:

  python tagger.py

Als ik Picard ga installeren met:
python setup.py config
  sudo python setup.py install
Wordt er van alles geinstalleerd, maar ik krijg op het laatst een foutmelding waardoor er volgens mij toch niets geinstalleerd wordt.:
wout@wout-laptop:~/Downloads/picard-0.12.1$ python setup.py config
running config
checking for pkg-cfg... yes
checking for libofa... (pkg-config) no
checking for libavcodec/libavformat... (pkg-config) no
checking for directshow... no
saving build.cfg
wout@wout-laptop:~/Downloads/picard-0.12.1$ sudo python setup.py install
[sudo] password for wout:
running install
running build
generating scripts/picard from scripts/picard.in
running build_py
running build_ext
building 'picard.util.astrcmp' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c picard/util/astrcmp.cpp -o build/temp.linux-i686-2.6/picard/util/astrcmp.o
gcc: error trying to exec 'cc1plus': execvp: Bestand of map bestaat niet
error: command 'gcc' failed with exit status 1
wout@wout-laptop:~/Downloads/picard-0.12.1$


Wie kan mij verder helpen met het installeren van Picard 0.12 ??

« Laatst bewerkt op: 2010/03/27, 01:34:58 door wowo »
3xDesktop Manjaro Linux Gnome; 2xLaptop Manjaro Linux Gnome

Re: Picard 0.12 installeren
« Reactie #1 Gepost op: 2010/03/26, 13:45:21 »
Heb je eerst dit gedaan?

Citaat
Before installing Picard, you need to have these libraries:

 * Python 2.5 or newer
   http://python.org
 
 * PyQt 4.1 with Qt 4.2 or newer
   http://www.riverbankcomputing.co.uk/software/pyqt/intro
   http://www.trolltech.com/products/qt/

 * Mutagen 1.11 or newer
   http://code.google.com/p/quodlibet/wiki/Development/Mutagen

 * libdiscid (optional)
   http://musicbrainz.org/doc/libdiscid

 * FFmpeg (optional)
   http://ffmpeg.mplayerhq.hu/

 * libofa (optional)
   http://code.google.com/p/musicip-libofa/


Installation
------------

After installing the dependencies, you can install Picard by running:

Dus die vereiste dependencies geinstalleerd?
Laptop MSI U123 (160 GB) 1 GB ramMint Cinnamon 18 LTS
Laptop Toshiba Tecra  (80GB) 2 GB ram Fedora 24
Dell Latitude D600 Pentium M 1400MHz 512MB ram
Bouwjaar 2003 met Debian 8 (Jessie)

Offline wowo

  • Lid
Re: Picard 0.12 installeren
« Reactie #2 Gepost op: 2010/03/26, 14:02:17 »
Heb je eerst dit gedaan?

Citaat
Before installing Picard, you need to have these libraries:

 * Python 2.5 or newer
   http://python.org
 
 * PyQt 4.1 with Qt 4.2 or newer
   http://www.riverbankcomputing.co.uk/software/pyqt/intro
   http://www.trolltech.com/products/qt/

 * Mutagen 1.11 or newer
   http://code.google.com/p/quodlibet/wiki/Development/Mutagen

 * libdiscid (optional)
   http://musicbrainz.org/doc/libdiscid

 * FFmpeg (optional)
   http://ffmpeg.mplayerhq.hu/

 * libofa (optional)
   http://code.google.com/p/musicip-libofa/


Installation
------------

After installing the dependencies, you can install Picard by running:

Dus die vereiste dependencies geinstalleerd?

Ik had dit van te voren gecontroleerd via Synaptic pakketbeheer "zoekfunctie geinstalleerd".
Bij mij de volgende dependencies geïnstalleerd:
- Python 2.6
- python-qt4 4.6-1
- python-mutagen 1.15-2
- libdiscid0 0.1.0-1
- gstreamer0.10-ffmpeg 0.10.9-1
- libofa0 0.9.3-3ubuntu1

Dus volgens zijn heb ik alle dependencies.
De foutmelding
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c picard/util/astrcmp.cpp -o build/temp.linux-i686-2.6/picard/util/astrcmp.o
gcc: error trying to exec 'cc1plus': execvp: Bestand of map bestaat niet
error: command 'gcc' failed with exit status 1
Heeft volgens mij betrekking op het compilen:
daar gaat ergens iets mis, maar wat?
Hoe nu verder?
3xDesktop Manjaro Linux Gnome; 2xLaptop Manjaro Linux Gnome

Offline wowo

  • Lid
Re: Picard 0.12 installeren
« Reactie #3 Gepost op: 2010/03/26, 22:43:07 »
Bump.

Ben een beetje ongeduldig.

Er moeten hier toch vast Ubuntu-techneuten zijn die weten wat te doen met onderstaande foutmelding van de gcc compiler?  ;):
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c picard/util/astrcmp.cpp -o build/temp.linux-i686-2.6/picard/util/astrcmp.o
gcc: error trying to exec 'cc1plus': execvp: Bestand of map bestaat niet
error: command 'gcc' failed with exit status 1

3xDesktop Manjaro Linux Gnome; 2xLaptop Manjaro Linux Gnome

Offline wowo

  • Lid
Re: Picard 0.12 installeren
« Reactie #4 Gepost op: 2010/03/27, 00:47:39 »
Ben zelf maar weer aan de gang gegaan.
De bovenstaande foutmelding schijnt te maken te hebben met het ontbreken van een c++ compiler.
Na het installeren van "g++-4.4" kwam ik met de installatie heel wat verder:
running install
running build
generating scripts/picard from scripts/picard.in
running build_py
creating build
creating build/lib.linux-i686-2.6
creating build/lib.linux-i686-2.6/picard
copying picard/disc.py -> build/lib.linux-i686-2.6/picard
copying picard/cluster.py -> build/lib.linux-i686-2.6/picard
copying picard/script.py -> build/lib.linux-i686-2.6/picard
copying picard/parsefilename.py -> build/lib.linux-i686-2.6/picard
copying picard/puidmanager.py -> build/lib.linux-i686-2.6/picard
copying picard/plugin.py -> build/lib.linux-i686-2.6/picard
copying picard/mbxml.py -> build/lib.linux-i686-2.6/picard
copying picard/track.py -> build/lib.linux-i686-2.6/picard
copying picard/resources.py -> build/lib.linux-i686-2.6/picard
copying picard/webservice.py -> build/lib.linux-i686-2.6/picard
copying picard/artist.py -> build/lib.linux-i686-2.6/picard
copying picard/config.py -> build/lib.linux-i686-2.6/picard
copying picard/const.py -> build/lib.linux-i686-2.6/picard
copying picard/playlist.py -> build/lib.linux-i686-2.6/picard
copying picard/log.py -> build/lib.linux-i686-2.6/picard
copying picard/tagger.py -> build/lib.linux-i686-2.6/picard
copying picard/album.py -> build/lib.linux-i686-2.6/picard
copying picard/file.py -> build/lib.linux-i686-2.6/picard
copying picard/dataobj.py -> build/lib.linux-i686-2.6/picard
copying picard/__init__.py -> build/lib.linux-i686-2.6/picard
copying picard/similarity.py -> build/lib.linux-i686-2.6/picard
copying picard/metadata.py -> build/lib.linux-i686-2.6/picard
creating build/lib.linux-i686-2.6/picard/browser
copying picard/browser/browser.py -> build/lib.linux-i686-2.6/picard/browser
copying picard/browser/filelookup.py -> build/lib.linux-i686-2.6/picard/browser
copying picard/browser/__init__.py -> build/lib.linux-i686-2.6/picard/browser
creating build/lib.linux-i686-2.6/picard/musicdns
copying picard/musicdns/__init__.py -> build/lib.linux-i686-2.6/picard/musicdns
creating build/lib.linux-i686-2.6/picard/plugins
copying picard/plugins/__init__.py -> build/lib.linux-i686-2.6/picard/plugins
creating build/lib.linux-i686-2.6/picard/formats
copying picard/formats/mp4.py -> build/lib.linux-i686-2.6/picard/formats
copying picard/formats/apev2.py -> build/lib.linux-i686-2.6/picard/formats
copying picard/formats/asf.py -> build/lib.linux-i686-2.6/picard/formats
copying picard/formats/vorbis.py -> build/lib.linux-i686-2.6/picard/formats
copying picard/formats/wav.py -> build/lib.linux-i686-2.6/picard/formats
copying picard/formats/id3.py -> build/lib.linux-i686-2.6/picard/formats
copying picard/formats/__init__.py -> build/lib.linux-i686-2.6/picard/formats
creating build/lib.linux-i686-2.6/picard/formats/mutagenext
copying picard/formats/mutagenext/tak.py -> build/lib.linux-i686-2.6/picard/formats/mutagenext
copying picard/formats/mutagenext/compatid3.py -> build/lib.linux-i686-2.6/picard/formats/mutagenext
copying picard/formats/mutagenext/__init__.py -> build/lib.linux-i686-2.6/picard/formats/mutagenext
creating build/lib.linux-i686-2.6/picard/ui
copying picard/ui/ui_options_folksonomy.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/ui_options_renaming.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/ui_options_cdlookup_select.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/ui_options_plugins.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/ui_options_ratings.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/tagsfromfilenames.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/tageditor.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/ui_cdlookup.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/ui_options_moving.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/puidsubmit.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/ui_metadata.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/mainwindow.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/ui_puidsubmit.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/ui_options_metadata.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/ui_options_cover.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/ui_options_interface.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/ui_options_script.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/ui_options_tags.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/ui_options_proxy.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/coverartbox.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/ui_options_cdlookup.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/ui_tagsfromfilenames.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/ratingwidget.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/util.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/passworddialog.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/ui_options.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/ui_options_general.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/ui_passworddialog.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/filebrowser.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/ui_edittagdialog.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/logview.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/item.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/cdlookup.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/ui_options_matching.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/itemviews.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/metadatabox.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/ui_options_about.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/__init__.py -> build/lib.linux-i686-2.6/picard/ui
copying picard/ui/ui_tageditor.py -> build/lib.linux-i686-2.6/picard/ui
creating build/lib.linux-i686-2.6/picard/ui/options
copying picard/ui/options/plugins.py -> build/lib.linux-i686-2.6/picard/ui/options
copying picard/ui/options/scripting.py -> build/lib.linux-i686-2.6/picard/ui/options
copying picard/ui/options/folksonomy.py -> build/lib.linux-i686-2.6/picard/ui/options
copying picard/ui/options/matching.py -> build/lib.linux-i686-2.6/picard/ui/options
copying picard/ui/options/cover.py -> build/lib.linux-i686-2.6/picard/ui/options
copying picard/ui/options/tags.py -> build/lib.linux-i686-2.6/picard/ui/options
copying picard/ui/options/renaming.py -> build/lib.linux-i686-2.6/picard/ui/options
copying picard/ui/options/ratings.py -> build/lib.linux-i686-2.6/picard/ui/options
copying picard/ui/options/dialog.py -> build/lib.linux-i686-2.6/picard/ui/options
copying picard/ui/options/proxy.py -> build/lib.linux-i686-2.6/picard/ui/options
copying picard/ui/options/about.py -> build/lib.linux-i686-2.6/picard/ui/options
copying picard/ui/options/moving.py -> build/lib.linux-i686-2.6/picard/ui/options
copying picard/ui/options/interface.py -> build/lib.linux-i686-2.6/picard/ui/options
copying picard/ui/options/general.py -> build/lib.linux-i686-2.6/picard/ui/options
copying picard/ui/options/cdlookup.py -> build/lib.linux-i686-2.6/picard/ui/options
copying picard/ui/options/advanced.py -> build/lib.linux-i686-2.6/picard/ui/options
copying picard/ui/options/__init__.py -> build/lib.linux-i686-2.6/picard/ui/options
copying picard/ui/options/metadata.py -> build/lib.linux-i686-2.6/picard/ui/options
creating build/lib.linux-i686-2.6/picard/util
copying picard/util/tags.py -> build/lib.linux-i686-2.6/picard/util
copying picard/util/cdrom.py -> build/lib.linux-i686-2.6/picard/util
copying picard/util/queue.py -> build/lib.linux-i686-2.6/picard/util
copying picard/util/webbrowser2.py -> build/lib.linux-i686-2.6/picard/util
copying picard/util/icontheme.py -> build/lib.linux-i686-2.6/picard/util
copying picard/util/mimetype.py -> build/lib.linux-i686-2.6/picard/util
copying picard/util/thread.py -> build/lib.linux-i686-2.6/picard/util
copying picard/util/__init__.py -> build/lib.linux-i686-2.6/picard/util
running build_ext
building 'picard.util.astrcmp' extension
creating build/temp.linux-i686-2.6
creating build/temp.linux-i686-2.6/picard
creating build/temp.linux-i686-2.6/picard/util
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c picard/util/astrcmp.cpp -o build/temp.linux-i686-2.6/picard/util/astrcmp.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
picard/util/astrcmp.cpp:43:20: error: Python.h: Bestand of map bestaat niet
picard/util/astrcmp.cpp:66: error: ISO C++ forbids declaration of ‘Py_UNICODE’ with no type
picard/util/astrcmp.cpp:66: error: expected ‘,’ or ‘...’ before ‘*’ token
picard/util/astrcmp.cpp: In function ‘float LevenshteinDistance(int)’:
picard/util/astrcmp.cpp:72: error: ‘len1’ was not declared in this scope
picard/util/astrcmp.cpp:75: error: ‘len2’ was not declared in this scope
picard/util/astrcmp.cpp:81: error: ‘len1’ was not declared in this scope
picard/util/astrcmp.cpp:81: error: ‘len2’ was not declared in this scope
picard/util/astrcmp.cpp:94: error: expected ‘;’ before ‘s1_current’
picard/util/astrcmp.cpp:94: warning: statement has no effect
picard/util/astrcmp.cpp:101: error: expected ‘;’ before ‘s2_current’
picard/util/astrcmp.cpp:101: warning: statement has no effect
picard/util/astrcmp.cpp:107: error: ‘s1_current’ was not declared in this scope
picard/util/astrcmp.cpp:107: error: ‘s2_current’ was not declared in this scope
picard/util/astrcmp.cpp:126: error: ‘s1’ was not declared in this scope
picard/util/astrcmp.cpp:128: error: ‘s2’ was not declared in this scope
picard/util/astrcmp.cpp: At global scope:
picard/util/astrcmp.cpp:149: error: expected initializer before ‘*’ token
picard/util/astrcmp.cpp:172: error: ‘PyMethodDef’ does not name a type
picard/util/astrcmp.cpp:177: error: ‘PyMODINIT_FUNC’ does not name a type
error: command 'gcc' failed with exit status 1

Op het einde gaat het dus weer mis, zodat "command 'gcc' failed with exit status 1"

Wie o wie helpt mij verder.
3xDesktop Manjaro Linux Gnome; 2xLaptop Manjaro Linux Gnome

Offline Johan van Dijk

  • Administrator
    • johanvandijk
Re: Picard 0.12 installeren
« Reactie #5 Gepost op: 2010/03/27, 01:00:50 »
Wat sowieso handig (noodzakelijk?) is om te installeren, is het pakket build-essential.
Dan heb je de basispakketten die je nodig hebt om dingen te compileren.
Hierna moet je alle pakketten die nodig zijn voor het compileren van Picard installeren.
Dat zullen veel *-dev pakketten zijn neem ik aan.
Om dit snel te doen:
sudo apt-get build-dep picard

Hierna kan je het nog een keer proberen.

Offline wowo

  • Lid
Re: Picard 0.12 installeren
« Reactie #6 Gepost op: 2010/03/27, 01:33:37 »
Wat sowieso handig (noodzakelijk?) is om te installeren, is het pakket build-essential.
Dan heb je de basispakketten die je nodig hebt om dingen te compileren.
Hierna moet je alle pakketten die nodig zijn voor het compileren van Picard installeren.
Dat zullen veel *-dev pakketten zijn neem ik aan.
Om dit snel te doen:
sudo apt-get build-dep picard

Hierna kan je het nog een keer proberen.
Bedankt voor je antwoord (ik dacht dat er nooit een reactie zou komen ;))
Ik heb het zelf compileren van Picard 0.12 opgegeven.
Ik heb een ppa gevonden met een picard versie 0.12.1-2. :D
Deze ppa vertrouwde ik omdat die van een bekende plugin-maker van musicbrainz is.

Ik weet niet of ik de link naar deze ppa hier in dit forum kan zetten?

Als het mag, dan zal ik de link in dit draadje zetten.
Overigens is hij ook te vinden in het forum van MusicBrainz.

Ik ben weer helemaal gelukkig. :D
3xDesktop Manjaro Linux Gnome; 2xLaptop Manjaro Linux Gnome

Offline brian

  • Lid
Re: Picard 0.12 installeren
« Reactie #7 Gepost op: 2010/03/28, 18:00:12 »
Wat sowieso handig (noodzakelijk?) is om te installeren, is het pakket build-essential.
Dan heb je de basispakketten die je nodig hebt om dingen te compileren.
Hierna moet je alle pakketten die nodig zijn voor het compileren van Picard installeren.
Dat zullen veel *-dev pakketten zijn neem ik aan.
Om dit snel te doen:
sudo apt-get build-dep picard

Hierna kan je het nog een keer proberen.
Bedankt voor je antwoord (ik dacht dat er nooit een reactie zou komen ;))
Ik heb het zelf compileren van Picard 0.12 opgegeven.
Ik heb een ppa gevonden met een picard versie 0.12.1-2. :D
Deze ppa vertrouwde ik omdat die van een bekende plugin-maker van musicbrainz is.

Ik weet niet of ik de link naar deze ppa hier in dit forum kan zetten?

Als het mag, dan zal ik de link in dit draadje zetten.
Overigens is hij ook te vinden in het forum van MusicBrainz.

Ik ben weer helemaal gelukkig. :D

Zou je de link hier kunnen zetten want ik ben ook al een tijdje op zoek naar de gewone installer. De moderators zullen dat wel niet erg vinden.

Offline wowo

  • Lid
Re: [Opgelost] Picard 0.12 installeren in Ubuntu 9.10
« Reactie #8 Gepost op: 2010/03/28, 18:08:22 »
3xDesktop Manjaro Linux Gnome; 2xLaptop Manjaro Linux Gnome

Offline brian

  • Lid
Re: [Opgelost] Picard 0.12 installeren in Ubuntu 9.10
« Reactie #9 Gepost op: 2010/03/28, 18:25:30 »
ik had die ook juist gevonden door even te googlen :)

bedankt, dit zal wel nog mensen kunnen helpen

Re: [Opgelost] Picard 0.12 installeren in Ubuntu 9.10
« Reactie #10 Gepost op: 2010/03/30, 16:33:18 »
in ubuntu 10.04 staat hij gewoon in Synaptic   ;)
You gotta be hungry !

Offline wowo

  • Lid
Re: [Opgelost] Picard 0.12 installeren in Ubuntu 9.10
« Reactie #11 Gepost op: 2010/03/30, 19:23:40 »
in ubuntu 10.04 staat hij gewoon in Synaptic   ;)

De oude versie (MusicBrainz) Picard 0.11 zat al gewoon in het software centrum van Ubuntu 9.10.
De "nieuwe" versie Picard 0.12 echter niet, terwijl die toch al op 26-10-2009 uitgekomen was.
Sindsdien zijn er nieuwe plugins verschenen die alleen met de versie 0.12 werken.

Als kersverse Ubuntu gebruiker hoop ik dat in Ubuntu 10.04 de nieuwste Picard versie zal zitten maar ook dat het software centrum/synaptic niet zo ver meer zullen achterlopen met versies. 6 maanden achterlopen is wel erg veel, daar ben ik toch echt te ongeduldig voor. ;) 

Natuurlijk heb ik er wel begrip voor gezien het feit dat er een LTS versie gaat aankomen maar ik weet niet of er gecommuniceerd is dat er ¨enige vertraging" in de updates van software kon optreden.
3xDesktop Manjaro Linux Gnome; 2xLaptop Manjaro Linux Gnome