New Package: mediainfo-0.7.73
This commit is contained in:
parent
9d4bbee853
commit
0b2df10c6c
|
@ -2021,3 +2021,5 @@ libjreen-qt5.so.1 jreen-qt5-1.2.0_1
|
||||||
libtomahawk.so.0.8.4 tomahawk-qt5-0.8.4_3
|
libtomahawk.so.0.8.4 tomahawk-qt5-0.8.4_3
|
||||||
libtomahawk-playdarapi.so.0.8.4 tomahawk-qt5-0.8.4_3
|
libtomahawk-playdarapi.so.0.8.4 tomahawk-qt5-0.8.4_3
|
||||||
libtomahawk-widgets.so.0.8.4 tomahawk-qt5-0.8.4_3
|
libtomahawk-widgets.so.0.8.4 tomahawk-qt5-0.8.4_3
|
||||||
|
libzen.so.0 libzen-0.4.31_1
|
||||||
|
libmediainfo.so.0 libmediainfo-0.7.73_1
|
||||||
|
|
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'mediainfo'
|
||||||
|
# vim: set ft=sh:
|
||||||
|
|
||||||
|
pkgname=mediainfo
|
||||||
|
version=0.7.73
|
||||||
|
revision=1
|
||||||
|
short_desc="Display technical and tag data for video and audio files"
|
||||||
|
homepage="http://mediaarea.net/MediaInfo"
|
||||||
|
maintainer="Georg Schabel <gescha@posteo.de>"
|
||||||
|
license="BSD"
|
||||||
|
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}_${version}.tar.gz"
|
||||||
|
checksum=1fde5b2972d923f7f87c2b2e738e8a086603243770961b077cf558f9836e612e
|
||||||
|
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="automake libtool pkg-config"
|
||||||
|
makedepends="libmediainfo-devel libzen-devel zlib-devel"
|
||||||
|
depends="libmediainfo"
|
||||||
|
configure_args="--prefix=/usr"
|
||||||
|
create_wrksrc=yes
|
||||||
|
build_wrksrc="MediaInfo/Project/GNU/CLI"
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
Loading…
Reference in New Issue