From c4acc234f272c9ac371c3fa520e1ab5d36e82cb7 Mon Sep 17 00:00:00 2001 From: triallax Date: Mon, 24 Apr 2023 09:24:10 +0100 Subject: [PATCH] v4l-utils: update to 1.24.1. --- srcpkgs/v4l-utils/template | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/srcpkgs/v4l-utils/template b/srcpkgs/v4l-utils/template index bea4fccd0ada..aabfb8de79cf 100644 --- a/srcpkgs/v4l-utils/template +++ b/srcpkgs/v4l-utils/template @@ -1,18 +1,19 @@ # Template file for 'v4l-utils' pkgname=v4l-utils -version=1.22.1 +version=1.24.1 revision=1 build_style=gnu-configure configure_args="--disable-qv4l2 --with-udevdir=/usr/lib/udev" -hostmakedepends="automake libtool pkg-config gettext-devel" +hostmakedepends="perl pkg-config gettext-devel" makedepends="libjpeg-turbo-devel libsysfs-devel eudev-libudev-devel alsa-lib-devel libX11-devel" short_desc="Userspace tools and libraries for Video 4 Linux" maintainer="Orphaned " license="GPL-2.0-or-later, LGPL-2.1-or-later" homepage="https://linuxtv.org/" -distfiles="https://linuxtv.org/downloads/${pkgname}/${pkgname}-${version}.tar.bz2" -checksum=65c6fbe830a44ca105c443b027182c1b2c9053a91d1e72ad849dfab388b94e31 +changelog="https://git.linuxtv.org/v4l-utils.git/plain/ChangeLog" +distfiles="https://linuxtv.org/downloads/v4l-utils/v4l-utils-${version}.tar.bz2" +checksum=cbb7fe8a6307f5ce533a05cded70bb93c3ba06395ab9b6d007eb53b75d805f5b conf_files="/etc/rc_maps.cfg" case "$XBPS_TARGET_MACHINE" in @@ -24,10 +25,6 @@ esac CFLAGS+=" -fcommon" -pre_configure() { - autoreconf -if -} - v4l-utils-devel_package() { depends="${makedepends} ${sourcepkg}>=${version}_${revision}" short_desc+=" - development files"