mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
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/
This commit is contained in:
parent
7d537f3450
commit
ba2fddf97c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196610
1
LEGAL
1
LEGAL
@ -34,6 +34,7 @@ Dist Port Why
|
||||
interface
|
||||
5400s_fbsd_cli_v10.zip sysutils/aaccli May not be redistributed in
|
||||
binary form
|
||||
aacplusenc-* audio/aacplusenc Unclear legal status
|
||||
ac3dlx* graphics/linux-ac3d Commercial license, no
|
||||
distribution
|
||||
acroread/AdobeReader_* print/acroread7 Must fill out redistribution
|
||||
|
@ -6,6 +6,7 @@
|
||||
SUBDIR += HVSC-Update
|
||||
SUBDIR += Maaate
|
||||
SUBDIR += aacgain
|
||||
SUBDIR += aacplusenc
|
||||
SUBDIR += abcde
|
||||
SUBDIR += abcmidi
|
||||
SUBDIR += abcselect
|
||||
|
27
audio/aacplusenc/Makefile
Normal file
27
audio/aacplusenc/Makefile
Normal file
@ -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>
|
3
audio/aacplusenc/distinfo
Normal file
3
audio/aacplusenc/distinfo
Normal file
@ -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
|
7
audio/aacplusenc/pkg-descr
Normal file
7
audio/aacplusenc/pkg-descr
Normal file
@ -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/
|
Loading…
Reference in New Issue
Block a user