comparison src/glib.mk @ 4291:436a81e04861

glib: update to v2.48.1 * src/glib.mk: update version, checksum * src/mingw-glib-1-fixes.patch: update patch
author John D
date Sun, 25 Dec 2016 18:51:46 -0500
parents 13be64f9f16d
children d5a5b8e659de
comparison
equal deleted inserted replaced
4290:c85991d2fed4 4291:436a81e04861
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := glib 4 PKG := glib
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 2.36.3 6 $(PKG)_VERSION := 2.48.1
7 $(PKG)_CHECKSUM := aafba69934b9ba77cc8cb0e5d8105aa1d8463eba 7 $(PKG)_CHECKSUM := d59b6daf51dff21c6327734a99f1fb6c5328bcf9
8 $(PKG)_SUBDIR := glib-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := glib-$($(PKG)_VERSION)
9 $(PKG)_FILE := glib-$($(PKG)_VERSION).tar.xz 9 $(PKG)_FILE := glib-$($(PKG)_VERSION).tar.xz
10 $(PKG)_URL := http://ftp.gnome.org/pub/gnome/sources/glib/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE) 10 $(PKG)_URL := http://ftp.gnome.org/pub/gnome/sources/glib/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE)
11 $(PKG)_DEPS := gettext pcre libiconv zlib libffi dbus 11 $(PKG)_DEPS := gettext pcre libiconv zlib libffi dbus
12 12
52 --with-pcre=system \ 52 --with-pcre=system \
53 --with-libiconv=gnu \ 53 --with-libiconv=gnu \
54 --disable-inotify \ 54 --disable-inotify \
55 --disable-modular-tests \ 55 --disable-modular-tests \
56 PKG_CONFIG='$(MXE_PKG_CONFIG)' \ 56 PKG_CONFIG='$(MXE_PKG_CONFIG)' \
57 PKG_CONFIG_PATH='$(HOST_LIBDIR)/pkgconfig' 57 PKG_CONFIG_PATH='$(PKG_CONFIG_PATH)'
58 58
59 $(MAKE) -C '$(1)' -j '$(JOBS)' 59 $(MAKE) -C '$(1)' -j '$(JOBS)'
60 $(MAKE) -C '$(1)' -j 1 install 60 $(MAKE) -C '$(1)' -j 1 install
61 endef 61 endef
62 62