summaryrefslogtreecommitdiff
path: root/audio/picard
diff options
context:
space:
mode:
authormef <mef>2014-11-24 12:22:17 +0000
committermef <mef>2014-11-24 12:22:17 +0000
commit92e03ae0a5bec0d3bd7faf0aac2b847cce33755a (patch)
treec866e7367f3ed8516151cb2ac8c051d077fda2c0 /audio/picard
parentd3fe30df6111863acbefd926cbe35a1264a86c90 (diff)
downloadpkgsrc-92e03ae0a5bec0d3bd7faf0aac2b847cce33755a.tar.gz
Update 1.2 to 1.3
Version 1.3 - 2014-10-20 * The "About" window now displays the versions of libraries used by Picard * Picard now correctly handles matching of MP3 files saved in ID3v2.3 tags (which is the version that Microsoft Windows and iTunes both use). Note: You may need to re-save your tags once to get them to match in future. * A sort tags plugin is now provided as tag data is no longer displayed sorted by default. * A new tag, musicbrainz_releasetrackid, containing the MusicBrainz Track MBID introduced in the May 2013 schema change release, is now written to files. * Add %_recordingtitle% (PICARD-515) * Fix plugin install bugs (PICARD-444) * Fix Options / File naming examples to handle primary/secondary release types (PICARD-516) * A new advanced option is available to permanently set the starting directory for the file browser and "Add files/folder" buttons. * Requests to Musicbrainz against your own account e.g. for collections are now handled through SSL (PICARD-337) * Refresh of Albums using Ctrl-R and selection of Other Releases are now more responsive during batch lookups. * Main window is now emitting a "selection_updated" signal, plugin api version bumps to 1.3.0 * Append system information to user-agent string * Compilation tag/variable functionality (for tagging & file naming) has been split into two: - %compilation% is now aligned with iTunes, and set only for Various Artists type compilations - %_multiartist% variable now indicates whether this release has tracks by multiple artists (in order to prepend the artist name to the filename as shown in the default file naming script) * autodetect the CD drive on Mac OS X (PICARD-123) * Ignore directories and files while indexing when show_hidden_files option is set to False (PICARD-528) * Add ignore_regex option which allows one to ignore matching paths, can be set in Options > Advanced (PICARD-528) * Added an "artists" multi-value tag to track metadata, based on the one in Jaikoz, which contains the individual artist names from the artist credit. Also useful in scripts (joining phrases like 'feat:' are omitted) and plugins. * Added "_artists_sort", "_albumartists", "_albumartists_sort" variables for scripts and plugins. * Made Picard use the country names also used on the MusicBrainz website (PICARD-205) * New setup.py command `get_po_files` (Retrieve po files from transifex) * New setup.py command `regen_pot_file` (Regenerate po/picard.pot) * New Work tag (which for Classical music is often different from the track title) saved as ID3 TOAL tag. * New Composer Sort Order tag (variable %composersort%). * Improve the Other Releases list to prioritise and separate releases which match the correct number of tracks and your Options / Metadata / Prefered Releases settings for Country and Format. * New %_absolutetracknumber% variable numbering tracks sequentially regardless of disc structure (so you can numbers tracks on multi-disc releases without a disc number) * Support dropping image directly from Google image results to cover art box * Add %_musicbrainz_tracknumber% to hold track # as shown on MusicBrainz release web-page e.g. vinyl/cassette style A1, A2, B1, B2 * Show the ID3 version of the file in the Info... dialog (Ctrl-I) (PICARD-218) * Fixed a bug where Picard crashed if a MP3 file had malformed TRCK or TPOS tags (PICARD-112) * Add --files option to setup.py build_ui, used to force .ui to .py regeneration (PICARD-566) * New setup.py command `update_constants` (Regenerate countries.py and attributes.py) * Made Picard use release groups, medium formats and cover art types also used on the MusicBrainz website * Use MusicBrainz Server translations for release groups, medium formats and cover art types * Add checkbox to toggle debug at runtime in log/debug view dialog * Add a plugin to add Artist Official Homepage relationships to the website tag (ID3 WOAR tag) * Add integrated functions $eq_any, $ne_all, $eq_all, $ne_any, $swapprefix and $delprefix. * Add %_performance_attributes%, containing performance attributes for the work e.g. live, cover, medley etc. Use $inmulti in file naming scripts i.e. ...$if($inmulti(%_performance_attributes%,medley), (Medley),) * Add optional `priority` parameter to `register_album_metadata_processor()` and `register_track_metadata_processor()` Default priority is `PluginPriority.NORMAL`, plugins registered with `PluginPriority.HIGH` will be run first, plugins registered with `PluginPriority.LOW` will run last * Add Standardise Performers plugin to convert e.g. Performer [piano and guitar] into Performer [piano] and Performer [guitar]. * Add support for release group cover art fallback (PICARD-418, PICARD-53) * Add a clear button to search box * Honour preferred release formats when matching AcoustIds (PICARD-631) * Prevent ZeroDivisionError in some rare cases (PICARD-630)
Diffstat (limited to 'audio/picard')
-rw-r--r--audio/picard/Makefile7
-rw-r--r--audio/picard/distinfo8
2 files changed, 8 insertions, 7 deletions
diff --git a/audio/picard/Makefile b/audio/picard/Makefile
index 5d60376d964..59abc6fb9a8 100644
--- a/audio/picard/Makefile
+++ b/audio/picard/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2014/10/20 13:06:25 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2014/11/24 12:22:17 mef Exp $
-DISTNAME= picard-1.2
-PKGREVISION= 2
+DISTNAME= picard-1.3
CATEGORIES= audio
MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/
@@ -26,7 +25,9 @@ CONFIGURE_ARGS+= config
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../audio/libofa/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../multimedia/ffmpeg1/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+
.include "../../mk/bsd.pkg.mk"
diff --git a/audio/picard/distinfo b/audio/picard/distinfo
index 6645d78bb5d..89dfd8db62f 100644
--- a/audio/picard/distinfo
+++ b/audio/picard/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2013/08/21 15:39:43 drochner Exp $
+$NetBSD: distinfo,v 1.9 2014/11/24 12:22:17 mef Exp $
-SHA1 (picard-1.2.tar.gz) = 323e22adef321a8fb80d617eb86a880f7d546fca
-RMD160 (picard-1.2.tar.gz) = a092bcf7ae02ab49abd9cefbcba37bfae84d2bf3
-Size (picard-1.2.tar.gz) = 1679532 bytes
+SHA1 (picard-1.3.tar.gz) = dade79ecd7a158a89ecd7c59aa1ab9744071b20c
+RMD160 (picard-1.3.tar.gz) = 696f71eab3ce441b588a1161a95df4441f0c151e
+Size (picard-1.3.tar.gz) = 2021097 bytes