d3fab5cce3
Version 20.03, 2020-04-03 ------------- + AC-4 full featured support (presentations, groups, substreams) + MPEG-H 3D Audio basic support + MPEG-TS: audio preselection descriptor support + Dolby Vision v2 detection + MPEG-4: support of colr/nclx (color information) box x URL encoding option fixes, permitting to use URL encoded or non URL encoded links x AAC: fix SBR frequency when in ADIF x DPX: ColorimetricSpecification and TransferCharacteristic were inverted x Several crash and memory leaks fixes
20 lines
637 B
Text
20 lines
637 B
Text
# $NetBSD: Makefile.common,v 1.9 2020/08/03 09:51:28 wiz Exp $
|
|
#
|
|
# used by multimedia/mediainfo/Makefile
|
|
# used by multimedia/libmediainfo/Makefile
|
|
|
|
MIVER= 20.03
|
|
|
|
DISTNAME= mediainfo_${MIVER}_AllInclusive
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://mediaarea.net/download/source/mediainfo/${MIVER}/
|
|
EXTRACT_SUFX= .7z
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://mediaarea.net/en/MediaInfo
|
|
COMMENT= Utility to supply technical info about audio and video
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../multimedia/mediainfo/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../multimedia/mediainfo/patches
|
|
|
|
WRKSRC= ${WRKDIR}/mediainfo_AllInclusive
|