diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-07-12 22:19:02 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-07-12 22:19:02 +0000 |
commit | 09671d4a292970920667286a870889ef56690c8d (patch) | |
tree | 89be75df6f988f55e9c4271fe70fdf87f6931f50 /audio/Makefile | |
parent | Daisy is a simple launcher plasma applet for KDE4. Features include: (diff) |
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>
Notes
Notes:
svn path=/head/; revision=237662
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 |