aboutsummaryrefslogtreecommitdiff
path: root/audio/libaacplus
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2014-09-18 12:39:04 +0000
committerThomas Zander <riggs@FreeBSD.org>2014-09-18 12:39:04 +0000
commit2e5928975873d6fb8b6e1f19d3f2d3f9ac2cba46 (patch)
treed104360aaa1fee7d00a57eb5bdff0db74e84feb7 /audio/libaacplus
parent46cf4bcb84b99c5637a0b1539ab29ec6453cd483 (diff)
downloadports-2e5928975873d6fb8b6e1f19d3f2d3f9ac2cba46.tar.gz
ports-2e5928975873d6fb8b6e1f19d3f2d3f9ac2cba46.zip
- Fix build failure in fetch
- New MASTER_SITES - Update LICENSE* PR: 193727 Submitted by: takefu@airport.fm (maintainer)
Notes
Notes: svn path=/head/; revision=368447
Diffstat (limited to 'audio/libaacplus')
-rw-r--r--audio/libaacplus/Makefile10
-rw-r--r--audio/libaacplus/files/patch-src_Makefile.am8
2 files changed, 11 insertions, 7 deletions
diff --git a/audio/libaacplus/Makefile b/audio/libaacplus/Makefile
index 0ab46df9f618..374cd8d918dc 100644
--- a/audio/libaacplus/Makefile
+++ b/audio/libaacplus/Makefile
@@ -3,13 +3,13 @@
PORTNAME= libaacplus
PORTVERSION= 2.0.2
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= audio
-MASTER_SITES= http://media.wnet.ua/~tipok/aacplus/:site1\
+MASTER_SITES= http://tipok.org.ua/downloads/media/aacplus/libaacplus/:site1\
ftp://ftp.3gpp.org/Specs/archive/26_series/26.410/:site2\
http://www.3gpp.org/ftp/Specs/archive/26_series/26.410/:site2
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:site1\
- 26410-800.zip:site2
+ ${SRC26410}:site2
MAINTAINER= takefu@airport.fm
COMMENT= HE-AAC+ Codec as Shared Library
@@ -18,6 +18,8 @@ LICENSE= libaacplus
LICENSE_NAME= 3GPP
LICENSE_TEXT= ${RESTRICTED}
LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-accept
+LICENSE_DISTFILES_LGPL= ${DISTNAME}${EXTRACT_SUFX}
+LICENSE_DISTFILES_3GPP= ${SRC26410}
RESTRICTED= unclear legal status, probably need licenses from 3GPP, Via Licensing and Coding Technologies
@@ -37,6 +39,8 @@ AUTOMAKE_ARGS= --add-missing
OPTIONS_DEFINE= FFTW3
OPTIONS_DEFAULT=FFTW3
+SRC26410= 26410-800.zip
+
FFTW3_DESC= Use FFTW3 library for performance
.include <bsd.port.options.mk>
diff --git a/audio/libaacplus/files/patch-src_Makefile.am b/audio/libaacplus/files/patch-src_Makefile.am
index 72947be022e6..c02265ed96af 100644
--- a/audio/libaacplus/files/patch-src_Makefile.am
+++ b/audio/libaacplus/files/patch-src_Makefile.am
@@ -1,11 +1,11 @@
---- src/Makefile.am.orig 2012-02-05 17:48:09.719522837 +0000
-+++ src/Makefile.am 2012-02-05 17:49:47.572522148 +0000
+--- src/Makefile.am.orig 2010-11-11 06:27:41.000000000 +0900
++++ src/Makefile.am 2014-05-22 07:32:03.000000000 +0900
@@ -206,14 +206,14 @@
$(MAKE) unpack_3gp_sources
$(srcdir)/FloatFR_aacPlusenc:
- cd $(srcdir) && $(UNZIP) 26410-800-ANSI-C_source_code.zip
-+ cd $(srcdir) && /usr/bin/tar xf 26410-800-ANSI-C_source_code.zip
++ cd $(srcdir) && /usr/bin/bsdtar xf 26410-800-ANSI-C_source_code.zip
mv -f $(srcdir)/3GPP_enhanced_aacPlus_src_*/FloatFR_aacPlusenc $(srcdir)
rm -rf $(srcdir)/3GPP_enhanced_aacPlus_src_*
@@ -13,7 +13,7 @@
$(srcdir)/26410-800-ANSI-C_source_code.zip: $(srcdir)/26410-800.zip
rm -f $(srcdir)/26410-800-ANSI-C_source_code.zip $(srcdir)/26410-800.doc
- cd $(srcdir) && $(UNZIP) 26410-800.zip
-+ cd $(srcdir) && /usr/bin/tar xf 26410-800.zip
++ cd $(srcdir) && /usr/bin/bsdtar xf 26410-800.zip
mv $(srcdir)/26410-800.doc $(top_srcdir)/26410-800.doc
chmod og-w $(top_srcdir)/26410-800.doc