mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
audio/faac: Update to 1.31
Development has moved to GitHub. https://github.com/knik0/faac/releases/tag/faac-1.31
This commit is contained in:
parent
66eb90b675
commit
f309943541
3 changed files with 17 additions and 14 deletions
|
@ -1,27 +1,25 @@
|
|||
PORTNAME= faac
|
||||
DISTVERSION= 1.30
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
DISTVERSION= 1.31
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-${DISTVERSION}/
|
||||
DISTNAME= ${PORTNAME}-${DISTVERSION:S/./_/g}
|
||||
|
||||
MAINTAINER= multimedia@FreeBSD.org
|
||||
COMMENT= MPEG-2 and MPEG-4 AAC audio encoder
|
||||
WWW= https://www.audiocoding.com/
|
||||
WWW= https://github.com/knik0/faac
|
||||
|
||||
LICENSE= GPLv2 LGPL21+ ISO
|
||||
LICENSE_COMB= multi
|
||||
LICENSE= GPLv3+ ISO LGPL21+
|
||||
LICENSE_COMB= multi
|
||||
LICENSE_NAME_ISO= ISO/IEC14496
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
LICENSE_FILE_ISO= ${WRKSRC}/README
|
||||
LICENSE_PERMS_ISO= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
|
||||
USES= autoreconf compiler:c11 gmake libtool
|
||||
USES= autoreconf compiler:c11 gmake libtool pathfix
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= knik0
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1697885383
|
||||
SHA256 (faac-1_30.tar.gz) = adc387ce588cca16d98c03b6ec1e58f0ffd9fc6eadb00e254157d6b16203b2d2
|
||||
SIZE (faac-1_30.tar.gz) = 241750
|
||||
TIMESTAMP = 1740809415
|
||||
SHA256 (knik0-faac-faac-1.31_GH0.tar.gz) = 92894e3205ca7fbb0b0d38161ae94c9e884efe5af65886e5ad60eb1a318c78f1
|
||||
SIZE (knik0-faac-faac-1.31_GH0.tar.gz) = 243888
|
||||
|
|
|
@ -5,4 +5,9 @@ lib/libfaac.a
|
|||
lib/libfaac.so
|
||||
lib/libfaac.so.0
|
||||
lib/libfaac.so.0.0.0
|
||||
lib/libfaac_drm.a
|
||||
lib/libfaac_drm.so
|
||||
lib/libfaac_drm.so.0
|
||||
lib/libfaac_drm.so.0.0.0
|
||||
libdata/pkgconfig/faac.pc
|
||||
share/man/man1/faac.1.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue