diff options
author | drochner <drochner> | 2013-04-02 10:44:40 +0000 |
---|---|---|
committer | drochner <drochner> | 2013-04-02 10:44:40 +0000 |
commit | ff757407cbef84615ba3137dbde9ae6c2f1566a0 (patch) | |
tree | 0e33dfacedd19b117563e7e87a462ea5493226ab /audio/Makefile | |
parent | 183bfdce71438ff35ef15112fb070df200f3a105 (diff) | |
download | pkgsrc-ff757407cbef84615ba3137dbde9ae6c2f1566a0.tar.gz |
add the "acoustid" Python pkg and its dependencies, useful to
add acoustic fingerprints to py-beets
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index 86704e876e3..1f908568142 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.480 2013/03/14 13:58:18 wiz Exp $ +# $NetBSD: Makefile,v 1.481 2013/04/02 10:44:40 drochner Exp $ # COMMENT= Audio tools @@ -58,6 +58,7 @@ SUBDIR+= cddbd SUBDIR+= cdparanoia SUBDIR+= cdplayer SUBDIR+= celt +SUBDIR+= chromaprint SUBDIR+= cmp3 SUBDIR+= cmus SUBDIR+= cplay @@ -345,7 +346,9 @@ SUBDIR+= picard SUBDIR+= portaudio SUBDIR+= portaudio-devel SUBDIR+= pulseaudio +SUBDIR+= py-acoustid SUBDIR+= py-ao +SUBDIR+= py-audioread SUBDIR+= py-audiotools SUBDIR+= py-beets SUBDIR+= py-cddb |