summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2019-10-09upstream updateGaetan Bisson
2019-09-20upstream updateGaetan Bisson
2019-09-15upstream updateGaetan Bisson
2019-09-14prepare for upstream updateGaetan Bisson
2019-07-23fix FS#60400Gaetan Bisson
2019-06-19Add 'qt5-multimedia' to $optdependsFrederik “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-04upstream updateGaetan Bisson
2019-01-30upstream update, switch to a more reliable release sourceGaetan Bisson
2018-12-24upstream updateGaetan Bisson
2018-12-22disable autoupdate as per FS#60876Gaetan Bisson
2018-11-21Disable autoupdatesWieland Hoffmann
2018-11-17optdepend on qt5-translationsWieland 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-19Move building to `build()` functionFrederik “Freso” S. Olesen
2018-09-05upstream updateGaetan Bisson
2018-08-13upstream updateGaetan Bisson
2018-08-09upstream updateGaetan Bisson
2018-07-23Python 3.7 rebuildEvangelos Foutras
2018-07-22upstream updateGaetan Bisson
2018-07-18upstream updateGaetan Bisson
2018-06-14remove useless pip info, pacman handles dependenciesGaetan Bisson
2018-04-16upstream updateGaetan Bisson
2018-03-21upstream updateGaetan Bisson
2018-03-08upstream updateGaetan Bisson
2017-11-26the Qt5 UI has been ready for a while...Gaetan Bisson
2017-11-15Remove 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-09upstream updateGaetan Bisson
2017-04-07Replace 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-03Replace python2-pyqt4 dependency with -pyqt5Frederik “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-01upstream updateGaetan Bisson
2017-03-02switch to sha256sumGaetan Bisson
2017-02-15Bump version: picard-git 1.4.r30.g21e340e0Frederik “Freso” S. Olesen
2017-02-15Set $provides to provide specific picard versionFrederik “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-14upstream updateGaetan Bisson
2017-01-10picard-git 1.3.2.r679.gfbf6fe09-1Frederik “Freso” S. Olesen
Version bump.
2017-01-10No 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-10Fetch git repository over HTTPS.Frederik “Freso” S. Olesen
2016-08-22picard-git 1.3.2.r473.gb0a70fe-1Frederik “Freso” S. Olesen
2016-08-22Revert "Patch Picard source with PR #479."Frederik “Freso” S. Olesen
This reverts commit 56e813b3935799b04f05a5933f388ded09a1430c.
2016-08-22picard-git 1.3.2.r469.g31555edFrederik “Freso” S. Olesen
2016-08-22Patch 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-22Remove .install file.Frederik “Freso” S. Olesen
It's been superseded by Pacman hooks.
2016-08-08fix FS#50311Gaetan Bisson
2016-05-05remove deprecated install fileGaetan Bisson
2016-03-07add picard2-discid to optdependsGaetan Bisson
2016-03-06Rename 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-06Update $source.Frederik “Freso” S. Olesen
See http://tickets.musicbrainz.org/browse/OTHER-242
2015-11-05Add a check() functionWieland Hoffmann
2015-09-24Add an install scriptWieland Hoffmann
2015-07-21update sha1sumsGaetan Bisson
2015-06-08Initial importWieland Hoffmann