mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
audio/libamrwb: Makefile adjustment
Adjust Makefile to follow Porter's Handbook and framework more closely, also pet portclippy while at it. PR: 259203 Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32622
This commit is contained in:
parent
74451a1660
commit
0f895daa66
3 changed files with 9 additions and 8 deletions
|
@ -1,12 +1,12 @@
|
|||
# Created by: Tatsuki Makino <tatsuki_makino@hotmail.com>
|
||||
|
||||
PORTNAME= libamrwb
|
||||
PORTVERSION= 11.0.0.0
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 11.0.0.0
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.penguin.cz/~utx/ftp/amr/ \
|
||||
http://www.3gpp.org/ftp/Specs/archive/26_series/26.204/:SRC26204
|
||||
DISTNAME= amrwb-${DISTVERSION}
|
||||
https://www.3gpp.org/ftp/Specs/archive/26_series/26.204/:SRC26204
|
||||
DISTNAME= amrwb-${DISTVERSIONFULL}
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${SRC26204}:SRC26204
|
||||
DIST_SUBDIR= ${PORTNAME}
|
||||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
@ -19,15 +19,15 @@ LICENSE_COMB= multi
|
|||
LICENSE_NAME_3GPP= 3GPP
|
||||
LICENSE_TEXT_3GPP= unclear legal status, probably need licenses from 3GPP and more
|
||||
LICENSE_PERMS_3GPP= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-accept
|
||||
LICENSE_DISTFILES_BSD3CLAUSE= ${DISTNAME}${EXTRACT_SUFX}
|
||||
LICENSE_DISTFILES_3GPP= ${SRC26204}
|
||||
LICENSE_DISTFILES_BSD3CLAUSE= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
USES= gmake tar:bzip2 libtool
|
||||
USES= autoreconf gmake tar:bzip2 libtool
|
||||
USE_LDCONFIG= yes
|
||||
PORTDOCS= AUTHORS COPYING ChangeLog NEWS README TODO readme.txt
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
SUB_FILES= pkg-message
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
TIMESTAMP = 1632279600
|
||||
SHA256 (libamrwb/amrwb-11.0.0.0.tar.bz2) = 5caf59b14480b0cd2a7babb8be472c4af39ff4c7c95f1278116557049a4dd5dc
|
||||
SIZE (libamrwb/amrwb-11.0.0.0.tar.bz2) = 240170
|
||||
SHA256 (libamrwb/26204-b00.zip) = c885c44483fd4502d354ec9656f2cdc0469050015052f8f3ecc1d5e08c869fec
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
3GPP released reference implementation of 3GPP AMR Adaptive Multi-Rate -
|
||||
Wideband (AMR-WB) Speech Codec (3GPP TS 26.204).
|
||||
|
||||
http://www.3gpp.org/ftp/Specs/html-info/26204.htm
|
||||
https://www.3gpp.org/ftp/Specs/html-info/26204.htm
|
||||
|
||||
This package converts 3GPP TS 26.204 reference implementation of AMR-WB to a
|
||||
shared library.
|
||||
|
|
Loading…
Add table
Reference in a new issue