From 19db9ba403fd9c52c6c259cc7c874de9c44de40b Mon Sep 17 00:00:00 2001 From: Saksham Verma Date: Mon, 18 Nov 2024 19:29:09 +0530 Subject: [PATCH] vdpauinfo: update to 1.5 --- srcpkgs/vdpauinfo/template | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/srcpkgs/vdpauinfo/template b/srcpkgs/vdpauinfo/template index 9b71a655a935ac..3f04246eafb5b4 100644 --- a/srcpkgs/vdpauinfo/template +++ b/srcpkgs/vdpauinfo/template @@ -1,17 +1,20 @@ # Template file for 'vdpauinfo' pkgname=vdpauinfo -_glhash=8f047eac351672cc4316724edb6ad2b2 -version=1.4 +version=1.5 revision=1 build_style=gnu-configure -hostmakedepends="pkg-config" +hostmakedepends="pkg-config automake" makedepends="libvdpau-devel" short_desc="Command line utility for querying the capabilities of a VDPAU device" maintainer="Orphaned " license="MIT" homepage="https://freedesktop.org/wiki/Software/VDPAU/" -distfiles="https://gitlab.freedesktop.org/vdpau/vdpauinfo/uploads/${_glhash}/vdpauinfo-${version}.tar.gz" -checksum=40188bc5671c139e58330dbcac2a6ced0064485cb4cdf368558feca17d7922a0 +distfiles="https://gitlab.freedesktop.org/vdpau/vdpauinfo/-/archive/${version}/vdpauinfo-${version}.tar.gz" +checksum=1878d54f6732d02cedef8eabe77e23fc2239b4ec202612403a383f4140a17bc3 + +pre_configure() { + autoreconf -fi +} post_install() { vlicense COPYING