libmediainfo: 22.09 -> 22.12

This commit is contained in:
Tim Biermann 2022-12-24 19:31:24 +00:00
parent c2bbc331be
commit 0b01890b15
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 10 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3+kiBLy/ssCv0Wj5h3YeCU7t2obTr4BOusbBKm7xFpVBPK+Z1fVidqk3J4SV2VeQMJc5T/8CMcx7/V4lYu0bNA4=
SHA256 (Pkgfile) = 0f8560c2ab4d3c694a5d249e300f4929b65248941466f61a10b4d74976309f0a
RWSagIOpLGJF30czFnfrbmaUWywVi57niEMRpuZ0m8+dFECA0lmtt8RpqFcuAA9Vzu7+HtTRk1SLFTm4r85TbDj4OKtplSkc7A8=
SHA256 (Pkgfile) = 43d3f7d05cf016d6b00efdaabd2f2047c618f2bab00e7437475ce881c4d5d949
SHA256 (.footprint) = 73cdfd6e9d921638301ec8125028af8c82b07bea78298e90ecd66352b5f6c54d
SHA256 (libmediainfo_22.09.tar.xz) = b394d48285730cda53a41f41c82fd5ebf074c7158e1d6d4543777bfde0aa6927
SHA256 (libmediainfo_22.12.tar.xz) = 0fc6d32f06d6ce5e144074d2e57e0db8dfa4e38e752d3123ada27ccaf89634bc

View File

@ -1,15 +1,20 @@
# Description: MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files
# URL: https://mediaarea.net/en/MediaInfo
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: libzen tinyxml
# Depends on: libmms libzen tinyxml
name=libmediainfo
version=22.09
version=22.12
release=1
source=(https://mediaarea.net/download/source/libmediainfo/$version/libmediainfo_$version.tar.xz)
build() {
cd MediaInfoLib/Project/GNU/Library
export CFLAGS="$CFLAGS -I/usr/include/libmms"
export CPPFLAGS="$CFLAGS"
export CXXFLAGS="$CFLAGS"
./autogen.sh
./configure --prefix=/usr \
--enable-shared \