Index: head/audio/vorbisgain/Makefile =================================================================== --- head/audio/vorbisgain/Makefile (revision 472177) +++ head/audio/vorbisgain/Makefile (revision 472178) @@ -1,27 +1,30 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= vorbisgain PORTVERSION= 0.37 PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://sjeng.org/ftp/vorbis/ MAINTAINER= gamato@users.sf.net COMMENT= Calculates the perceived sound level of an Ogg Vorbis file -OPTIONS_DEFINE= RECURSIVE -RECURSIVE_DESC= recursive processing and pattern matching +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libvorbis.so:audio/libvorbis +LIB_DEPENDS= libvorbis.so:audio/libvorbis \ + libogg.so:audio/libogg +USES= localbase:ldflags GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/vorbisgain \ man/man1/vorbisgain.1.gz -RECURSIVE_CONFIGURE_ARGS= --enable-recursive +OPTIONS_DEFINE= RECURSIVE + +RECURSIVE_DESC= recursive processing and pattern matching +RECURSIVE_CONFIGURE_ENABLE= recursive .include Index: head/audio/vorbisgain/pkg-descr =================================================================== --- head/audio/vorbisgain/pkg-descr (revision 472177) +++ head/audio/vorbisgain/pkg-descr (revision 472178) @@ -1,22 +1,22 @@ VorbisGain is a utility that uses a psychoacoustic method to correct the volume of an Ogg Vorbis file to a predefined standardized loudness. It is meant as a replacement for the normalization that is commonly used before encoding. Although normalization will ensure that each song has the same peak volume, this unfortunately does not say anything about the apparent loudness of the music, with the end result being that many normalized files still don't sound equally loud. VorbisGain uses psychoacoustics to address this deficiency. Moreover, unlike normalization, it's a lossless procedure which works by adding tags to the file. Additionally, it will add hints that can be used to prevent clipping on playback. It is based upon the ReplayGain technology. The end result is that the file ends up with superior playback quality compared to a non-VorbisGain'ed file. It needs player support to work. Non-supporting players will play back the files without problems, but you'll miss out on the benefits. -WWW: http://sjeng.org/vorbisgain.html +WWW: https://sjeng.org/vorbisgain.html