Port details |
- py-pyacoustid Bindings for Chromaprint acoustic fingerprinting and the Acoustid API
- 1.3.0_1 audio
=2 1.3.0_1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2013-02-15 02:48:02
- Last Update: 2024-03-23 14:31:02
- Commit Hash: 9146c8d
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/beetbox/pyacoustid
- Description:
- Bindings for Chromaprint acoustic fingerprinting and the Acoustid API
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pyacoustid>0:audio/py-pyacoustid@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/audio/py-pyacoustid/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/py-pyacoustid
- pkg install py39-pyacoustid
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-pyacoustid listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-pyacoustid
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1695143285
SHA256 (pyacoustid-1.3.0.tar.gz) = 5f4f487191c19ebb908270b1b7b5297f132da332b1568b96a914574c079ed177
SIZE (pyacoustid-1.3.0.tar.gz) = 17369
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=0 : devel/py-setuptools@py39
- py39-wheel>=0 : devel/py-wheel@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-audioread>=0 : audio/py-audioread@py39
- py39-requests>=0 : www/py-requests@py39
- python3.9 : lang/python39
- Library dependencies:
-
- libchromaprint.so : audio/chromaprint
- This port is required by:
- for Run
-
- audio/beets
- audio/puddletag
Configuration Options:
- No options to configure
- Options name:
- audio_py-pyacoustid
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.0_1 23 Mar 2024 14:31:02
    |
Po-Chuan Hsieh (sunpoet)  |
audio/py-pyacoustid: Convert to USE_PYTHON=pep517
- Add LICENSE_FILE
- Bump PORTREVISION for package change |
1.3.0 22 Sep 2023 03:17:51
    |
Po-Chuan Hsieh (sunpoet)  |
audio/py-pyacoustid: Update to 1.3.0
Changes: https://github.com/beetbox/pyacoustid/blob/master/README.rst#version-history |
1.2.2_1 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.2.2_1 25 Apr 2023 15:17:15
    |
Christian Weisgerber (naddy)  |
audio/opus: bump consumers after update to 1.4 |
1.2.2 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.2.2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.2.2 20 Jul 2022 14:20:54
    |
Tobias C. Berner (tcberner)  |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.2.2 21 Sep 2021 03:44:16
    |
Po-Chuan Hsieh (sunpoet)  |
audio/py-pyacoustid: Update to 1.2.2
Changes: https://github.com/beetbox/pyacoustid/blob/master/README.rst#version-history |
1.2.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.2.0 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.2.0 04 May 2020 19:19:10
  |
sunpoet  |
Update to 1.2.0
Changes: https://github.com/beetbox/pyacoustid/blob/master/README.rst#version-history |
1.1.7 22 Jun 2019 21:48:29
  |
sunpoet  |
Update to 1.1.7
- Update WWW
Changes: https://github.com/beetbox/pyacoustid/blob/master/README.rst#version-history |
1.1.5 21 Jun 2019 23:09:10
  |
sunpoet  |
Add NO_ARCH
- Take maintainership |
1.1.5 02 Oct 2018 19:06:16
  |
feld  |
Reset maintainer on my python ports |
1.1.5 31 May 2017 19:06:05
  |
feld  |
audio/py-pyacoustid: Update to 1.1.5 |
1.1.3_1 25 Apr 2017 08:20:31
  |
riggs  |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
1.1.3 27 Nov 2016 21:12:48
  |
jhale  |
Update to 1.1.3
PR: 213715
Submitted by: jhale
Approved by: maintainer timeout (4 weeks) |
1.0.0_3 15 Apr 2016 19:06:48
  |
jhale  |
- Update audio/chromaprint to 1.3.1
- Chase shlib bump
PR: 208819
Submitted by: Ben Woods <woodsb02@gmail.com> |
1.0.0_2 01 Apr 2016 13:29:17
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
1.0.0_2 19 Oct 2014 07:33:10
  |
mva  |
- Convert ports from audio/ to new USES=python
Reviewed by: portmgr (implicit) |
1.0.0_2 08 Jun 2014 09:03:01
  |
mva  |
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit) |
1.0.0_1 28 Jan 2014 12:42:40
  |
feld  |
Support STAGE
Approved by: swills (mentor, implicit) |
11 Dec 2013 14:35:37

|
bapt  |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio
With hat: portmgr |
1.0.0_1 20 Sep 2013 14:36:37
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
1.0.0_1 29 Jul 2013 15:03:59
  |
feld  |
Fix my email address again, using proper @FreeBSD.org styling
Approved by: swills (mentor) |
1.0.0_1 25 Jul 2013 11:30:01
  |
feld  |
Update my email address throughout the tree
Approved by: swills (mentor) |
1.0.0_1 10 Jul 2013 15:25:37
  |
makc  |
- Add patch which allows to build audio/acoustid-fingerprinter and
audio/chromaprint with different ffmpeg ports (based on patch from
multimedia/kdemultimedia4-ffmpegthumbs)
- Switch dependency to multimedia/ffmpeg1
- Bump PORTREVISION due to dependency change in audio/chromaprint
Approved by: no reply from jhale@ |
1.0.0 23 Apr 2013 02:29:29
  |
swills  |
- Update to 1.0.0
PR: ports/177886
Submitted by: Mark Felder <feld@feld.me> (maintainer) |
0.7 06 Apr 2013 02:38:59
  |
wg  |
- Fix pkg-plist
- Remove custom install since adoption of USE_PYDISTUTILS
Approved by: portmgr (tabthorpe), jpaetzel (mentor) |
0.7 15 Feb 2013 06:01:13
  |
miwi  |
- Switch to USE_PYDISTUTILS
Reported by: RM |
0.7 15 Feb 2013 02:47:47
  |
miwi  |
Bindings for Chromaprint acoustic fingerprinting and the Acoustid API
WWW: https://github.com/sampsyo/pyacoustid
PR: ports/176110
Submitted by: Mark Felder <feld@feld.me> |