21 lines
843 B
Bash
21 lines
843 B
Bash
# Template file for 'picard'
|
|
pkgname=picard
|
|
version=2.7.3
|
|
revision=1
|
|
wrksrc="${pkgname}-release-${version}"
|
|
build_style=python3-module
|
|
make_install_args="--disable-autoupdate"
|
|
hostmakedepends="gettext python3-setuptools"
|
|
makedepends="python3-devel"
|
|
depends="python3-PyQt5-multimedia chromaprint python3-mutagen
|
|
python3-dateutil python3-discid python3-fasteners desktop-file-utils
|
|
hicolor-icon-theme python3-yaml"
|
|
checkdepends="python3-pytest $depends"
|
|
short_desc="MusicBrainz's audio tagger"
|
|
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://picard.musicbrainz.org/"
|
|
changelog="https://picard.musicbrainz.org/changelog/"
|
|
distfiles="http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=6a273fe72b3cd84c67a60f0f4ae01f04f169fe372c33f0f58b764bf62c20d94b
|