diff options
author | miwi <miwi@FreeBSD.org> | 2009-07-13 06:19:02 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-07-13 06:19:02 +0800 |
commit | 89a7c39601171baa9602e3d16a418753b090e98d (patch) | |
tree | f6e9c606e4372718ee9174b22090d0dc0f781dbb /audio/Makefile | |
parent | 6ddfd22653881f9e711e69b889d72076e197a2d6 (diff) | |
download | freebsd-ports-gnome-89a7c39601171baa9602e3d16a418753b090e98d.tar.gz freebsd-ports-gnome-89a7c39601171baa9602e3d16a418753b090e98d.tar.zst freebsd-ports-gnome-89a7c39601171baa9602e3d16a418753b090e98d.zip |
Audio::Scan is a C-based scanner for audio file metadata and tag
information. It currently supports MP3 via an included version of
libid3tag, MP4, Ogg Vorbis, FLAC (if libFLAC is installed), ASF,
WAV, AIFF, Musepack, and Monkey's Audio.
WWW: http://search.cpan.org/dist/Audio-Scan/
PR: ports/136660
Submitted by: Wen Heping <wenheping at gmail.com>
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 16830fe1af44..90a8b9c79b9a 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -508,6 +508,7 @@ SUBDIR += p5-Audio-MPD-Common SUBDIR += p5-Audio-Mixer SUBDIR += p5-Audio-Musepack + SUBDIR += p5-Audio-Scan SUBDIR += p5-Audio-Scrobbler SUBDIR += p5-Audio-WMA SUBDIR += p5-Audio-Wav |