diff --git a/srcpkgs/qv4l2/template b/srcpkgs/qv4l2/template index 8d6cb66e0b6..bbb6f9471be 100644 --- a/srcpkgs/qv4l2/template +++ b/srcpkgs/qv4l2/template @@ -1,6 +1,6 @@ # Template file for 'qv4l2' pkgname=qv4l2 -version=1.14.2 +version=1.16.0 revision=1 wrksrc="v4l-utils-${version}" build_style=gnu-configure @@ -13,11 +13,11 @@ maintainer="Juan RP " license="GPL-2.0-or-later, LGPL-2.1-or-later" homepage="https://linuxtv.org/" distfiles="https://linuxtv.org/downloads/v4l-utils/v4l-utils-${version}.tar.bz2" -checksum=e6b962c4b1253cf852c31da13fd6b5bb7cbe5aa9e182881aec55123bae680692 +checksum=f1b425584284bac378b76331c0671dc890bd7af49c03e8a6cc0c70e57eea0bad nocross="detects X11/GL support incorrectly" -if [ -n "$CROSS_BUILD" ]; then +if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-devel" LDFLAGS="-lpthread" fi