# Template file for 'qv4l2' pkgname=qv4l2 version=1.22.1 revision=1 build_style=gnu-configure configure_args="--enable-qv4l2 --with-udevdir=/usr/lib/udev" hostmakedepends="perl pkg-config clang" makedepends="alsa-lib-devel libjpeg-turbo-devel libsysfs-devel qt5-devel" depends="desktop-file-utils hicolor-icon-theme" short_desc="Qt v4l2 control panel application" maintainer="Orphaned " 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=65c6fbe830a44ca105c443b027182c1b2c9053a91d1e72ad849dfab388b94e31 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-devel" LDFLAGS="-lpthread" fi CFLAGS="-Wno-error=unused-function -fcommon" case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" argp-standalone" CFLAGS+=" -D__off_t=off_t -D__off64_t=off_t -Du_int32_t=uint32_t" LDFLAGS+=" -largp" ;; esac do_install() { cd utils/qv4l2 make DESTDIR=${DESTDIR} install }