v4l-utils: update to 1.6.2.
This commit is contained in:
parent
ef71cbc5a8
commit
a00731629d
|
@ -786,6 +786,7 @@ libv4l2.so.0 v4l-utils-0.8.5_1
|
||||||
libv4lconvert.so.0 v4l-utils-0.8.5_1
|
libv4lconvert.so.0 v4l-utils-0.8.5_1
|
||||||
libv4l1.so.0 v4l-utils-0.8.5_1
|
libv4l1.so.0 v4l-utils-0.8.5_1
|
||||||
libv4l2rds.so.0 v4l-utils-1.2.1_1
|
libv4l2rds.so.0 v4l-utils-1.2.1_1
|
||||||
|
libdvbv5.so.0 v4l-utils-1.6.2_1
|
||||||
libclutter-gst-1.0.so.0 clutter-gst-1.5.4_1
|
libclutter-gst-1.0.so.0 clutter-gst-1.5.4_1
|
||||||
libmx-1.0.so.2 mx-1.4.3_1_1
|
libmx-1.0.so.2 mx-1.4.3_1_1
|
||||||
libmx-gtk-1.0.so.0 mx-1.4.3_1_1
|
libmx-gtk-1.0.so.0 mx-1.4.3_1_1
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'v4l-utils'
|
# Template file for 'v4l-utils'
|
||||||
pkgname=v4l-utils
|
pkgname=v4l-utils
|
||||||
version=1.2.1
|
version=1.6.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-qv4l2 --with-udevdir=/usr/lib/udev"
|
configure_args="--disable-qv4l2 --with-udevdir=/usr/lib/udev"
|
||||||
hostmakedepends="libtool which pkg-config"
|
hostmakedepends="libtool pkg-config"
|
||||||
makedepends="libjpeg-turbo-devel libsysfs-devel"
|
makedepends="libjpeg-turbo-devel libsysfs-devel"
|
||||||
conf_files="/etc/rc_maps.cfg"
|
conf_files="/etc/rc_maps.cfg"
|
||||||
short_desc="Userspace tools and libraries for Video 4 Linux"
|
short_desc="Userspace tools and libraries for Video 4 Linux"
|
||||||
|
@ -12,14 +12,14 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://freshmeat.net/projects/libv4l"
|
homepage="http://freshmeat.net/projects/libv4l"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
distfiles="http://linuxtv.org/downloads/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="http://linuxtv.org/downloads/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
checksum=9b658fbcaaf8127115316e07fea314aebc21dd6dc3491cd8753a768521c4b9af
|
checksum=d3d6eb1f0204fb11f3d318bfca35d5f73cc077f88fac7665a47856a16496be7d
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
libtoolize -f
|
libtoolize -f
|
||||||
}
|
}
|
||||||
|
|
||||||
v4l-utils-devel_package() {
|
v4l-utils-devel_package() {
|
||||||
depends="libjpeg-turbo-devel libsysfs-devel ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Reference in New Issue