2019-06-11 23:45:46 +02:00
|
|
|
# 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
|
2020-04-15 10:47:40 +00:00
|
|
|
# Depends on: brotli curl cyrus-sasl e2fsprogs glib gnutls keyutils libffi libgmp libidn2 libmms libpcre libpsl libtasn1 libunistring libzen nettle openldap openssl p11-kit rtmpdump zlib
|
2019-06-11 23:45:46 +02:00
|
|
|
|
|
|
|
name=libmediainfo
|
2020-04-04 12:41:21 +00:00
|
|
|
version=20.03
|
2019-06-11 23:45:46 +02:00
|
|
|
release=1
|
|
|
|
source=(https://mediaarea.net/download/source/libmediainfo/$version/libmediainfo_$version.tar.xz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd MediaInfoLib/Project/GNU/Library
|
|
|
|
./autogen.sh
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
--enable-shared \
|
|
|
|
--disable-static \
|
|
|
|
--with-libcurl \
|
|
|
|
--with-libmms
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|