Age | Commit message (Collapse) | Author |
|
See reasoning in last commit
(commit 29b900b1c355352dde362872eab2c70b9f594603):
> (Even though we're on Arch, so only ever the latest stable version is
> supported, and 2.0.x has been in Arch for a while now, so we shouldn't
> even need to check this…)
|
|
$conflicts is for packages that have conflicting files, and Picard
hasn't had files in the same location as the plugins for a long time
now. Instead, let's make sure that the user is on a recent version of
Picard by checking the version in $depends.
(Even though we're on Arch, so only ever the latest stable version is
supported, and 2.0.x has been in Arch for a while now, so we shouldn't
even need to check this…)
|
|
|
|
Picard will crash on start if the plugin is there but the Python module
is not, hence `$depends` instead of `$optdepends`.
|
|
Submitted a request to have the picard-plugins-v2-git package merged,
so combining the git branches back together again too.
|
|
|
|
|
|
|
|
Until Picard 2.0 is released. Users of picard-git or otherwise following
Picard 2.0 development can use the picard-plugins-v2-git package.
|
|
|
|
|
|
|
|
|
|
Picard 2.0 will be Python 3 and (Py)Qt5, meaning plugins between Picard
1.x and Picard 2.x will be incompatible. This PKGBUILD will be for the
Picard 2.0 plugins branch.
|
|
|
|
|
|
|
|
The picard-git PKGBUILD should have its $provides set to provide a
specific version of picard and then this package's $conflicts should
work fine for both packages.
|
|
The "contrib" plugins is no longer bundled with MusicBrainz Picard as
of 1.4.
community/picard is at 1.4 now and AUR's picard-git have been tracking
the 1.4 for a while, so there are no current picard Arch packages that
should have the contrib folder/plugins included anymore.
|
|
|
|
|
|
See http://tickets.musicbrainz.org/browse/OTHER-242
|
|
technically not necessary, because
makepkg does this automatically.
This is only so the version is updated
for the move to AUR 4.
|
|
The package now includes all plugins that are in the new plugin
repository, but not in the Picard package (contrib).
|
|
These are the plugins that are in picard-git, but not picard stable
|