diff --git a/srcpkgs/v4l-utils/template b/srcpkgs/v4l-utils/template index fd242e1434a..32594f8db06 100644 --- a/srcpkgs/v4l-utils/template +++ b/srcpkgs/v4l-utils/template @@ -1,12 +1,12 @@ # Template file for 'v4l-utils' pkgname=v4l-utils version=1.8.1 -revision=1 +revision=2 build_pie=yes build_style=gnu-configure configure_args="--sbindir=/usr/bin --disable-qv4l2 --with-udevdir=/usr/lib/udev" -hostmakedepends="libtool pkg-config" -makedepends="libjpeg-turbo-devel libsysfs-devel" +hostmakedepends="automake libtool pkg-config" +makedepends="gettext-devel libjpeg-turbo-devel libsysfs-devel" conf_files="/etc/rc_maps.cfg" short_desc="Userspace tools and libraries for Video 4 Linux" maintainer="Juan RP " @@ -23,7 +23,7 @@ case "$XBPS_TARGET_MACHINE" in esac pre_configure() { - libtoolize -f + autoreconf -if } v4l-utils-devel_package() {