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

(-)audio/libamrwb/Makefile (-7 / +7 lines)
Lines 1-12 Link Here
1
# Created by: Tatsuki Makino <tatsuki_makino@hotmail.com>
1
# Created by: Tatsuki Makino <tatsuki_makino@hotmail.com>
2
2
3
PORTNAME=	libamrwb
3
PORTNAME=	libamrwb
4
PORTVERSION=	11.0.0.0
4
DISTVERSION=	11.0.0.0
5
PORTREVISION=	2
5
PORTREVISION=	3
6
CATEGORIES=	audio
6
CATEGORIES=	audio
7
MASTER_SITES=	http://www.penguin.cz/~utx/ftp/amr/ \
7
MASTER_SITES=	http://www.penguin.cz/~utx/ftp/amr/ \
8
		http://www.3gpp.org/ftp/Specs/archive/26_series/26.204/:SRC26204
8
		https://www.3gpp.org/ftp/Specs/archive/26_series/26.204/:SRC26204
9
DISTNAME=	amrwb-${DISTVERSION}
9
DISTNAME=	amrwb-${DISTVERSIONFULL}
10
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${SRC26204}:SRC26204
10
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${SRC26204}:SRC26204
11
DIST_SUBDIR=	${PORTNAME}
11
DIST_SUBDIR=	${PORTNAME}
12
EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
12
EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
Lines 19-33 LICENSE_COMB= multi Link Here
19
LICENSE_NAME_3GPP=	3GPP
19
LICENSE_NAME_3GPP=	3GPP
20
LICENSE_TEXT_3GPP=	unclear legal status, probably need licenses from 3GPP and more
20
LICENSE_TEXT_3GPP=	unclear legal status, probably need licenses from 3GPP and more
21
LICENSE_PERMS_3GPP=	no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-accept
21
LICENSE_PERMS_3GPP=	no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-accept
22
LICENSE_DISTFILES_BSD3CLAUSE=	${DISTNAME}${EXTRACT_SUFX}
23
LICENSE_DISTFILES_3GPP=	${SRC26204}
22
LICENSE_DISTFILES_3GPP=	${SRC26204}
23
LICENSE_DISTFILES_BSD3CLAUSE=	${DISTNAME}${EXTRACT_SUFX}
24
24
25
USES=		gmake tar:bzip2 libtool
25
USES=		autoreconf gmake tar:bzip2 libtool
26
USE_LDCONFIG=	yes
26
PORTDOCS=	AUTHORS COPYING ChangeLog NEWS README TODO readme.txt
27
PORTDOCS=	AUTHORS COPYING ChangeLog NEWS README TODO readme.txt
27
GNU_CONFIGURE=	yes
28
GNU_CONFIGURE=	yes
28
INSTALL_TARGET=	install-strip
29
INSTALL_TARGET=	install-strip
29
SUB_FILES=	pkg-message
30
SUB_FILES=	pkg-message
30
USE_LDCONFIG=	yes
31
31
32
OPTIONS_DEFINE=	DOCS
32
OPTIONS_DEFINE=	DOCS
33
33
(-)audio/libamrwb/distinfo (+1 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1632279600
1
SHA256 (libamrwb/amrwb-11.0.0.0.tar.bz2) = 5caf59b14480b0cd2a7babb8be472c4af39ff4c7c95f1278116557049a4dd5dc
2
SHA256 (libamrwb/amrwb-11.0.0.0.tar.bz2) = 5caf59b14480b0cd2a7babb8be472c4af39ff4c7c95f1278116557049a4dd5dc
2
SIZE (libamrwb/amrwb-11.0.0.0.tar.bz2) = 240170
3
SIZE (libamrwb/amrwb-11.0.0.0.tar.bz2) = 240170
3
SHA256 (libamrwb/26204-b00.zip) = c885c44483fd4502d354ec9656f2cdc0469050015052f8f3ecc1d5e08c869fec
4
SHA256 (libamrwb/26204-b00.zip) = c885c44483fd4502d354ec9656f2cdc0469050015052f8f3ecc1d5e08c869fec
(-)audio/libamrwb/pkg-descr (-1 / +1 lines)
Lines 3-9 Link Here
3
3GPP released reference implementation of 3GPP AMR Adaptive Multi-Rate -
3
3GPP released reference implementation of 3GPP AMR Adaptive Multi-Rate -
4
Wideband (AMR-WB) Speech Codec (3GPP TS 26.204).
4
Wideband (AMR-WB) Speech Codec (3GPP TS 26.204).
5
5
6
http://www.3gpp.org/ftp/Specs/html-info/26204.htm
6
https://www.3gpp.org/ftp/Specs/html-info/26204.htm
7
7
8
This package converts 3GPP TS 26.204 reference implementation of AMR-WB to a
8
This package converts 3GPP TS 26.204 reference implementation of AMR-WB to a
9
shared library.
9
shared library.

Return to bug 259203