File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
packages/graphics/gdk-pixbuf Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 33# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
44
55PKG_NAME ="gdk-pixbuf"
6- PKG_VERSION ="2.43.2 "
7- PKG_SHA256 ="a386a85c74021fa62d22297db122d231cc68fdd342761fb978c446f73f2606dc "
6+ PKG_VERSION ="2.43.3 "
7+ PKG_SHA256 ="ed4c5d16346a5b4e95326731de9700fad70d03bbd2f9324732e6c94f42d869d7 "
88PKG_LICENSE ="OSS"
99PKG_SITE ="http://www.gtk.org/"
1010PKG_URL ="https://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/${PKG_VERSION:0:4}/gdk-pixbuf-${PKG_VERSION}.tar.xz"
11- PKG_DEPENDS_TARGET ="toolchain glib libjpeg-turbo libpng jasper shared-mime-info tiff"
11+ PKG_DEPENDS_TARGET ="toolchain glib glycin libjpeg-turbo libpng jasper shared-mime-info tiff"
1212PKG_DEPENDS_CONFIG ="shared-mime-info"
1313PKG_LONGDESC ="GdkPixbuf is a a GNOME library for image loading and manipulation."
1414
@@ -30,4 +30,6 @@ pre_configure_target() {
3030 if [ "${DISPLAYSERVER}" != "x11" ]; then
3131 PKG_MESON_OPTS_TARGET+ =" -Dbuiltin_loaders=all"
3232 fi
33+
34+ export PKG_CONFIG_PATH="$(get_install_dir glycin ) /usr/lib/pkgconfig :$(get_install_dir libseccomp ) /usr/lib/pkgconfig:${PKG_CONFIG_PATH}"
3335}
You can’t perform that action at this time.
0 commit comments