aboutsummaryrefslogtreecommitdiff
path: root/audio/aacplusenc
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-07-29 15:51:08 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-07-29 15:51:08 +0000
commitba2fddf97c223d474d6cdffbca67749629897318 (patch)
tree575e36d2eb1c86c61c51475bc7bed979460173c9 /audio/aacplusenc
parent7d537f3450bb8a334618fcee7f9706bf26b57aef (diff)
Notes
Diffstat (limited to 'audio/aacplusenc')
-rw-r--r--audio/aacplusenc/Makefile27
-rw-r--r--audio/aacplusenc/distinfo3
-rw-r--r--audio/aacplusenc/pkg-descr7
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/