diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-14 06:15:59 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-14 06:15:59 +0000 |
commit | d5fa8c085a8aa2558a29ab9b171f9c5ad670325a (patch) | |
tree | d98709a657d2dac8998e7f5468bf22dab0003515 /audio/Makefile | |
parent | a7706ec00cfaacbc391e7240c13dee8cd7ba51f0 (diff) | |
download | ports-d5fa8c085a8aa2558a29ab9b171f9c5ad670325a.tar.gz ports-d5fa8c085a8aa2558a29ab9b171f9c5ad670325a.zip |
[NEW PORT] audio/jid3lib: Java ID3 Tag Library
This library reads song information, such as song title,
artist, and album, from an MP3 file. It supports ID3v1,
ID3v1.1, Lyrics3v1, Lyrics3v2, ID3v2.2, ID3v2.3, and ID3v2.4
tags. MP3 Frame Headers can also be read. There is a
FilenameTag, a ID3v2.4 tag that is intelligently derived
from the file name. It contains tag synchronization
utilities, multiple save options, and easy tag conversion
methods.
WWW: http://javamusictag.sourceforge.net/index.html
PR: ports/95638
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Notes
Notes:
svn path=/head/; revision=159471
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 9f250b4263f3..8a7378fb38c5 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -242,6 +242,7 @@ SUBDIR += jack SUBDIR += jamboree SUBDIR += java-xmms2 + SUBDIR += jid3lib SUBDIR += juk SUBDIR += juke SUBDIR += jxm |