summaryrefslogtreecommitdiff
path: root/audio/faac
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-05-06 08:40:42 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-05-06 08:40:42 +0000
commitf02510d99cebfbc06ad4e5d5e72d009b47b020ee (patch)
treeedb60328616345a33f8317125f1585c26bd8986e /audio/faac
parentUpdate to latest version (previous version became unfetchable) (diff)
Add faac, an AAC audio encoder. FAAC currently supports MPEG-4 LTP,
MAIN and LOW COMPLEXITY object types and MAIN and LOW MPEG-2 object types. It also supports multichannel and gapless encoding. WWW: http://faac.sourceforge.net/ PR: ports/66303 Submitted by: michael johnson <ahze@ahze.net>
Notes
Notes: svn path=/head/; revision=108523
Diffstat (limited to 'audio/faac')
-rw-r--r--audio/faac/Makefile43
-rw-r--r--audio/faac/distinfo2
-rw-r--r--audio/faac/pkg-descr5
-rw-r--r--audio/faac/pkg-plist6
4 files changed, 56 insertions, 0 deletions
diff --git a/audio/faac/Makefile b/audio/faac/Makefile
new file mode 100644
index 000000000000..d858b3e0da8c
--- /dev/null
+++ b/audio/faac/Makefile
@@ -0,0 +1,43 @@
+# New ports collection makefile for: faac
+# Date created: Wed May 5 16:38:55 EDT 2004
+# Whom: Michael Johnson <ahze@ahze.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= faac
+PORTVERSION= 1.24
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= faac
+
+MAINTAINER= ahze@ahze.net
+COMMENT= FAAC is an AAC audio encoder
+
+BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/audio/faad:extract
+LIB_DEPENDS= faad.0:${PORTSDIR}/audio/faad
+
+NO_PACKAGE= Distribution in binary form is prohibited
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+USE_AUTOMAKE_VER=15
+USE_AUTOHEADER= yes
+AUTOMAKE_ARGS= --add-missing
+USE_GMAKE= yes
+USE_LIBTOOL_VER=13
+USE_REINPLACE= yes
+CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
+ -I${WRKDIR}/../../../audio/faad/work/faad2/common/mp4v2" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+INSTALLS_SHLIB= yes
+
+pre-patch: build-depends
+
+post-patch:
+ @cd ${WRKSRC}; ${ACLOCAL} -I .; \
+ ${SETENV} ${SCRIPTS_ENV} ${LIBTOOLIZE} --automake
+ @${REINPLACE_CMD} -e 's|$$lt_target|$$host|' \
+ ${WRKSRC}/aclocal.m4
+
+.include <bsd.port.mk>
diff --git a/audio/faac/distinfo b/audio/faac/distinfo
new file mode 100644
index 000000000000..88a593df4ff5
--- /dev/null
+++ b/audio/faac/distinfo
@@ -0,0 +1,2 @@
+MD5 (faac-1.24.tar.gz) = e72dc74db17b42b06155613489077ad7
+SIZE (faac-1.24.tar.gz) = 282585
diff --git a/audio/faac/pkg-descr b/audio/faac/pkg-descr
new file mode 100644
index 000000000000..9861aa629ae1
--- /dev/null
+++ b/audio/faac/pkg-descr
@@ -0,0 +1,5 @@
+FAAC is an AAC audio encoder. FAAC currently supports MPEG-4 LTP,
+MAIN and LOW COMPLEXITY object types and MAIN and LOW MPEG-2 object types.
+It also supports multichannel and gapless encoding.
+
+WWW: http://faac.sourceforge.net/
diff --git a/audio/faac/pkg-plist b/audio/faac/pkg-plist
new file mode 100644
index 000000000000..7dbd47f80204
--- /dev/null
+++ b/audio/faac/pkg-plist
@@ -0,0 +1,6 @@
+bin/faac
+include/faac.h
+include/faaccfg.h
+lib/libfaac.a
+lib/libfaac.so
+lib/libfaac.so.0