diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2011-05-16 09:06:33 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2011-05-16 09:06:33 +0000 |
commit | 9bdafe46bef3e287e4fed6a3e277764e88d73128 (patch) | |
tree | c819ebd5f0a92a6c55a3cfbd243974680703420b /audio/Makefile | |
parent | - Install ImageMagick-nox11 instead of ImageMagick if WITH_IMAGICK is selected (diff) |
- move multimedia/rebot3 to audio/rebot3
rebot3.pl renames MP3 files that you have grabbed from audio CDs with
the track name, number, album, and/or artist. It does so by using
either a remote CDDB server or a local CDDB created by cd (and other)
players like xmcd, kscd or xmms. With rebot3.pl you can also add or
remove ID3 (version 1) tags to/from the MP3 files.
WWW: http://www.headmqa.com/rebot3/
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=274167
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 39e46af6eb60..b61d608be903 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -647,6 +647,7 @@ SUBDIR += raul SUBDIR += rawrec SUBDIR += rbscrobbler + SUBDIR += rebot3 SUBDIR += resid SUBDIR += rexima SUBDIR += rezound |