qv4l2: update to 1.0.1.
This commit is contained in:
parent
df7d899e67
commit
f3d662cdf8
|
@ -1 +0,0 @@
|
||||||
v4l-utils
|
|
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'qv4l2'
|
||||||
|
pkgname=qv4l2
|
||||||
|
version=1.0.1
|
||||||
|
revision=1
|
||||||
|
wrksrc="v4l-utils-${version}"
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--enable-qv4l2 --with-udevdir=/usr/lib/udev"
|
||||||
|
hostmakedepends="libtool which pkg-config"
|
||||||
|
makedepends="libjpeg-turbo-devel libsysfs-devel qt-devel hicolor-icon-theme desktop-file-utils"
|
||||||
|
depends="hicolor-icon-theme desktop-file-utils"
|
||||||
|
short_desc="QT v4l2 control panel application"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
homepage="http://freshmeat.net/projects/libv4l"
|
||||||
|
license="GPL-2, LGPL-2.1"
|
||||||
|
distfiles="http://linuxtv.org/downloads/v4l-utils/v4l-utils-${version}.tar.bz2"
|
||||||
|
checksum=fc0132e82a18dfad9619be3abf50c206e2f449b1c14440cde36f25874fdce7df
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
libtoolize -f
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
cd utils/qv4l2
|
||||||
|
make DESTDIR=${DESTDIR} install
|
||||||
|
}
|
Loading…
Reference in New Issue