Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-09 | upstream update | Gaetan Bisson | |
2019-09-20 | upstream update | Gaetan Bisson | |
2019-09-15 | upstream update | Gaetan Bisson | |
2019-09-14 | prepare for upstream update | Gaetan Bisson | |
2019-07-23 | fix FS#60400 | Gaetan Bisson | |
2019-06-19 | Add 'qt5-multimedia' to $optdepends | Frederik “Freso” S. Olesen | |
See: https://github.com/metabrainz/picard/commit/694006275c8f5f54e9a0d962f20f11f881ea993f https://github.com/metabrainz/picard/pull/1194 https://tickets.metabrainz.org/browse/PICARD-1488 | |||
2019-03-04 | upstream update | Gaetan Bisson | |
2019-01-30 | upstream update, switch to a more reliable release source | Gaetan Bisson | |
2018-12-24 | upstream update | Gaetan Bisson | |
2018-12-22 | disable autoupdate as per FS#60876 | Gaetan Bisson | |
2018-11-21 | Disable autoupdates | Wieland Hoffmann | |
2018-11-17 | optdepend on qt5-translations | Wieland Hoffmann | |
This is required for the changes from https://github.com/metabrainz/picard/pull/1040 / https://tickets.metabrainz.org/browse/PICARD-1418 to work. | |||
2018-10-19 | Move building to `build()` function | Frederik “Freso” S. Olesen | |
2018-09-05 | upstream update | Gaetan Bisson | |
2018-08-13 | upstream update | Gaetan Bisson | |
2018-08-09 | upstream update | Gaetan Bisson | |
2018-07-23 | Python 3.7 rebuild | Evangelos Foutras | |
2018-07-22 | upstream update | Gaetan Bisson | |
2018-07-18 | upstream update | Gaetan Bisson | |
2018-06-14 | remove useless pip info, pacman handles dependencies | Gaetan Bisson | |
2018-04-16 | upstream update | Gaetan Bisson | |
2018-03-21 | upstream update | Gaetan Bisson | |
2018-03-08 | upstream update | Gaetan Bisson | |
2017-11-26 | the Qt5 UI has been ready for a while... | Gaetan Bisson | |
2017-11-15 | Remove i686 from arch=() | Evangelos Foutras | |
FTR, commands used to change arch=() and then verify the changes: $ sed -Ei "/^arch=/{s/ *?['\"]?i686['\"]? *?//;s/ *$//}" */*/PKGBUILD* $ grep -r i686 * | grep arch= | grep -v repos $ svn diff | grep -A 1 ^-[^-] | grep -v -- -- | cut -c2- | while IFS=$'\n' read -r l1; IFS=$'\n' read -r l2; do echo "$l1 -> $l2" done | sort -u | |||
2017-05-09 | upstream update | Gaetan Bisson | |
2017-04-07 | Replace Python 2 with Python 3. | Frederik “Freso” S. Olesen | |
Since commit 4f759c7d107fa90ae9587f89e3bd13f176b618fd / PR #664 Picard is now a Python 3 program. [1] https://github.com/metabrainz/picard/commit/4f759c7d107fa90ae9587f89e3bd13f176b618fd [2] https://github.com/metabrainz/picard/pull/664 | |||
2017-04-03 | Replace python2-pyqt4 dependency with -pyqt5 | Frederik “Freso” S. Olesen | |
As of commit 5022d5dce465a88c3dcf8cb51796e42dbd883dc8 [1] / PR #503[2] Picard now uses Qt5/PyQt5 instead of Qt4/PyQt4. [1] https://github.com/metabrainz/picard/commit/5022d5dce465a88c3dcf8cb51796e42dbd883dc8 [2] https://github.com/metabrainz/picard/pull/503 | |||
2017-04-01 | upstream update | Gaetan Bisson | |
2017-03-02 | switch to sha256sum | Gaetan Bisson | |
2017-02-15 | Bump version: picard-git 1.4.r30.g21e340e0 | Frederik “Freso” S. Olesen | |
2017-02-15 | Set $provides to provide specific picard version | Frederik “Freso” S. Olesen | |
Instead of just using generic "picard", it now provides a specific picard version, which is just the same as $pkgver. This means that version checks (e.g., picard-plugins) should work for both picard and picard-git without any additional effort. | |||
2017-02-14 | upstream update | Gaetan Bisson | |
2017-01-10 | picard-git 1.3.2.r679.gfbf6fe09-1 | Frederik “Freso” S. Olesen | |
Version bump. | |||
2017-01-10 | No longer copy over shipped plugins. | Frederik “Freso” S. Olesen | |
Since plugins are no longer shipped with Picard: https://github.com/metabrainz/picard/commit/179d03a41e70588c0b1626d1bf832049d5261561 | |||
2017-01-10 | Fetch git repository over HTTPS. | Frederik “Freso” S. Olesen | |
2016-08-22 | picard-git 1.3.2.r473.gb0a70fe-1 | Frederik “Freso” S. Olesen | |
2016-08-22 | Revert "Patch Picard source with PR #479." | Frederik “Freso” S. Olesen | |
This reverts commit 56e813b3935799b04f05a5933f388ded09a1430c. | |||
2016-08-22 | picard-git 1.3.2.r469.g31555ed | Frederik “Freso” S. Olesen | |
2016-08-22 | Patch Picard source with PR #479. | Frederik “Freso” S. Olesen | |
Without the patch, Picard won't run against latest version of its mutagen library dependency. Will `continue` in case the patch fails to apply, so it will work even after the PR has been merged. https://github.com/metabrainz/picard/pull/479 | |||
2016-08-22 | Remove .install file. | Frederik “Freso” S. Olesen | |
It's been superseded by Pacman hooks. | |||
2016-08-08 | fix FS#50311 | Gaetan Bisson | |
2016-05-05 | remove deprecated install file | Gaetan Bisson | |
2016-03-07 | add picard2-discid to optdepends | Gaetan Bisson | |
2016-03-06 | Rename install → picard-git.install. | Frederik “Freso” S. Olesen | |
As per #7 of the AUR packaging guidelines: https://wiki.archlinux.org/index.php/Arch_packaging_standards#AUR_packages | |||
2016-03-06 | Update $source. | Frederik “Freso” S. Olesen | |
See http://tickets.musicbrainz.org/browse/OTHER-242 | |||
2015-11-05 | Add a check() function | Wieland Hoffmann | |
2015-09-24 | Add an install script | Wieland Hoffmann | |
2015-07-21 | update sha1sums | Gaetan Bisson | |
2015-06-08 | Initial import | Wieland Hoffmann | |