mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 09:33:50 +02:00
qv4l2: update to 1.16.0.
This commit is contained in:
parent
2fc8f52f3c
commit
5d1efa75b8
1 changed files with 3 additions and 3 deletions
|
@ -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 <xtraeme@voidlinux.eu>"
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue