8b856396d3
Closes: #11570 [via git-merge-pr]
37 lines
1.1 KiB
Bash
37 lines
1.1 KiB
Bash
# Template file for 'v4l-utils'
|
|
pkgname=v4l-utils
|
|
version=1.14.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--sbindir=/usr/bin --disable-qv4l2 --with-udevdir=/usr/lib/udev"
|
|
hostmakedepends="automake libtool pkg-config gettext-devel"
|
|
makedepends="libjpeg-turbo-devel libsysfs-devel eudev-libudev-devel alsa-lib-devel"
|
|
conf_files="/etc/rc_maps.cfg"
|
|
short_desc="Userspace tools and libraries for Video 4 Linux"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://freshmeat.net/projects/libv4l"
|
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
|
distfiles="http://linuxtv.org/downloads/$pkgname/$pkgname-$version.tar.bz2"
|
|
checksum=e6b962c4b1253cf852c31da13fd6b5bb7cbe5aa9e182881aec55123bae680692
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
*-musl) makedepends+=" argp-standalone"
|
|
CFLAGS="-D__off_t=off_t -D__off64_t=off_t"
|
|
LDFLAGS="-largp"
|
|
;;
|
|
esac
|
|
|
|
pre_configure() {
|
|
autoreconf -if
|
|
}
|
|
|
|
v4l-utils-devel_package() {
|
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/lib/*.a
|
|
vmove usr/lib/*.so
|
|
}
|
|
}
|