diff options
author | Boris Nagaev <bnagaev@gmail.com> | 2015-09-05 19:17:03 (GMT) |
---|---|---|
committer | Boris Nagaev <bnagaev@gmail.com> | 2015-09-05 19:28:28 (GMT) |
commit | 24cf97dbdd62ece0ea0b39cf33694a8804352bd1 (patch) | |
tree | 32d099841ee66bddfeca3aaff35501ea20460672 /src/pango.mk | |
parent | f6d1be7d4538ecc5d9fd7dab89ac1708f8d44c05 (diff) | |
download | mxe-24cf97dbdd62ece0ea0b39cf33694a8804352bd1.zip mxe-24cf97dbdd62ece0ea0b39cf33694a8804352bd1.tar.gz mxe-24cf97dbdd62ece0ea0b39cf33694a8804352bd1.tar.bz2 |
update pango to 1.37.4
Remove patches:
* the patch disabling DllMain in pango-utils.c
(There is no DllMain pango-utils.c in pango 1.37.4)
* the patch disabling forced shared build for win32
(Can't find this code in configure.ac; also the build is'not
forced to be shared, so it is Ok to remove the patch)
* patches related to modules (there are no more eodules)
Fix patches with changed context
Diffstat (limited to 'src/pango.mk')
-rw-r--r-- | src/pango.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pango.mk b/src/pango.mk index a387cef..555270d 100644 --- a/src/pango.mk +++ b/src/pango.mk @@ -3,8 +3,8 @@ PKG := pango $(PKG)_IGNORE := -$(PKG)_VERSION := 1.36.1 -$(PKG)_CHECKSUM := 8800fc023f0be07190b2a6708af4f064568a4710 +$(PKG)_VERSION := 1.37.4 +$(PKG)_CHECKSUM := 2a863d0585f8b6b2d3ac0e323936c1d7a299b23a $(PKG)_SUBDIR := pango-$($(PKG)_VERSION) $(PKG)_FILE := pango-$($(PKG)_VERSION).tar.xz $(PKG)_URL := http://ftp.gnome.org/pub/gnome/sources/pango/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE) |