mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
v4l-utils: update to 1.24.1.
This commit is contained in:
parent
b48a1c2506
commit
2f36b757a9
1 changed files with 5 additions and 8 deletions
|
@ -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 <orphan@voidlinux.org>"
|
||||
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue