v4l-utils: update to 1.12.4.

This commit is contained in:
Juan RP 2017-05-07 08:58:00 +02:00
parent 94acd1de1d
commit ab5ad7b323

View file

@ -1,18 +1,18 @@
# Template file for 'v4l-utils'
pkgname=v4l-utils
version=1.12.3
version=1.12.4
revision=1
build_style=gnu-configure
configure_args="--sbindir=/usr/bin --disable-qv4l2 --with-udevdir=/usr/lib/udev"
hostmakedepends="automake libtool pkg-config gettext-devel"
makedepends="libjpeg-turbo-devel libsysfs-devel"
makedepends="libjpeg-turbo-devel libsysfs-devel eudev-libudev-devel alsa-lib-devel"
conf_files="/etc/rc_maps.cfg"
short_desc="Userspace tools and libraries for Video 4 Linux"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://freshmeat.net/projects/libv4l"
license="GPL-2, LGPL-2.1"
distfiles="http://linuxtv.org/downloads/$pkgname/$pkgname-$version.tar.bz2"
checksum=5a47dd6f0e7dfe902d94605c01d385a4a4e87583ff5856d6f181900ea81cf46e
checksum=96ee79b35c54c175f39c9303ab71c5e46f07b2ad688f4aaa64f11a1e3ad579cc
case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" argp-standalone"