diff options
author | miwi <miwi@FreeBSD.org> | 2013-02-15 10:47:46 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-02-15 10:47:46 +0800 |
commit | 78467774de5018bc2b18cf923ab36e513bd129db (patch) | |
tree | 1ee83f5be3078074b9b8939b135fc2b066b5eca0 /audio/Makefile | |
parent | 6b500e29b54e6f73389acc8b747d57aa6f580cbb (diff) | |
download | freebsd-ports-gnome-78467774de5018bc2b18cf923ab36e513bd129db.tar.gz freebsd-ports-gnome-78467774de5018bc2b18cf923ab36e513bd129db.tar.zst freebsd-ports-gnome-78467774de5018bc2b18cf923ab36e513bd129db.zip |
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>
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 37781ba1625a..c105a4daffd1 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -610,6 +610,7 @@ SUBDIR += pure-audio SUBDIR += py-ao SUBDIR += py-apetag + SUBDIR += py-pyacoustid SUBDIR += py-pyaudio SUBDIR += py-cddb SUBDIR += py-eyed3 |