- Add TAO Mode as default

- Update pkg-descr

PR:		ports/155640
Submitted by:	Tobias Rehbein <tobias.rehbein@web.de>
This commit is contained in:
Dennis Herrmann 2011-03-23 20:07:37 +00:00
parent 2f17af06bf
commit 0732ad9e0d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271558
2 changed files with 8 additions and 4 deletions

View file

@ -11,7 +11,7 @@ CATEGORIES= audio
MASTER_SITES= SF
MAINTAINER= dhn@FreeBSD.org
COMMENT= Command line tool for making audio CDs from mp3s
COMMENT= Command line tool to burn audio CDs from MP3, Ogg, Vorbis, FLAC files
RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 \
ogg123:${PORTSDIR}/audio/vorbis-tools \
@ -31,7 +31,8 @@ PLIST_FILES= bin/mp3burn
post-patch:
@${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|g' \
-e 's|/bin/uname|/usr/bin/uname|g' \
-e 's|x86_64|amd64|g' ${WRKSRC}/${PORTNAME}
-e 's|x86_64|amd64|g' \
-e 's|" -pad -audio"|" -tao -pad -audio"|' ${WRKSRC}/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/mp3burn ${PREFIX}/bin

View file

@ -1,4 +1,7 @@
mp3burn is a simple command line tool for making audio CDs from mp3s
without filling up your disk with .wav files.
mp3burn is a simple command line tool for making audio CDs from encoded audio
files without filling up your disk with .wav files.
It uses Perl(1), ogg123(1), mpg321(1) or mpg123(1), cdrecord(1), flac(1), and
the MP3::Info Perl module.
WWW: http://mp3burn.sourceforge.net/