mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
mediainfo: update to 18.08.1.
This commit is contained in:
parent
bea64b9b5f
commit
5d7c9f044b
1 changed files with 7 additions and 6 deletions
|
@ -1,17 +1,18 @@
|
|||
# Template file for 'mediainfo'
|
||||
pkgname=mediainfo
|
||||
version=18.08
|
||||
revision=2
|
||||
wrksrc="MediaInfo"
|
||||
version=18.08.1
|
||||
revision=1
|
||||
wrksrc=MediaInfo
|
||||
configure_args="--with-wx-config=wx-config-gtk3"
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
makedepends="libmediainfo-devel zlib-devel $(vopt_if GUI wxWidgets-devel)"
|
||||
makedepends="libmediainfo-devel zlib-devel $(vopt_if GUI wxWidgets-gtk3-devel)"
|
||||
depends="$(vopt_if GUI 'desktop-file-utils hicolor-icon-theme')"
|
||||
short_desc="Display technical and tag data for video and audio files"
|
||||
maintainer="Georg Schabel <gescha@posteo.de>"
|
||||
maintainer="John <johnz@posteo.net>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://mediaarea.net/MediaInfo"
|
||||
distfiles="https://mediaarea.net/download/source/${pkgname}/${version}/${pkgname}_${version}.tar.xz"
|
||||
checksum=36a554b475b113b0ab87675a23d802f34c7d82dee54b9099516d58c75f868b50
|
||||
checksum=49773d0b13cb13818a7727b59f0124186fd96b3ffd22a6402ccf082c3f6b0267
|
||||
replaces="mediainfo-gui>=0"
|
||||
|
||||
build_options="CLI GUI"
|
||||
|
|
Loading…
Add table
Reference in a new issue