Path to this page:
./
audio/py-acoustid,
Audio fingerprinting
Branch: CURRENT,
Version: 1.3.0,
Package name: py311-acoustid-1.3.0,
Maintainer: pkgsrc-users`Chromaprint`_ and its associated `Acoustid`_ Web service make up a
high-quality, open-source acoustic fingerprinting system. This package provides
Python bindings for both the fingerprinting algorithm library, which is written
in C but portable, and the Web service, which provides fingerprint lookups.
Required to run:[
devel/py-setuptools] [
audio/chromaprint] [
audio/py-audioread] [
devel/py-requests] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 16.962 KB
Version history: (Expand)
- (2024-06-13) Updated to version: py311-acoustid-1.3.0
- (2022-07-08) Updated to version: py310-acoustid-1.2.2
- (2022-01-05) Updated to version: py39-acoustid-1.1.7nb1
- (2021-10-07) Updated to version: py39-acoustid-1.1.7
- (2019-06-18) Updated to version: py37-acoustid-1.1.7
- (2017-11-23) Package has been reborn
CVS history: (Expand)
2022-07-08 15:58:55 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-acoustid: update to 1.2.2.
1.2.2
Fix #65: new crash when missing `meta` parameter
Older changes not found.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 11:59:39 by Nia Alarie | Files touched by this commit (455) |
Log message:
audio: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes.
The following distfiles couldn't be fetched (possibly they are fetched
conditionally):
./audio/freeswitch-sounds-ru/distinfo \
freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz
./audio/freeswitch-sounds-ru/distinfo \
freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz
./audio/freeswitch-music/distinfo \
freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz
./audio/freeswitch-music/distinfo \
freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz
./audio/freeswitch-sounds-fr/distinfo \
freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz
./audio/freeswitch-sounds-fr/distinfo \
freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz
./audio/freeswitch-sounds-en/distinfo \
freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz
./audio/freeswitch-sounds-en/distinfo \
freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz
|
2021-10-07 15:10:03 by Nia Alarie | Files touched by this commit (459) |
Log message:
audio: Remove SHA1 hashes for distfiles
|
2019-06-18 17:11:56 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-acoustid: updated to 1.1.7
1.1.7
Include a LICENSE file.
1.1.6
In submission, avoid an error on non-integer durations. A new function, \
get_submission_status, abstracts the API endpoint for monitoring submissions \
using the (new) result from the submit function.
1.1.5
Fix compatibility with Python 3 in the submit function. Errors in submit are now \
also handled correctly (i.e., they raise an informative WebServiceError instead \
of a TypeError).
1.1.4
Fix an error on versions of the fpcalc tool that report the duration as a \
fractional number.
1.1.3
Accept bytearray objects in addition to other bytes-like types.
1.1.2
Fix a possible crash on Unicode text in Python 2 in a non-Unicode locale. Look \
for version “1” of the Chromaprint shared library file.
1.1.1
Fix a possible setup error on Python 3.
1.1.0
Include fpcalc.py script in source distributions. Add Python 3 support
|
2019-04-26 16:12:50 by Maya Rashish | Files touched by this commit (205) |
Log message:
fix some whitespace, mostly introduced in the previous
python 3.4 / 3.5 removal commit.
|
2019-04-26 15:14:25 by Maya Rashish | Files touched by this commit (473) |
Log message:
Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
|
2018-07-03 07:03:44 by Adam Ciarcinski | Files touched by this commit (495) |
Log message:
extend PYTHON_VERSIONS_ for Python 3.7
|