mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +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'
|
# Template file for 'mediainfo'
|
||||||
pkgname=mediainfo
|
pkgname=mediainfo
|
||||||
version=18.08
|
version=18.08.1
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="MediaInfo"
|
wrksrc=MediaInfo
|
||||||
|
configure_args="--with-wx-config=wx-config-gtk3"
|
||||||
hostmakedepends="automake libtool pkg-config"
|
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')"
|
depends="$(vopt_if GUI 'desktop-file-utils hicolor-icon-theme')"
|
||||||
short_desc="Display technical and tag data for video and audio files"
|
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"
|
license="BSD-2-Clause"
|
||||||
homepage="https://mediaarea.net/MediaInfo"
|
homepage="https://mediaarea.net/MediaInfo"
|
||||||
distfiles="https://mediaarea.net/download/source/${pkgname}/${version}/${pkgname}_${version}.tar.xz"
|
distfiles="https://mediaarea.net/download/source/${pkgname}/${version}/${pkgname}_${version}.tar.xz"
|
||||||
checksum=36a554b475b113b0ab87675a23d802f34c7d82dee54b9099516d58c75f868b50
|
checksum=49773d0b13cb13818a7727b59f0124186fd96b3ffd22a6402ccf082c3f6b0267
|
||||||
replaces="mediainfo-gui>=0"
|
replaces="mediainfo-gui>=0"
|
||||||
|
|
||||||
build_options="CLI GUI"
|
build_options="CLI GUI"
|
||||||
|
|
Loading…
Add table
Reference in a new issue