From 5d1efa75b8c053ab567b7136b4fbcc925dc88ca5 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 6 Oct 2018 08:59:55 -0300 Subject: [PATCH] qv4l2: update to 1.16.0. --- srcpkgs/qv4l2/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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