[Lunar-commits] <moonbase-other> libgdiplus: version bump
v4hn
me at v4hn.de
Mon Oct 6 18:45:34 CEST 2014
commit 65eedb5181f33f618235ecac2858002f15f38bfe
Author: v4hn <me at v4hn.de>
Date: Mon, 06 Oct 2014 18:45:08 +0200
URL: https://github.com/lunar-linux/moonbase-other/commit/65eedb5181f33f618235ecac2858002f15f38bfe
libgdiplus: version bump
The old version didn't survive the libpng bump
---
mono/libgdiplus/DETAILS | +5/-5
mono/libgdiplus/PRE_BUILD | +1/-3
2 files changed, 6 insertions(+), 8 deletions(-)
--- a/mono/libgdiplus/DETAILS
+++ b/mono/libgdiplus/DETAILS
@@ -1,15 +1,15 @@
MODULE=libgdiplus
- VERSION=2.10.9
- SOURCE=$MODULE-$VERSION.tar.bz2
+ VERSION=3.8
+ SOURCE=$MODULE-$VERSION.tar.gz
# taken from https://github.com/gentoo/dotnet/tree/master/dev-dotnet/libgdiplus/files
- SOURCE2=$MODULE-$VERSION-giflib-quantizebuffer.patch.gz
+ SOURCE2=$MODULE-2.10.9-giflib-quantizebuffer.patch.gz
SOURCE_URL=http://download.mono-project.com/sources/$MODULE
SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha1:5e127b818d9af032928c7f7cfba812c1231a8478
+ SOURCE_VFY=sha256:6a3cfb4a1b67dd09197c385bacb8654f8d7ff49499f39c57825e1a8f77e69b28
SOURCE2_VFY=sha1:40b2de84e01dfe6c89272ccfb898fdeb854911d7
WEB_SITE=http://www.mono-project.com
ENTERED=20020801
- UPDATED=20130801
+ UPDATED=20141006
SHORT="A library that implements System.Drawing for Mono"
cat << EOF
--- a/mono/libgdiplus/PRE_BUILD
+++ b/mono/libgdiplus/PRE_BUILD
@@ -1,5 +1,3 @@
default_pre_build &&
-patch_it $SOURCE2 1 &&
-
-sedit 's:\(testgdi_LDADD = \).*:\1 $(LDADDS) -lglib-2.0 -lX11:' tests/Makefile.in
+patch_it $SOURCE2 1
More information about the Lunar-commits
mailing list