Up to [cvs.NetBSD.org] / pkgsrc / audio / picard
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.49 / (download) - annotate - [select for diffs], Mon Aug 14 05:23:48 2023 UTC (7 weeks, 1 day ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
HEAD
Changes since 1.48: +2 -2
lines
Diff to previous 1.48 (colored)
*: recursive bump for Python 3.11 as new default
Revision 1.48 / (download) - annotate - [select for diffs], Thu Jun 30 11:18:02 2022 UTC (15 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.47: +2 -2
lines
Diff to previous 1.47 (colored)
*: Revbump packages that use Python at runtime without a PKGNAME prefix
Revision 1.47 / (download) - annotate - [select for diffs], Tue Jan 4 20:52:32 2022 UTC (20 months, 4 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.46: +2 -2
lines
Diff to previous 1.46 (colored)
*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.46 / (download) - annotate - [select for diffs], Thu Dec 16 12:44:53 2021 UTC (21 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.45: +3 -1
lines
Diff to previous 1.45 (colored)
py-mutagen: mark as not for python 2.7 Also adapt the dependencies to not support python 2.7.
Revision 1.45 / (download) - annotate - [select for diffs], Fri Dec 4 20:44:58 2020 UTC (2 years, 9 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Changes since 1.44: +2 -1
lines
Diff to previous 1.44 (colored)
Revbump packages with a runtime Python dep but no version prefix. For the Python 3.8 default switch.
Revision 1.44 / (download) - annotate - [select for diffs], Wed Aug 5 16:34:32 2020 UTC (3 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.43: +6 -15
lines
Diff to previous 1.43 (colored)
picard: updated to 2.3.2 Version 2.3.2 Bugfixes PICARD-1775 - $firstwords function doesn't catch IndexError PICARD-1776 - $datetime crashes when invalid format specified PICARD-1781 - Have $find return "" rather than "-1" on not found PICARD-1783 - Deleting performer, comment or lyrics tag fails for some cases in ID3, Vorbis, MP4 and Apev2 tags PICARD-1784 - Host not found error when downloading PDF artwork PICARD-1785 - $delete(_id3:TXXX:foo) does not delete the ID3 frames PICARD-1786 - Deleting tag stored in ID3 TIPL frame only removes first occurrence PICARD-1787 - Deleting case-insensitive TXXX frames does not delete anything PICARD-1788 - Saving ID3 tags marked as case-insensitive causes duplicated TXXX frames PICARD-1790 - Crash when selecting plugin that can be updated PICARD-1791 - Network access is disabled error under VPN service PICARD-1795 - iTunes tags not removable (reappear after being deleted) PICARD-1801 - List index out of range when saving Vorbis file PICARD-1803 - Instrument EWI is rewritten "e w i" Improvements PICARD-1777 - Support fractional scaling on Windows 10 PICARD-1800 - Simplify Unicode 'Bullet' to ASCII 'Hyphen-minus' PICARD-1809 - Optimize format detection logic
Revision 1.43 / (download) - annotate - [select for diffs], Sat Mar 7 09:18:43 2020 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.42: +2 -2
lines
Diff to previous 1.42 (colored)
picard: update to 2.3.1. # Version 2.3.1 - 2020-02-27 ## Bug-fix - [PICARD-1745] - Packaged libdiscid is not compatible with macOS 10.12 - [PICARD-1748] - Many release events can cause the versions context menu to overflow - [PICARD-1750] - Existing acoustid_fingerprint tags are not considered for AcoustID submission - [PICARD-1754] - DEL always removes release or file from main window - [PICARD-1756] - Plugin update fails to compare plugin versions with double digit versions - [PICARD-1757]` is used in a script - [PICARD-1760] - Prevent duplicates in top tags editor - [PICARD-1762] - Dropping a PDF file on cover art image box doesn't work - [PICARD-1765] - Adding uppercase tags to preserved tags list is not handled correctly - [PICARD-1772] - Unexpected results with `$num` function - [PICARD-1773] - Untrapped error on `$mod` with zero input - [PICARD-1774] - `$lenmulti` with missing name returns "1" ## New Feature - [PICARD-1743] - Add script functions `$sortmulti` and `$reversemulti` to sort and reverse multi-value variables - [PICARD-1751] - Provide a `%_releasecountries%` variable ## Improvement - [PICARD-1746] - Change Generate AcoustID Fingerprints shortcut to Ctrl+Shift+Y / ãìÐ䮩Y - [PICARD-1752] - Use preferred release countries to select a matching release country if there are multiple - [PICARD-1755] - [PICARD-1759] - Make editing tags in top tags list more intuitive - [PICARD-1771] - Completely ignore release types set to zero in preferred releases # Version 2.3 - 2020-02-17 ## Bug-fix - [PICARD-1739] - Update check does not handle alpha, beta and rc versions properly - [PICARD-1744] - Invalid ignore path regex can crash Picard ## Improvement - [PICARD-1740] - Save originalfilename to ASF tags # Version 2.3.0rc1 - 2020-02-11 ## Bug-fix - [PICARD-1688] - "Submit AcoustIDs" fails with many tracks - [PICARD-1719] - `$unset` marks tag for deletion - [PICARD-1724] - [PICARD-1725] - Fingerprint indicator rendering artifacts - [PICARD-1726] - Crash when closing options quickly before plugin list got loaded - [PICARD-1727] - Performer tag in metadata list is not translated - [PICARD-1733] - App does not start on macOS 10.12 - [PICARD-1736] - "Generate AcoustID Fingerprints" is too long for the toolbar ## Improvement - [PICARD-1716] - [PICARD-1717] - Backup config file on update - [PICARD-1720] - Add script function `$slice` to extract a portion of a multi-value variable - [PICARD-1721] - Add script function `$join` to join the elements of a multi-value variable - [PICARD-1723] - Match to album should consider the disc number - [PICARD-1729] - Add scripting function `$datetime` to return the current date and time - [PICARD-1737] - Add keyboard shortcut Ctrl+Alt+F for "Generate Fingerprints" - [PICARD-1738] - Load a recording URL entered into the search field as standalone recording # Version 2.3.0b1 - 2020-01-30 ## Bug-fix - [PICARD-239] in tagger script - [PICARD-965] - Items in tagger scripts list are squished - [PICARD-1054] - Picard swallows values of Qt command line arguments - [PICARD-1218] - Script names aren't truncated properly - [PICARD-1312] - Hotkeys for buttons do not work on macOS - [PICARD-1565] - Picard ignores results in Acoust ID web service response - [PICARD-1592] - APEv2: Read tags case insensitive - [PICARD-1625] - UI unresponsive while matching files to release - [PICARD-1626] - Locales in Options > Metadata are not translated and not sorted - [PICARD-1629] - Duration for AAC files with APEv2 tags is wrong - [PICARD-1658] - macOS: System wide libdiscid is used instead of the bundled one - [PICARD-1662] embedded images - [PICARD-1664] - Cluster lookup does not use preferred release types - [PICARD-1667] - Some scripting functions are always true - [PICARD-1668] - Read fails if mp4 file has "disk" tag set but empty - [PICARD-1675] - Allow disabling auto update for Windows builds - [PICARD-1678] - Picard crashes if result from search server contains non-integer scores - [PICARD-1693] - Position and size of log view and activity history are not preserved - [PICARD-1699] - On scan asking the user to enable the fingerprinting does always abort the scan - [PICARD-1700] - Crash with PyQt5 when opening cover art context menu - [PICARD-1709] - [PICARD-1711] - Cannot delete lyrics from ASF, ID3, MP4 and APE files ## New Feature - [PICARD-34] - Add a fingerprint indicator - [PICARD-118] - Windows: Provide a portable Picard version - [PICARD-125] - Support for AC3 - [PICARD-170] - Allow selecting displayed columns - [PICARD-714] - Allow user to reorder fields in the lower pane - [PICARD-991] - Allow calculating AcoustID fingerprints for matched recordings - [PICARD-1098] - MP4: Support custom tags - [PICARD-1521]" ID3 tag - [PICARD-1656] - Allow setting cover art for clusters - [PICARD-1673] - Show progress in Windows taskbar - [PICARD-1674] - Show progress in Linux docks / taskbar supporting the Unity.LauncherEntry DBus interface - [PICARD-1677] - Option to ignore tags for file changed status - [PICARD-1684] - Allow re-ordering multi-value tags ## Improvement - [PICARD-115] - Display 'YYYY', 'MM' and 'DD' in date input field when value not available - [PICARD-321] - Backslash support in filenames if Windows compatibility is disabled - [PICARD-1260] - Sort entries in Clusters more "naturally" - [PICARD-1349] - [PICARD-1401] - CD Lookup dialog does not make it clear how to submit a disc ID - [PICARD-1402] - macOS: Register for supported file types to open with Finder or drag and drop on dock icon - [PICARD-1467] - Provide signed Windows installer - [PICARD-1523] - Make Picard case-agnostic for "Preserve tags from being cleared" - [PICARD-1589] - [PICARD-1628] - Make APEv2 tags with AAC optional - [PICARD-1631] - Notarize macOS app - [PICARD-1646] - Respect preferred release types when scanning tracks - [PICARD-1650] - Select / load multiple items from search results - [PICARD-1652] - [PICARD-1659] - Natural sorting for search results - [PICARD-1661] - Improve preserved tags autocomplete - [PICARD-1665] - Disable uninstall for globally installed plugins - [PICARD-1666] - Consider video / audio when comparing files to tracks - [PICARD-1671] - Rework Options > Tags page - [PICARD-1672] - [PICARD-1680] - Select / load multiple items from CD lookup results - [PICARD-1682] - Multiline editing for lyrics and comments - [PICARD-1683] - Autocompletion when editing media, releasetype, releasecountry and releasestatus tags - [PICARD-1686] - Always keep [non-album tracks] entry on top - [PICARD-1692] - Change sliders to jump to clicked position - [PICARD-1695] - Make script editor UI consistent with other option pages - [PICARD-1712] - Use Ctrl+D as keyboard shortcut to remove albums or files - [PICARD-1714] - Focus search input with Ctrl+F - [PICARD-1715] - Allow changing file extension by manipulating the %_extension% variable in renaming script ## Task - [PICARD-1406] - Refactor Metadata.set and metadata.__setitem__ - [PICARD-1465] - Add Picard to Windows Store - [PICARD-1596] - Automate PyPI deployment - [PICARD-1653] - macOS: Enable Hardened Runtime - [PICARD-1669] - Build Windows 10 MSIX app package - [PICARD-1703] - Upgrade to PyInstaller 3.6
Revision 1.42 / (download) - annotate - [select for diffs], Fri Jan 17 06:28:29 2020 UTC (3 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.41: +2 -2
lines
Diff to previous 1.41 (colored)
picard: switch to egg.mk to fix build when py-setuptools isn't already installed
Revision 1.41 / (download) - annotate - [select for diffs], Thu Jan 16 01:31:54 2020 UTC (3 years, 8 months ago) by nia
Branch: MAIN
Changes since 1.40: +8 -13
lines
Diff to previous 1.40 (colored)
picard: Update to 2.2.3 Switched to qt5.
Revision 1.40 / (download) - annotate - [select for diffs], Mon Sep 2 13:20:05 2019 UTC (4 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.39: +2 -2
lines
Diff to previous 1.39 (colored)
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8
Revision 1.39 / (download) - annotate - [select for diffs], Fri Apr 26 14:12:31 2019 UTC (4 years, 5 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.38: +2 -2
lines
Diff to previous 1.38 (colored)
fix some whitespace, mostly introduced in the previous python 3.4 / 3.5 removal commit.
Revision 1.38 / (download) - annotate - [select for diffs], Fri Apr 26 13:13:41 2019 UTC (4 years, 5 months ago) by maya
Branch: MAIN
Changes since 1.37: +2 -2
lines
Diff to previous 1.37 (colored)
Omit mentions of python 34 and 35, after those were removed. - Includes some whitespace changes, to be handled in a separate commit.
Revision 1.37 / (download) - annotate - [select for diffs], Thu Apr 25 07:32:35 2019 UTC (4 years, 5 months ago) by maya
Branch: MAIN
Changes since 1.36: +2 -2
lines
Diff to previous 1.36 (colored)
PKGREVISION bump for anything using python without a PYPKGPREFIX. This is a semi-manual PKGREVISION bump.
Revision 1.36 / (download) - annotate - [select for diffs], Tue Jul 3 05:03:02 2018 UTC (5 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.35: +2 -2
lines
Diff to previous 1.35 (colored)
extend PYTHON_VERSIONS_ for Python 3.7
Revision 1.35 / (download) - annotate - [select for diffs], Mon Mar 12 11:16:04 2018 UTC (5 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.34: +2 -2
lines
Diff to previous 1.34 (colored)
Recursive bumps for fontconfig and libzip dependency changes.
Revision 1.34 / (download) - annotate - [select for diffs], Mon Feb 26 08:19:27 2018 UTC (5 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.33: +2 -2
lines
Diff to previous 1.33 (colored)
revbump after x264-devel update
Revision 1.33 / (download) - annotate - [select for diffs], Mon Jan 16 23:45:11 2017 UTC (6 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Changes since 1.32: +2 -2
lines
Diff to previous 1.32 (colored)
Recursive bump for libvpx shlib major change.
Revision 1.32 / (download) - annotate - [select for diffs], Sun Jan 1 14:43:23 2017 UTC (6 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.31: +2 -2
lines
Diff to previous 1.31 (colored)
Add python-3.6 to incompatible versions.
Revision 1.31 / (download) - annotate - [select for diffs], Wed Aug 17 00:06:41 2016 UTC (7 years, 1 month ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.30: +2 -1
lines
Diff to previous 1.30 (colored)
Recursive revbump from multimedia/libvpx uppdate
Revision 1.30 / (download) - annotate - [select for diffs], Sat Jul 9 13:03:30 2016 UTC (7 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.29: +2 -2
lines
Diff to previous 1.29 (colored)
Remove python33: adapt all packages that refer to it.
Revision 1.29 / (download) - annotate - [select for diffs], Sat Dec 5 21:25:28 2015 UTC (7 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored)
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Revision 1.28 / (download) - annotate - [select for diffs], Tue Nov 24 05:28:32 2015 UTC (7 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.27: +6 -8
lines
Diff to previous 1.27 (colored)
Changes 1.3.2: * Bugfix: Fixed tags from filename dialog not opening on new installations
Revision 1.27 / (download) - annotate - [select for diffs], Wed Nov 18 14:19:48 2015 UTC (7 years, 10 months ago) by ryoon
Branch: MAIN
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
Recursive revbump from multimedia/libvpx
Revision 1.26 / (download) - annotate - [select for diffs], Tue Jun 30 09:57:34 2015 UTC (8 years, 3 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3
Changes since 1.25: +2 -1
lines
Diff to previous 1.25 (colored)
Recursive revbump from pkgsrc/multimedia/libvpx.
Revision 1.25 / (download) - annotate - [select for diffs], Tue Jan 6 19:54:39 2015 UTC (8 years, 8 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1
Changes since 1.24: +5 -3
lines
Diff to previous 1.24 (colored)
update to 1.3.1 changes: -bugfixes -Support the new pregap and data tracks -Set the originalyear tag when loading a release -Web service calls to ports 80 and 443 do not need explicit port specification. 443 should be automatically made https
Revision 1.24 / (download) - annotate - [select for diffs], Mon Nov 24 12:22:17 2014 UTC (8 years, 10 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base,
pkgsrc-2014Q4
Changes since 1.23: +4 -3
lines
Diff to previous 1.23 (colored)
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)
Revision 1.23 / (download) - annotate - [select for diffs], Mon Oct 20 13:06:25 2014 UTC (8 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
Update comment; py-mutagen is 3.x ready, but this itself isn't.
Revision 1.22 / (download) - annotate - [select for diffs], Mon Aug 11 23:09:44 2014 UTC (9 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base,
pkgsrc-2014Q3
Changes since 1.21: +3 -3
lines
Diff to previous 1.21 (colored)
Switch to ffmpeg1 instead of ffmpeg. Note: some of these packages didn't build for me, e.g. osg, so I couldn't verify them all.
Revision 1.21 / (download) - annotate - [select for diffs], Fri May 9 07:36:53 2014 UTC (9 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
Mark packages that are not ready for python-3.3 also not ready for 3.4, until proven otherwise.
Revision 1.20 / (download) - annotate - [select for diffs], Thu Apr 10 05:39:14 2014 UTC (9 years, 5 months ago) by obache
Branch: MAIN
Changes since 1.19: +2 -1
lines
Diff to previous 1.19 (colored)
recursive bump from x264-devel builld number change (i.e. API change).
Revision 1.19 / (download) - annotate - [select for diffs], Sat Jan 25 10:29:56 2014 UTC (9 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1
Changes since 1.18: +3 -2
lines
Diff to previous 1.18 (colored)
Mark packages as not ready for python-3.x where applicable; either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
Revision 1.18 / (download) - annotate - [select for diffs], Wed Aug 21 15:39:43 2013 UTC (10 years, 1 month ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
update to 1.2 changes: misc cleanup and improvements
Revision 1.17 / (download) - annotate - [select for diffs], Tue Nov 6 18:41:44 2012 UTC (10 years, 10 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.16: +2 -3
lines
Diff to previous 1.16 (colored)
update to 1.1 many fixes and improvements
Revision 1.16 / (download) - annotate - [select for diffs], Tue Oct 2 23:48:04 2012 UTC (11 years ago) by asau
Branch: MAIN
Changes since 1.15: +1 -3
lines
Diff to previous 1.15 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.15 / (download) - annotate - [select for diffs], Sat Sep 22 13:48:15 2012 UTC (11 years ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Recursive revbump from multimedia/libvpx 1.1.0 update
Revision 1.14 / (download) - annotate - [select for diffs], Sun Apr 8 19:08:44 2012 UTC (11 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base,
pkgsrc-2012Q2
Changes since 1.13: +1 -3
lines
Diff to previous 1.13 (colored)
Remove python24 and all traces of it from pkgsrc. Remove devel/py-ctypes (only needed by and supporting python24). Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE lines that just mirror defaults now. Miscellaneous cleanup while editing all these files.
Revision 1.13 / (download) - annotate - [select for diffs], Thu Mar 15 12:40:03 2012 UTC (11 years, 6 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1
Changes since 1.12: +2 -1
lines
Diff to previous 1.12 (colored)
Bump PKGREVISION from default python to 2.7.
Revision 1.12 / (download) - annotate - [select for diffs], Sun Dec 11 12:39:27 2011 UTC (11 years, 9 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.11: +13 -10
lines
Diff to previous 1.11 (colored)
Update picard to 0.16. while here, * convert some needless buildlink3 to simple DEPENDS. * distutils pkg, register egg-info. Version 0.16 - 2011-10-23 * Added AcoustID support. * Fixed track metadata plugins. * Added new internal %_totalalbumtracks% tag field. (PICARD-16) * Track metadata plugins now run also on non-album tracks. (PICARD-7) * Fixed custom Various Artists name on the %albumartist% field. (PICARD-5) * Album artist is now correctly "translated". (PICARD-1) * Unicode punctuation is now converted to ASCII by default. * WavPack correction files are moved together with the main files. (PICARD-15) * Unicode filename normalization on OS X. * Original release date is now saved into %originaldate%. * Allow tagging with localized artist aliases (PICARD-17) * Added a quit confirmation dialog. (PICARD-46) * Standalone recordings can be tagged with relationships now. (PICARD-10) * Refreshing an album will refresh its "other versions" listing. (PICARD-8) * "Unicode punctuation to ASCII" now works on album-level metadata. (PICARD-50) * DJ-mix tags should only be written to the medium where they apply. (PICARD-20) * Support URL redirects in web service/network request module (PICARD-54) * Jamendo and Archive.org cover art is displayed on web page, but not loaded by Picard plugin (PICARD-52) * Edits to metadata in "Details..." menu not reflected in UI (PICARD-13) * The status bar/new metadata box is updated when a selected file/track is changed. (PICARD-14)
Revision 1.11 / (download) - annotate - [select for diffs], Wed Nov 16 01:33:16 2011 UTC (11 years, 10 months ago) by sbd
Branch: MAIN
Changes since 1.10: +2 -1
lines
Diff to previous 1.10 (colored)
Recursive bump for multimedia/ffmpeg buildlink addition.
Revision 1.10 / (download) - annotate - [select for diffs], Sat Aug 6 19:29:37 2011 UTC (12 years, 2 months ago) by gls
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Update audio/picard to 0.15.1 Upstream changelog: Version 0.15.1 - 2011-07-31 * "Other versions" menu now displays release labels and catalog numbers. * Added CD-R, 8cm CD to the format mapping. * Picard no longer fails to load releases with new or unknown media formats. * Fixed album metadata processor plugins not working (#5960) * Fixed requests stopping at midnight (#5963) * Stopped using QDateTime for timing requests (for Qt 4.6 compatibility) (#5967) * Fixed display of ampersands in the "other versions" menu. (#5969) * Fixed use of numerical functions in advanced scripting. Version 0.15 - 2011-07-17 * Added options for using standardized track, release, and artist metadata. * Added preferred release format support. * Expanded preferred release country support to allow multiple countries. * Added support for tagging non-album tracks (standalone recordings). * Added several new tags: %_originaldate%, %_recordingcomment%, and %_releasecomment% * Changes to request queuing: added separate high and low priority queues for each host. * Tagger scripts now run after metadata plugins finish (#5850) * The "compilation" tag can now be $unset or modified via tagger script. * Added a shortcut (Ctrl+I) for Edit->Details. * Miscellaneous bug fixes. Version 0.15beta1 - 2011-05-29 * Support for the NGS web service
Revision 1.9 / (download) - annotate - [select for diffs], Sat May 28 16:21:41 2011 UTC (12 years, 4 months ago) by gls
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Update audio/picard to version 0.14 Upstream changes: Version 0.14 - 2011-05-15 * Fixed a problem with network operations hanging after a network error (#5794, #5884) * ID3v2.3 with UTF-16 is now the default ID3 version * Option to set preferred release types for improved album matching * Added support for sorting the album/file lists (#75) * Fixed OptimFROG tag reading (#5859) * Fixed colors for a white-on-black color scheme (#5846) * Added an option to replace non-ASCII punctuation (#5834) * Support for writing release group and work IDs, currently unused (#5805) * Fixed saving of the release event format tag (#5250) * Added support for the language and script tags (#943) * Plugins can now use track-track relationships (#5849) * Allowed external drives to be visible in the file browser panel on OS X (#5308)
Revision 1.8 / (download) - annotate - [select for diffs], Tue Apr 5 16:28:34 2011 UTC (12 years, 6 months ago) by drochner
Branch: MAIN
Changes since 1.7: +2 -3
lines
Diff to previous 1.7 (colored)
update to 0.13 changes: - Changed Picard icon license to CC by-sa. - Small UI consistency changes. - Albums with tracks linked to more than one file are never marked as completed. - Fixed matching of scanned files to tracks while the album is still loading. - Support for properly embedded FLAC pictures. - Existing embedded images in APE and ASF files are removed only if there are new images to replace them. - More strict tagger script validation. - Fixed the $truncate tagger script function. - Proper rounding of track durations. - Fixed a bug with saving images larger than 64k to WMA files. - Added a $swapprefix tagger script function. - Release events with a date are preferred over the ones without a date. - Files that are being saved as marked as pending. - Updated .desktop file to allow opening Picard with multiple files. - Handle the ?open file? event on Mac OS X. - Added timeouts to the HTTP web service client. - Fixed a bug with albums missing the expand/collapse icons.
Revision 1.7 / (download) - annotate - [select for diffs], Wed Feb 10 19:17:32 2010 UTC (13 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
Bump revision for PYTHON_VERSION_DEFAULT change.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Nov 15 13:19:02 2009 UTC (13 years, 10 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
update to 0.12.1 changes: -UI and scripting improvements -support more tags -bugfixes
Revision 1.5 / (download) - annotate - [select for diffs], Wed Jul 29 16:33:48 2009 UTC (14 years, 2 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
the configure phase picks up pkg-config if present but tries other ways if not -- make it a dependency for consistency
Revision 1.4 / (download) - annotate - [select for diffs], Wed Jul 22 09:01:19 2009 UTC (14 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.3: +1 -2
lines
Diff to previous 1.3 (colored)
Remove USE_DIRS from pkgsrc. Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
Revision 1.3 / (download) - annotate - [select for diffs], Sat Jul 18 14:58:17 2009 UTC (14 years, 2 months ago) by drochner
Branch: MAIN
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
supports user-destdir
Revision 1.2 / (download) - annotate - [select for diffs], Tue Jul 14 09:03:04 2009 UTC (14 years, 2 months ago) by hasso
Branch: MAIN
Changes since 1.1: +3 -1
lines
Diff to previous 1.1 (colored)
Needs msgfmt.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Jul 7 09:39:21 2009 UTC (14 years, 3 months ago) by drochner
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
add picard-0.11, an mp3 tagger using the "musicbrainz" database
Revision 1.1 / (download) - annotate - [select for diffs], Tue Jul 7 09:39:21 2009 UTC (14 years, 3 months ago) by drochner
Branch: MAIN
Initial revision