v4l-utils: update to 1.22.1.

This commit is contained in:
John 2021-12-27 14:58:41 +01:00
parent ae597f587d
commit 14a6549d99

View file

@ -1,7 +1,7 @@
# Template file for 'v4l-utils'
pkgname=v4l-utils
version=1.20.0
revision=2
version=1.22.1
revision=1
build_style=gnu-configure
configure_args="--disable-qv4l2 --with-udevdir=/usr/lib/udev"
hostmakedepends="automake libtool pkg-config gettext-devel"
@ -10,9 +10,9 @@ makedepends="libjpeg-turbo-devel libsysfs-devel eudev-libudev-devel alsa-lib-dev
short_desc="Userspace tools and libraries for Video 4 Linux"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="http://freshmeat.net/projects/libv4l"
distfiles="http://linuxtv.org/downloads/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=956118713f7ccb405c55c7088a6a2490c32d54300dd9a30d8d5008c28d3726f7
homepage="https://linuxtv.org/"
distfiles="https://linuxtv.org/downloads/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=65c6fbe830a44ca105c443b027182c1b2c9053a91d1e72ad849dfab388b94e31
conf_files="/etc/rc_maps.cfg"
case "$XBPS_TARGET_MACHINE" in
@ -34,7 +34,7 @@ v4l-utils-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/*.a
vmove usr/lib/*.so
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}
}