mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
vdpauinfo: update to 1.5
This commit is contained in:
parent
934d16a039
commit
1244ec58ad
1 changed files with 8 additions and 5 deletions
|
@ -1,17 +1,20 @@
|
||||||
# Template file for 'vdpauinfo'
|
# Template file for 'vdpauinfo'
|
||||||
pkgname=vdpauinfo
|
pkgname=vdpauinfo
|
||||||
_glhash=8f047eac351672cc4316724edb6ad2b2
|
version=1.5
|
||||||
version=1.4
|
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config automake"
|
||||||
makedepends="libvdpau-devel"
|
makedepends="libvdpau-devel"
|
||||||
short_desc="Command line utility for querying the capabilities of a VDPAU device"
|
short_desc="Command line utility for querying the capabilities of a VDPAU device"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://freedesktop.org/wiki/Software/VDPAU/"
|
homepage="https://freedesktop.org/wiki/Software/VDPAU/"
|
||||||
distfiles="https://gitlab.freedesktop.org/vdpau/vdpauinfo/uploads/${_glhash}/vdpauinfo-${version}.tar.gz"
|
distfiles="https://gitlab.freedesktop.org/vdpau/vdpauinfo/-/archive/${version}/vdpauinfo-${version}.tar.gz"
|
||||||
checksum=40188bc5671c139e58330dbcac2a6ced0064485cb4cdf368558feca17d7922a0
|
checksum=1878d54f6732d02cedef8eabe77e23fc2239b4ec202612403a383f4140a17bc3
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue