diff options
author | Mark Brand <mabrand@mabrand.nl> | 2011-09-18 21:42:25 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2011-09-18 21:42:25 (GMT) |
commit | 9e943586ae78569488a795fa14cd98d0efc681c4 (patch) | |
tree | 2651cf663f5d464a4e8b13a57a757581019f3fd3 /src/exiv2.mk | |
parent | 29788170ca0913532fbb4fa34cba051be27e270c (diff) | |
download | mxe-9e943586ae78569488a795fa14cd98d0efc681c4.zip mxe-9e943586ae78569488a795fa14cd98d0efc681c4.tar.gz mxe-9e943586ae78569488a795fa14cd98d0efc681c4.tar.bz2 |
update packages exiv2 gnutls imagemagick x264
Diffstat (limited to 'src/exiv2.mk')
-rw-r--r-- | src/exiv2.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/exiv2.mk b/src/exiv2.mk index 8197bda..6fc3af2 100644 --- a/src/exiv2.mk +++ b/src/exiv2.mk @@ -4,8 +4,8 @@ # Exiv2 PKG := exiv2 $(PKG)_IGNORE := -$(PKG)_VERSION := 0.21.1 -$(PKG)_CHECKSUM := d33e0efbad5d6a7af7f2e6d1d0beb6e7c941cfca +$(PKG)_VERSION := 0.22 +$(PKG)_CHECKSUM := 35211d853a986fe1b008fca14db090726e8dcce3 $(PKG)_SUBDIR := exiv2-$($(PKG)_VERSION) $(PKG)_FILE := exiv2-$($(PKG)_VERSION).tar.gz $(PKG)_WEBSITE := http://www.exiv2.org/ @@ -20,8 +20,6 @@ define $(PKG)_UPDATE endef define $(PKG)_BUILD - # rebuild configure script as one of the patches modifies configure.ac - $(MAKE) -C '$(1)/config' -f config.make # wine confuses the cross-compiling detection, so set it explicitly $(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure' cd '$(1)' && ./configure \ |