From cfde7723114b9cd5b9683c5a1d815d20681a4e67 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 4 May 2013 18:39:25 +0200 Subject: [PATCH] v4l-utils: update to 0.9.5. --- srcpkgs/v4l-utils/template | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/srcpkgs/v4l-utils/template b/srcpkgs/v4l-utils/template index 6f802922e42..27a3b277aab 100644 --- a/srcpkgs/v4l-utils/template +++ b/srcpkgs/v4l-utils/template @@ -1,35 +1,30 @@ # Template file for 'v4l-utils' pkgname=v4l-utils -version=0.8.9 -revision=2 -makedepends="which libjpeg-turbo-devel libsysfs-devel qt-devel libstdc++-devel" +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 " homepage="http://freshmeat.net/projects/libv4l" license="GPL-2, LGPL-2.1" distfiles="http://linuxtv.org/downloads/$pkgname/$pkgname-$version.tar.bz2" -checksum=3e5511c252b3c320d0b03418f7ee19b42d00ed0871c6b525779007416e46d08e +checksum=6c9f1be981d5763069e0969ebe426c39da5a7d738865367e390e3b486f1b502c -do_build() { - sed -i 's|CFLAGS :=|CFLAGS ?=|' Make.rules - make PREFIX=/usr ${makejobs} -} - -do_install() { - make PREFIX=/usr DESTDIR=${DESTDIR} install +post_install() { rm -f ${DESTDIR}/usr/bin/ivtv-ctl chmod 0755 ${DESTDIR}/usr/lib/libv4l - - vmkdir usr/lib - mv ${DESTDIR}/lib/* ${DESTDIR}/usr/lib } v4l-utils-devel_package() { depends="libjpeg-turbo-devel libsysfs-devel v4l-utils>=${version}" - short_desc="${short_desc} - development files" + short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig + vmove "usr/lib/*.a" } } @@ -46,7 +41,6 @@ v4l-utils_package() { depends="sysfsutils" conf_files="/etc/rc_maps.cfg" pkg_install() { - vmove etc - vmove usr + vmove all } }