46 lines
1.1 KiB
Text
46 lines
1.1 KiB
Text
# Template file for 'v4l-utils'
|
|
pkgname=v4l-utils
|
|
version=0.9.5
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--with-udevdir=/usr/lib/udev"
|
|
hostmakedepends="which pkg-config"
|
|
makedepends="libjpeg-turbo-devel libsysfs-devel qt-devel"
|
|
short_desc="Userspace tools and libraries for Video 4 Linux"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://freshmeat.net/projects/libv4l"
|
|
license="GPL-2, LGPL-2.1"
|
|
distfiles="http://linuxtv.org/downloads/$pkgname/$pkgname-$version.tar.bz2"
|
|
checksum=6c9f1be981d5763069e0969ebe426c39da5a7d738865367e390e3b486f1b502c
|
|
|
|
post_install() {
|
|
rm -f ${DESTDIR}/usr/bin/ivtv-ctl
|
|
chmod 0755 ${DESTDIR}/usr/lib/libv4l
|
|
}
|
|
|
|
v4l-utils-devel_package() {
|
|
depends="libjpeg-turbo-devel libsysfs-devel v4l-utils>=${version}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.a"
|
|
}
|
|
}
|
|
|
|
qv4l2_package() {
|
|
short_desc="QT v4l2 control panel application"
|
|
pkg_install() {
|
|
vmove usr/bin/qv4l2
|
|
vmove usr/share/applications
|
|
vmove usr/share/icons
|
|
}
|
|
}
|
|
|
|
v4l-utils_package() {
|
|
depends="sysfsutils"
|
|
conf_files="/etc/rc_maps.cfg"
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|