diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-29 10:41:09 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-29 10:41:09 +0000 |
commit | 905d669bdd666dd615d1a35d177851ab79d576b1 (patch) | |
tree | a96518986b6caac031adc0e39a62cf9a914a1ae0 /audio/Makefile | |
parent | - Fix potential mouse problems (diff) |
fapg is a tool to generate list of audio files (Wav, MP3, Ogg, etc) in various
formats (M3U, PLS, HTML, etc).
It is very usefull if you have a large amount of audio files and you want to
quickly and frequently build a playlist.
WWW: http://royale.zerezo.com/fapg/
PR: ports/99300
Submitted by: chinsan <chinsan.tw@gmail.com>
Notes
Notes:
svn path=/head/; revision=166575
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 fc1840f480dc..20170088af09 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -117,6 +117,7 @@ SUBDIR += ezstream SUBDIR += faac SUBDIR += faad + SUBDIR += fapg SUBDIR += fcplay SUBDIR += festalon SUBDIR += festdoc |