[MacSDK] Bump libgdiplus to latest (#4984)
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 7 Jun 2017 12:08:27 +0000 (14:08 +0200)
committerGitHub <noreply@github.com>
Wed, 7 Jun 2017 12:08:27 +0000 (14:08 +0200)
We were using a very old commit of libgdiplus. This brings in
the latest changes.

packaging/MacSDK/libgdiplus.py

index e40baac24a60de35f24de559a598a2f68e7ad6ab..bfb2c70ddbb74ec79e952a456fe2f6893be02da9 100644 (file)
@@ -1,8 +1,8 @@
 GitHubTarballPackage(
     'mono',
     'libgdiplus',
-    '2.11',
-    '4e7ab0f555a13a6b2f954c714c4ee5213954ff79',
+    '5.4',
+    '350eb49a45ca5a7383c01d49df72438347a5dbc9',
     configure='CFLAGS="%{gcc_flags} %{local_gcc_flags} -I/opt/X11/include" ./autogen.sh --prefix="%{package_prefix}"',
     override_properties={
         'make': 'C_INCLUDE_PATH="" make'})