diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-06-23 12:52:00 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-06-23 12:52:00 +0000 |
commit | c80799fcb8dcb1a6468021141c804bc5b29f5774 (patch) | |
tree | 782e2327537554fffff388e35ebed486f38fbf56 | |
parent | 53405c875685d2474e42351500bf382a7fdc64ba (diff) | |
download | ports-c80799fcb8dcb1a6468021141c804bc5b29f5774.tar.gz ports-c80799fcb8dcb1a6468021141c804bc5b29f5774.zip |
Notes
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/vo-aacenc/Makefile | 37 | ||||
-rw-r--r-- | audio/vo-aacenc/distinfo | 2 | ||||
-rw-r--r-- | audio/vo-aacenc/pkg-descr | 8 | ||||
-rw-r--r-- | audio/vo-aacenc/pkg-plist | 13 |
5 files changed, 61 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index b61d608be903..19fdf1284cee 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -778,6 +778,7 @@ SUBDIR += vat SUBDIR += ventrilo-server SUBDIR += vitunes + SUBDIR += vo-aacenc SUBDIR += voipong SUBDIR += volumecontrol.app SUBDIR += vorbis-tools diff --git a/audio/vo-aacenc/Makefile b/audio/vo-aacenc/Makefile new file mode 100644 index 000000000000..e180f4512d90 --- /dev/null +++ b/audio/vo-aacenc/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: vo-aacenc +# Date created: 23 Jun 2011 +# Whom: Martin Matuska <mm@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= vo-aacenc +PORTVERSION= 0.1.1 +CATEGORIES= audio +MASTER_SITES= https://github.com/mstorsjo/${PORTNAME}/tarball/v${PORTVERSION}/ +DISTNAME= mstorsjo-${PORTNAME}-v${PORTVERSION}-0-g${GITVERSION} + +MAINTAINER= mm@FreeBSD.org +COMMENT= VisualOn AAC encoder library + +LICENSE= ASL +LICENSE_FILE= ${WRKSRC}/COPYING + +GITVERSION= 4646ab8 +FETCH_ARGS= -pRr +WRKSRC= ${WRKDIR}/mstorsjo-${PORTNAME}-${GITVERSION} + +GNU_CONFIGURE= yes + +USE_AUTOTOOLS= libtoolize aclocal autoheader autoconf automake +ACLOCAL_ARGS= -I m4 +AUTOCONF_ARGS= -I m4 + +.include <bsd.port.pre.mk> + +post-patch: + @${REINPLACE_CMD} -E -e \ + 's|^pkgconfigdir = .*|pkgconfigdir = $$(prefix)/libdata/pkgconfig|g' \ + ${WRKSRC}/Makefile.am + +.include <bsd.port.post.mk> diff --git a/audio/vo-aacenc/distinfo b/audio/vo-aacenc/distinfo new file mode 100644 index 000000000000..b2bb30f227a2 --- /dev/null +++ b/audio/vo-aacenc/distinfo @@ -0,0 +1,2 @@ +SHA256 (mstorsjo-vo-aacenc-v0.1.1-0-g4646ab8.tar.gz) = 5ac421179c6cce74e8ac3f17f5f1ba009ed1df19d8d98d7b4ff8582af79bb813 +SIZE (mstorsjo-vo-aacenc-v0.1.1-0-g4646ab8.tar.gz) = 472343 diff --git a/audio/vo-aacenc/pkg-descr b/audio/vo-aacenc/pkg-descr new file mode 100644 index 000000000000..8b597d464934 --- /dev/null +++ b/audio/vo-aacenc/pkg-descr @@ -0,0 +1,8 @@ +VisualOn AAC encoder library + +This library contains an encoder implementation of the Advanced Audio +Coding (AAC) audio codec. The library is based on a codec implementation +by VisualOn as part of the Stagefright framework from the Google +Android project. + +WWW: https://github.com/mstorsjo/vo-aacenc diff --git a/audio/vo-aacenc/pkg-plist b/audio/vo-aacenc/pkg-plist new file mode 100644 index 000000000000..f2c5f5015951 --- /dev/null +++ b/audio/vo-aacenc/pkg-plist @@ -0,0 +1,13 @@ +include/vo-aacenc/cmnMemory.h +include/vo-aacenc/voAAC.h +include/vo-aacenc/voAMRWB.h +include/vo-aacenc/voAudio.h +include/vo-aacenc/voIndex.h +include/vo-aacenc/voMem.h +include/vo-aacenc/voType.h +lib/libvo-aacenc.a +lib/libvo-aacenc.la +lib/libvo-aacenc.so +lib/libvo-aacenc.so.0 +libdata/pkgconfig/vo-aacenc.pc +@dirrm include/vo-aacenc |