Balló György pushed to branch main at Arch Linux / Packaging / Packages /
python-pyacoustid
Commits:
f9578e8e by Balló György at 2024-12-13T19:58:50+01:00
upgpkg: 1.3.0-5: Add python-audioread to optdepends
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pyacoustid
pkgdesc = Bindings for Chromaprint acoustic fingerprinting and the
Acoustid API
pkgver = 1.3.0
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/beetbox/pyacoustid
arch = any
license = MIT
@@ -10,6 +10,7 @@ pkgbase = python-pyacoustid
depends = chromaprint
depends = python
depends = python-requests
+ optdepends = python-audioread: fingerprint a file
source =
git+https://github.com/beetbox/pyacoustid.git#tag=d2698e46aa23b9d3380c7b97278fc84fac502d7f
sha256sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=python-pyacoustid
pkgver=1.3.0
-pkgrel=4
+pkgrel=5
pkgdesc='Bindings for Chromaprint acoustic fingerprinting and the Acoustid API'
arch=(any)
url=https://github.com/beetbox/pyacoustid
@@ -18,6 +18,7 @@ makedepends=(
git
python-setuptools
)
+optdepends=('python-audioread: fingerprint a file')
_tag=d2698e46aa23b9d3380c7b97278fc84fac502d7f
source=(git+https://github.com/beetbox/pyacoustid.git#tag=${_tag})
sha256sums=(SKIP)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyacoustid/-/commit/f9578e8e6ffb82ad5d5e7c3248c9100fae406cd7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyacoustid/-/commit/f9578e8e6ffb82ad5d5e7c3248c9100fae406cd7
You're receiving this email because of your account on gitlab.archlinux.org.