diff options
author | pav <pav@FreeBSD.org> | 2007-07-29 23:51:08 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-07-29 23:51:08 +0800 |
commit | d68e0859d200ab177a9cf4346ab8759d896aef03 (patch) | |
tree | d13f3af307ae10c55273e4599bc311063dffa9cf /audio/aacplusenc | |
parent | ed09c6a4f9df253382a9b1b5658494874a8ec045 (diff) | |
download | freebsd-ports-gnome-d68e0859d200ab177a9cf4346ab8759d896aef03.tar.gz freebsd-ports-gnome-d68e0859d200ab177a9cf4346ab8759d896aef03.tar.zst freebsd-ports-gnome-d68e0859d200ab177a9cf4346ab8759d896aef03.zip |
Command-line encoder that outputs aacPlus v2 files (ie. Advanced Audio Coding +
Spectral Band Resonation + Parametric Stereo, or AAC + SBR + PS), also known as
HE-AAC+ (High Efficiency AAC+). Developed by Coding Technologies, based on the
reference code obtained from 3GPP, repackaged to compile on contemporary Linux
by Matteo Croce.
WWW: http://teknoraver.campuslife.it/
Diffstat (limited to 'audio/aacplusenc')
-rw-r--r-- | audio/aacplusenc/Makefile | 27 | ||||
-rw-r--r-- | audio/aacplusenc/distinfo | 3 | ||||
-rw-r--r-- | audio/aacplusenc/pkg-descr | 7 |
3 files changed, 37 insertions, 0 deletions
diff --git a/audio/aacplusenc/Makefile b/audio/aacplusenc/Makefile new file mode 100644 index 000000000000..3477cc36dad8 --- /dev/null +++ b/audio/aacplusenc/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: aacplusenc +# Date created: 28 July 2007 +# Whom: Pav Lucistnik <pav@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= aacplusenc +PORTVERSION= 0.6 +CATEGORIES= audio +MASTER_SITES= http://teknoraver.campuslife.it/software/ + +MAINTAINER= pav@FreeBSD.org +COMMENT= aacPlus v2 command-line encoder + +USE_BZIP2= yes +USE_GMAKE= yes +ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS_REASON= Produces badly sounding files on amd64 +RESTRICTED= unclear legal status, probably need licenses from 3GPP, Via Licensing and Coding Technologies + +PLIST_FILES= bin/aacplusenc + +post-patch: + @${REINPLACE_CMD} -e 's|-O3 -ftree-vectorize|${CFLAGS}|' ${WRKSRC}/Makefile + +.include <bsd.port.mk> diff --git a/audio/aacplusenc/distinfo b/audio/aacplusenc/distinfo new file mode 100644 index 000000000000..279b82535c02 --- /dev/null +++ b/audio/aacplusenc/distinfo @@ -0,0 +1,3 @@ +MD5 (aacplusenc-0.6.tar.bz2) = 43de9572096d9794e427f05b18158667 +SHA256 (aacplusenc-0.6.tar.bz2) = 8ef697d6de7428c193273bfe0481790bb323d7f2c807b02edf8b7bb33953c369 +SIZE (aacplusenc-0.6.tar.bz2) = 171058 diff --git a/audio/aacplusenc/pkg-descr b/audio/aacplusenc/pkg-descr new file mode 100644 index 000000000000..2d5f091a2fca --- /dev/null +++ b/audio/aacplusenc/pkg-descr @@ -0,0 +1,7 @@ +Command-line encoder that outputs aacPlus v2 files (ie. Advanced Audio Coding + +Spectral Band Resonation + Parametric Stereo, or AAC + SBR + PS), also known as +HE-AAC+ (High Efficiency AAC+). Developed by Coding Technologies, based on the +reference code obtained from 3GPP, repackaged to compile on contemporary Linux +by Matteo Croce. + +WWW: http://teknoraver.campuslife.it/ |