imagescan: update to 3.42.0. (#604)

This commit is contained in:
cr6git 2018-07-03 22:34:51 +02:00 committed by GitHub
parent 0b630767bf
commit baae441df7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,24 +1,23 @@
# Template file for 'imagescan'
pkgname=imagescan
version=3.36.0
version=3.42.0
revision=1
wrksrc="utsushi-0.36.0"
wrksrc="utsushi-0.42.0"
build_style=gnu-configure
configure_args="--libexecdir=/usr/lib --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
--with-gtkmm --enable-sane-config --with-sane-confdir=/etc/sane.d --enable-udev-config
--with-udev-confdir=/usr/lib/udev --with-jpeg --with-magick --with-sane --with-tiff"
conf_files="/etc/utsushi/combo.conf"
mutable_files="/etc/sane.d/dll.d/utsushi"
hostmakedepends="pkg-config ImageMagick sane"
makedepends="boost boost-devel gtkmm2 gtkmm2-devel eudev-libudev-devel libusb-devel
bzip2-devel zlib-devel libjpeg-turbo-devel tiff-devel sane-devel"
hostmakedepends="ImageMagick pkg-config sane"
makedepends="boost-devel gtkmm2-devel libusb-devel sane-devel"
depends="ImageMagick"
short_desc="EPSON Image Scan v3 front-end and backend for scanners and all-in-ones"
maintainer="Giuseppe Fierro <gspe@ae-design.ws>"
license="GPL-3.0-or-later"
homepage="https://github.com/utsushi/imagescan"
homepage="https://gitlab.com/utsushi/imagescan/"
distfiles="http://support.epson.net/linux/src/scanner/imagescanv3/debian/${pkgname}_${version}.orig.tar.gz"
checksum=ba5a011999b5d7a06fad9ce43c6d54d40862ec53fa4751671792bdcd28e1eed2
checksum=24fde87d9ba8cc2411d6a7f157407f03304adfeede8ab7d4e55c64dd42c6d8b1
CFLAGS="-Wno-error"
CXXFLAGS="-Wno-error"