FYI:
The stable picard package now includes the plugins from the contrib folder.
It would be nice if the -git package would do the same.
See: https://bugs.archlinux.org/task/40139
Search Criteria
Package Details: picard-git 1.3.2.r72.g1737c99-4
Package Actions
| Package Base: | picard-git |
|---|---|
| Description: | MusicBrainz tagging application |
| Upstream URL: | https://picard.musicbrainz.org |
| Category: | multimedia |
| Licenses: | |
| Conflicts: | |
| Provides: | |
| Submitter: | Mineo |
| Maintainer: | Mineo |
| Last Packager: | Mineo |
| Votes: | 12 |
| First Submitted: | 2011-09-17 12:26 |
| Last Updated: | 2015-01-11 12:40 |
Dependencies (5)
- mutagen
- python2-pyqt4
- git (make)
- chromaprint (optional) – AcoustID integration
- python2-discid (optional) – CD-Lookup feature
Required by (0)
Sources
Latest Comments
Comment by JonnyJD
Comment by Freso
lockheed (and others): Picard's Git repository is managed on GitHub. If you want to have your own patchsets applied to the code, it's really easy to "fork" Picard, apply your patches, and tell your copy of this PKGBUILD to use your forked copy of the picard source tree instead of the official one: Simply find the line starting with "_gitroot" (line 15 at the moment) and replace "musicbrainz" with your GitHub user name. Save and "makepkg". Voila!
Anonymous comment
Thanks Mineo; and I just realized my last sentence didn't make much sense, I was typing too fast but glad you understood anyway :)! --> s/in the depends line this error/in the depends line would avoid this error/
Comment by Mineo
lockheed: No, I won't apply any patches to this, but if you need it, you can always modify the PKGBUILD before building your package.
Montague: I'll update the PKGBUILD.
Comment by lockheed
Would it be possible to implement 'Preserve file timestamps' upon rename?
I found a patch for it here: http://tickets.musicbrainz.org/browse/PICARD-31?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aworklog-tabpanel
Anonymous comment
I get this error :
$ packer -S picard-git --> Dependency `python2-qt' of `picard-git' does not exist.
Easy to fix it : "packer -S python2-pyqt" followed by "packer -S picard-git"
But maybe changing 'python2-qt' to 'python2-pyqt' in the depends line this error altogether?
Anonymous comment
I get this error :
$ packer -S picard-git --> Dependency `python2-qt' of `picard-git' does not exist.
Easy to fix it : $ packer -S python2-pyqt picard-git
But maybe changing 'python2-qt' to 'python2-pyqt' in the depends line this error altogether?
Anonymous comment
Might be worth adding chromaprint as an optdepend on this to alert people to the AcoustID option, especially since PUIDs have a nasty tendency for not working.