aboutsummaryrefslogtreecommitdiff
path: root/audio/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-06-21 23:08:38 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-06-21 23:08:38 +0000
commit8515ff13fb3470ca1b5e855385a7210098f2c95e (patch)
tree6a38cbd28f234893251b429263b9a4f9fbc5685f /audio/Makefile
parenta62cfc8735441d4e2790d1e982317fe80b2c3c72 (diff)
downloadports-8515ff13fb3470ca1b5e855385a7210098f2c95e.tar.gz
ports-8515ff13fb3470ca1b5e855385a7210098f2c95e.zip
Add py-audioread 2.1.8
audioread decodes audio files using whichever backend is available. The library currently supports: - Gstreamer via PyGObject. - MAD via the pymad bindings. - FFmpeg or Libav via its command-line interface. - The standard library wave, aifc, and sunau modules (for uncompressed audio formats). WWW: https://github.com/beetbox/audioread
Notes
Notes: svn path=/head/; revision=504817
Diffstat (limited to 'audio/Makefile')
-rw-r--r--audio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 716197d89a31..92df3f8c9fa6 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -661,6 +661,7 @@
SUBDIR += py-ao
SUBDIR += py-apetag
SUBDIR += py-aubio
+ SUBDIR += py-audioread
SUBDIR += py-cddb
SUBDIR += py-discid
SUBDIR += py-discogs-client