diff --git a/libs/gdk-pixbuf/Makefile b/libs/gdk-pixbuf/Makefile index 65ec280..0b916ce 100644 --- a/libs/gdk-pixbuf/Makefile +++ b/libs/gdk-pixbuf/Makefile @@ -1,23 +1,26 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gdk-pixbuf -PKG_VERSION:=2.42.12 +PKG_VERSION:=2.44.6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNOME/$(PKG_NAME)/$(basename $(PKG_VERSION)) -PKG_HASH:=b9505b3445b9a7e48ced34760c3bcb73e966df3ac94c95a148cb669ab748e3c7 +PKG_HASH:=140c2d0b899fcf853ee92b26373c9dc228dbcde0820a4246693f4328a27466fa PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=LGPL-2.1-or-later PKG_LICENSE_FILES:=COPYING PKG_CPE_ID:=cpe:/a:gnome:gdk-pixbuf +PKG_BUILD_DEPENDS:=glib2/host + include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/meson.mk MESON_ARGS += \ - -Dgtk_doc=false \ + -Ddocumentation=false \ + -Dglycin=disabled \ -Dinstalled_tests=false \ -Dman=false \ -Dtests=false @@ -60,5 +63,4 @@ define Package/libgdk-pixbuf/install $(CP) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/lib/ endef -$(eval $(call HostBuild)) $(eval $(call BuildPackage,libgdk-pixbuf)) diff --git a/libs/gdk-pixbuf/patches/100-no-gi-docgen.patch b/libs/gdk-pixbuf/patches/100-no-gi-docgen.patch index 49119a7..4d1aa30 100644 --- a/libs/gdk-pixbuf/patches/100-no-gi-docgen.patch +++ b/libs/gdk-pixbuf/patches/100-no-gi-docgen.patch @@ -1,10 +1,11 @@ --- a/meson.build +++ b/meson.build -@@ -399,7 +399,7 @@ endif +@@ -447,7 +447,8 @@ else + endif # Documentation - build_docs = get_option('gtk_doc') or get_option('docs') -subdir('docs') ++build_docs = false +# subdir('docs') if not meson.is_cross_build()