mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-25 10:40:21 +02:00
libheif: move thumbnailer to tools subpackage.
The thumbnailer uses the `heif-thumbnailer` binary, which is in libheif-tools.
This commit is contained in:
parent
6d237c72e1
commit
2d357541ec
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue