aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-07-29 23:51:08 +0800
committerpav <pav@FreeBSD.org>2007-07-29 23:51:08 +0800
commitd68e0859d200ab177a9cf4346ab8759d896aef03 (patch)
treed13f3af307ae10c55273e4599bc311063dffa9cf
parented09c6a4f9df253382a9b1b5658494874a8ec045 (diff)
downloadfreebsd-ports-graphics-d68e0859d200ab177a9cf4346ab8759d896aef03.tar.gz
freebsd-ports-graphics-d68e0859d200ab177a9cf4346ab8759d896aef03.tar.zst
freebsd-ports-graphics-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/
-rw-r--r--LEGAL1
-rw-r--r--audio/Makefile1
-rw-r--r--audio/aacplusenc/Makefile27
-rw-r--r--audio/aacplusenc/distinfo3
-rw-r--r--audio/aacplusenc/pkg-descr7
5 files changed, 39 insertions, 0 deletions
diff --git a/LEGAL b/LEGAL
index 60c59a5fd5d..e86d26c5b21 100644
--- a/LEGAL
+++ b/LEGAL
@@ -34,6 +34,7 @@ Dist Port Why
interface
5400s_fbsd_cli_v10.zip sysutils/aaccli May not be redistributed in
binary form
+aacplusenc-* audio/aacplusenc Unclear legal status
ac3dlx* graphics/linux-ac3d Commercial license, no
distribution
acroread/AdobeReader_* print/acroread7 Must fill out redistribution
diff --git a/audio/Makefile b/audio/Makefile
index 723b609cda9..8ae8a6d0d85 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -6,6 +6,7 @@
SUBDIR += HVSC-Update
SUBDIR += Maaate
SUBDIR += aacgain
+ SUBDIR += aacplusenc
SUBDIR += abcde
SUBDIR += abcmidi
SUBDIR += abcselect
diff --git a/audio/aacplusenc/Makefile b/audio/aacplusenc/Makefile
new file mode 100644
index 00000000000..3477cc36dad
--- /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 00000000000..279b82535c0
--- /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 00000000000..2d5f091a2fc
--- /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/