aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorĐoàn Trần Công Danh <congdanhqx@gmail.com>2026-03-09 08:48:24 +0700
committerĐoàn Trần Công Danh <congdanhqx@gmail.com>2026-03-09 08:49:01 +0700
commit8105ee5f04d00d398fe9a434a5d315a244a24de4 (patch)
tree7d31720893a3e6d6f250303a15af224eab9c4cea
parentelement-desktop: fix icon installation (diff)
libopenraw: requires boost.unit_test_frameworkHEADmaster
Close #59271
-rw-r--r--srcpkgs/libopenraw/template3
1 files changed, 2 insertions, 1 deletions
diff --git a/srcpkgs/libopenraw/template b/srcpkgs/libopenraw/template
index aec294a1ea9..2c70aa1d67c 100644
--- a/srcpkgs/libopenraw/template
+++ b/srcpkgs/libopenraw/template
@@ -5,7 +5,8 @@ revision=3
build_style=gnu-configure
configure_args="--with-boost=${XBPS_CROSS_BASE}/usr"
hostmakedepends="pkg-config curl"
-makedepends="glib-devel gdk-pixbuf-devel boost-headers libxml2-devel libjpeg-turbo-devel"
+makedepends="glib-devel gdk-pixbuf-devel boost-devel-minimal
+ libxml2-devel libjpeg-turbo-devel"
short_desc="Library for camera RAW files decoding"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-3.0-or-later"