From a07d778d832e3385ef173e33c5d2f72dfcbd0039 Mon Sep 17 00:00:00 2001 From: triallax Date: Sat, 17 Jun 2023 17:48:52 +0100 Subject: [PATCH] libheif: move thumbnailer to tools subpackage. The thumbnailer uses the `heif-thumbnailer` binary, which is in libheif-tools. --- srcpkgs/libheif/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/libheif/template b/srcpkgs/libheif/template index 2056a8d8d49161..63e4e4fb531302 100644 --- a/srcpkgs/libheif/template +++ b/srcpkgs/libheif/template @@ -1,7 +1,7 @@ # Template file for 'libheif' pkgname=libheif version=1.16.2 -revision=1 +revision=2 build_style=cmake makedepends="libjpeg-turbo-devel libpng-devel libde265-devel x265-devel libaom-devel" @@ -28,5 +28,6 @@ libheif-tools_package() { pkg_install() { vmove usr/bin vmove usr/share/man + vmove usr/share/thumbnailers } }