diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-11-25 15:01:13 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-11-25 15:01:13 +0000 |
commit | 5365addbe76f682afe8a4cb2819f9c27f400a703 (patch) | |
tree | ea969732167e704bf0f170e4929c294d9e12e6a1 /audio/aacplusenc | |
parent | 733660b9289c75788927b74d1b6e08c2b544feec (diff) | |
download | ports-5365addbe76f682afe8a4cb2819f9c27f400a703.tar.gz ports-5365addbe76f682afe8a4cb2819f9c27f400a703.zip |
Notes
Diffstat (limited to 'audio/aacplusenc')
-rw-r--r-- | audio/aacplusenc/Makefile | 5 | ||||
-rw-r--r-- | audio/aacplusenc/distinfo | 6 | ||||
-rw-r--r-- | audio/aacplusenc/pkg-descr | 2 |
3 files changed, 8 insertions, 5 deletions
diff --git a/audio/aacplusenc/Makefile b/audio/aacplusenc/Makefile index 0fe5b3260b06..43b37af9efad 100644 --- a/audio/aacplusenc/Makefile +++ b/audio/aacplusenc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= aacplusenc -PORTVERSION= 0.7 +PORTVERSION= 0.8 CATEGORIES= audio MASTER_SITES= http://teknoraver.campuslife.it/software/mp4tools/ @@ -18,6 +18,9 @@ USE_GMAKE= yes RESTRICTED= unclear legal status, probably need licenses from 3GPP, Via Licensing and Coding Technologies +# produces broken encodes in 64-bit mode +ONLY_FOR_ARCHS= i386 + PLIST_FILES= bin/aacplusenc post-patch: diff --git a/audio/aacplusenc/distinfo b/audio/aacplusenc/distinfo index a4711de80a72..7b5154bc74c6 100644 --- a/audio/aacplusenc/distinfo +++ b/audio/aacplusenc/distinfo @@ -1,3 +1,3 @@ -MD5 (aacplusenc-0.7.tar.bz2) = ea5e89ec6a2e1f8ac10132c436ca1ffc -SHA256 (aacplusenc-0.7.tar.bz2) = cec865660868c8db9d54e6efede57f6268b845fee6c91a4115e11e88d18d7df8 -SIZE (aacplusenc-0.7.tar.bz2) = 171412 +MD5 (aacplusenc-0.8.tar.bz2) = 4f326d21e96eb9a3fd623907a54ad610 +SHA256 (aacplusenc-0.8.tar.bz2) = 207870554290a3147e820c2bb9c03247dd832f2fb5be442248fd2c2aa34c1627 +SIZE (aacplusenc-0.8.tar.bz2) = 171012 diff --git a/audio/aacplusenc/pkg-descr b/audio/aacplusenc/pkg-descr index 2d5f091a2fca..654f0e10c8dc 100644 --- a/audio/aacplusenc/pkg-descr +++ b/audio/aacplusenc/pkg-descr @@ -4,4 +4,4 @@ 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/ +WWW: http://teknoraver.campuslife.it/software/mp4tools/ |