diff options
author | riggs <riggs@FreeBSD.org> | 2014-09-18 20:39:04 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2014-09-18 20:39:04 +0800 |
commit | 8b771b85b4553d51e40d59f24f5ae32e429f94e1 (patch) | |
tree | d104360aaa1fee7d00a57eb5bdff0db74e84feb7 /audio | |
parent | b0306f1fd12f80db25021c96f4af99a8b26ea8f5 (diff) | |
download | freebsd-ports-gnome-8b771b85b4553d51e40d59f24f5ae32e429f94e1.tar.gz freebsd-ports-gnome-8b771b85b4553d51e40d59f24f5ae32e429f94e1.tar.zst freebsd-ports-gnome-8b771b85b4553d51e40d59f24f5ae32e429f94e1.zip |
- Fix build failure in fetch
- New MASTER_SITES
- Update LICENSE*
PR: 193727
Submitted by: takefu@airport.fm (maintainer)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libaacplus/Makefile | 10 | ||||
-rw-r--r-- | audio/libaacplus/files/patch-src_Makefile.am | 8 |
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 |