From dd961976f9a8833eff22ddf5edf49235e5229ad9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 30 Aug 2025 16:16:31 +0700 Subject: [PATCH] imagescan: for boost-1.89 --- srcpkgs/imagescan/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/imagescan/template b/srcpkgs/imagescan/template index 9a522d3ffd5..c32f7287978 100644 --- a/srcpkgs/imagescan/template +++ b/srcpkgs/imagescan/template @@ -1,15 +1,16 @@ # Template file for 'imagescan' pkgname=imagescan version=3.65.0 -revision=7 +revision=8 build_style=gnu-configure configure_args="--libexecdir=/usr/lib --with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib + --with-boost-system=c --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" hostmakedepends="ImageMagick pkg-config sane" makedepends="boost-devel-minimal libboost_program_options libboost_filesystem - libboost_iostreams libboost_system libboost_unit_test_framework + libboost_iostreams libboost_unit_test_framework eudev-libudev-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"