diff options
author | pav <pav@FreeBSD.org> | 2007-10-25 16:23:40 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-10-25 16:23:40 +0800 |
commit | 8262cab7edc9e9a2a4011acdf14841284de6d507 (patch) | |
tree | 8c016d1d68f6aa55aa18175fe63f9acdcf3d1bc7 /audio/aacplusenc/Makefile | |
parent | cc999c6df8d7f4923e7b8fc3378d0d85957c2f87 (diff) | |
download | freebsd-ports-graphics-8262cab7edc9e9a2a4011acdf14841284de6d507.tar.gz freebsd-ports-graphics-8262cab7edc9e9a2a4011acdf14841284de6d507.tar.zst freebsd-ports-graphics-8262cab7edc9e9a2a4011acdf14841284de6d507.zip |
- Update to 0.7
Diffstat (limited to 'audio/aacplusenc/Makefile')
-rw-r--r-- | audio/aacplusenc/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/aacplusenc/Makefile b/audio/aacplusenc/Makefile index 3477cc36dad..3d83ee67d80 100644 --- a/audio/aacplusenc/Makefile +++ b/audio/aacplusenc/Makefile @@ -6,17 +6,17 @@ # PORTNAME= aacplusenc -PORTVERSION= 0.6 +PORTVERSION= 0.7 CATEGORIES= audio -MASTER_SITES= http://teknoraver.campuslife.it/software/ +MASTER_SITES= http://openjlabs.com/tl_files/openjlabs/downloads/ +DISTNAME= ${PORTNAME}_${PORTVERSION} 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 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + RESTRICTED= unclear legal status, probably need licenses from 3GPP, Via Licensing and Coding Technologies PLIST_FILES= bin/aacplusenc |