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

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

Return to bug 259202