mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 11:03:06 +02:00
libheif: add gdk pixbuf loader.
This commit is contained in:
parent
6971a4577d
commit
32577a563f
2 changed files with 11 additions and 1 deletions
1
srcpkgs/libheif-pixbuf-loader
Symbolic link
1
srcpkgs/libheif-pixbuf-loader
Symbolic link
|
@ -0,0 +1 @@
|
|||
libheif
|
|
@ -4,8 +4,9 @@ version=1.20.1
|
|||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTING=OFF"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libjpeg-turbo-devel libpng-devel libde265-devel x265-devel
|
||||
libaom-devel"
|
||||
libaom-devel gdk-pixbuf-devel"
|
||||
short_desc="ISO/IEC 23008-12:2017 HEIF file format decoder and encoder"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-3.0-or-later"
|
||||
|
@ -33,3 +34,11 @@ libheif-tools_package() {
|
|||
vmove usr/share/thumbnailers
|
||||
}
|
||||
}
|
||||
|
||||
libheif-pixbuf-loader_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - pixbuf loader"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/gdk-pixbuf-2.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue