View | Details | Raw Unified | Return to bug 193727
Collapse All | Expand All

(-)./Makefile (-3 / +7 lines)
Lines 3-15 Link Here
3
3
4
PORTNAME=	libaacplus
4
PORTNAME=	libaacplus
5
PORTVERSION=	2.0.2
5
PORTVERSION=	2.0.2
6
PORTREVISION=	6
6
PORTREVISION=	7
7
CATEGORIES=	audio
7
CATEGORIES=	audio
8
MASTER_SITES=	http://media.wnet.ua/~tipok/aacplus/:site1\
8
MASTER_SITES=	http://tipok.org.ua/downloads/media/aacplus/libaacplus/:site1\
9
		ftp://ftp.3gpp.org/Specs/archive/26_series/26.410/:site2\
9
		ftp://ftp.3gpp.org/Specs/archive/26_series/26.410/:site2\
10
		http://www.3gpp.org/ftp/Specs/archive/26_series/26.410/:site2
10
		http://www.3gpp.org/ftp/Specs/archive/26_series/26.410/:site2
11
DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:site1\
11
DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:site1\
12
		26410-800.zip:site2
12
		${SRC26410}:site2
13
13
14
MAINTAINER=	takefu@airport.fm
14
MAINTAINER=	takefu@airport.fm
15
COMMENT=	HE-AAC+ Codec as Shared Library
15
COMMENT=	HE-AAC+ Codec as Shared Library
Lines 18-23 Link Here
18
LICENSE_NAME=	3GPP
18
LICENSE_NAME=	3GPP
19
LICENSE_TEXT=	${RESTRICTED}
19
LICENSE_TEXT=	${RESTRICTED}
20
LICENSE_PERMS=	no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-accept
20
LICENSE_PERMS=	no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-accept
21
LICENSE_DISTFILES_LGPL=	${DISTNAME}${EXTRACT_SUFX}
22
LICENSE_DISTFILES_3GPP=	${SRC26410}
21
23
22
RESTRICTED=	unclear legal status, probably need licenses from 3GPP, Via Licensing and Coding Technologies
24
RESTRICTED=	unclear legal status, probably need licenses from 3GPP, Via Licensing and Coding Technologies
23
25
Lines 37-42 Link Here
37
OPTIONS_DEFINE=	FFTW3
39
OPTIONS_DEFINE=	FFTW3
38
OPTIONS_DEFAULT=FFTW3
40
OPTIONS_DEFAULT=FFTW3
39
41
42
SRC26410=	26410-800.zip
43
40
FFTW3_DESC=	Use FFTW3 library for performance
44
FFTW3_DESC=	Use FFTW3 library for performance
41
45
42
.include <bsd.port.options.mk>
46
.include <bsd.port.options.mk>
(-)./files/patch-src_Makefile.am (-4 / +4 lines)
Lines 1-11 Link Here
1
--- src/Makefile.am.orig	2012-02-05 17:48:09.719522837 +0000
1
--- src/Makefile.am.orig	2010-11-11 06:27:41.000000000 +0900
2
+++ src/Makefile.am	2012-02-05 17:49:47.572522148 +0000
2
+++ src/Makefile.am	2014-05-22 07:32:03.000000000 +0900
3
@@ -206,14 +206,14 @@
3
@@ -206,14 +206,14 @@
4
 	$(MAKE) unpack_3gp_sources
4
 	$(MAKE) unpack_3gp_sources
5
 
5
 
6
 $(srcdir)/FloatFR_aacPlusenc:
6
 $(srcdir)/FloatFR_aacPlusenc:
7
-	cd $(srcdir) && $(UNZIP) 26410-800-ANSI-C_source_code.zip
7
-	cd $(srcdir) && $(UNZIP) 26410-800-ANSI-C_source_code.zip
8
+	cd $(srcdir) && /usr/bin/tar xf 26410-800-ANSI-C_source_code.zip
8
+	cd $(srcdir) && /usr/bin/bsdtar xf 26410-800-ANSI-C_source_code.zip
9
 	mv -f $(srcdir)/3GPP_enhanced_aacPlus_src_*/FloatFR_aacPlusenc $(srcdir)
9
 	mv -f $(srcdir)/3GPP_enhanced_aacPlus_src_*/FloatFR_aacPlusenc $(srcdir)
10
 	rm -rf $(srcdir)/3GPP_enhanced_aacPlus_src_*
10
 	rm -rf $(srcdir)/3GPP_enhanced_aacPlus_src_*
11
 
11
 
Lines 13-19 Link Here
13
 $(srcdir)/26410-800-ANSI-C_source_code.zip: $(srcdir)/26410-800.zip
13
 $(srcdir)/26410-800-ANSI-C_source_code.zip: $(srcdir)/26410-800.zip
14
 	rm -f $(srcdir)/26410-800-ANSI-C_source_code.zip $(srcdir)/26410-800.doc
14
 	rm -f $(srcdir)/26410-800-ANSI-C_source_code.zip $(srcdir)/26410-800.doc
15
-	cd $(srcdir) && $(UNZIP) 26410-800.zip
15
-	cd $(srcdir) && $(UNZIP) 26410-800.zip
16
+	cd $(srcdir) && /usr/bin/tar xf 26410-800.zip
16
+	cd $(srcdir) && /usr/bin/bsdtar xf 26410-800.zip
17
 	mv $(srcdir)/26410-800.doc $(top_srcdir)/26410-800.doc
17
 	mv $(srcdir)/26410-800.doc $(top_srcdir)/26410-800.doc
18
 	chmod og-w $(top_srcdir)/26410-800.doc
18
 	chmod og-w $(top_srcdir)/26410-800.doc
19
 
19
 

Return to bug 193727