diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2008-04-15 13:43:15 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2008-04-15 13:43:15 +0000 |
commit | 19112f4cd2b5d5116fc58477162cdae3ab7b0287 (patch) | |
tree | 4d2bf7aba588ca4e4bda1d67b0ca491c2db70008 /audio/Makefile | |
parent | AtomicParsley is a lightweight command line program for reading, parsing and (diff) |
Audiotag is a command-line tool for mass tagging/renaming of audio files
it supports the vorbis comment, id3 tags, and MP4 tags.
WWW: http://www.tempestgames.com/ryan/
PR: ports/122569
Submitted by: Bapt <baptiste.daroussin at gmail.com>
Approved by: tabthorpe (mentor)
Notes
Notes:
svn path=/head/; revision=211301
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 8460847b5feb..181b2ef32c36 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -46,6 +46,7 @@ SUBDIR += audacious-mac SUBDIR += audacity SUBDIR += audacity-devel + SUBDIR += audiotag SUBDIR += aumix SUBDIR += aureal-kmod SUBDIR += autocd |