[csw-devel] SF.net SVN: gar:[9303] csw/mgar/pkg

hson at users.sourceforge.net hson at users.sourceforge.net
Sun Mar 21 21:45:43 CET 2010


Revision: 9303
          http://gar.svn.sourceforge.net/gar/?rev=9303&view=rev
Author:   hson
Date:     2010-03-21 20:45:39 +0000 (Sun, 21 Mar 2010)

Log Message:
-----------
libgdiplus: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/libgdiplus/
    csw/mgar/pkg/libgdiplus/branches/
    csw/mgar/pkg/libgdiplus/tags/
    csw/mgar/pkg/libgdiplus/trunk/
    csw/mgar/pkg/libgdiplus/trunk/Makefile
    csw/mgar/pkg/libgdiplus/trunk/checksums
    csw/mgar/pkg/libgdiplus/trunk/files/


Property changes on: csw/mgar/pkg/libgdiplus/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/libgdiplus/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libgdiplus/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libgdiplus/trunk/Makefile	2010-03-21 20:45:39 UTC (rev 9303)
@@ -0,0 +1,47 @@
+GARNAME = libgdiplus
+GARVERSION = 2.6
+CATEGORIES = lib
+
+DESCRIPTION = Mono library that provide a GDI+ comptible API
+define BLURB
+  Mono is a comprehensive open source development platform based on the .NET
+  framework that allows developers to build Linux and cross-platform
+  applications with unprecedented productivity. Mono's .NET implementation is
+  based on the ECMA standards for C# and  the Common Language Infrastructure.
+endef
+
+MASTER_SITES = http://ftp.novell.com/pub/mono/sources/mono/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.bz2 
+
+#PATCHFILES += Makefile.in.patch
+#PATCHFILES += configure.patch
+#PATCHFILES += metafile.c.patch
+#PATCHFILES += win32structs.h.patch
+
+RUNTIME_DEP_PKGS_CSWlibgdiplus += CSWfconfig
+RUNTIME_DEP_PKGS_CSWlibgdiplus += CSWftype2
+RUNTIME_DEP_PKGS_CSWlibgdiplus += CSWggettextrt
+RUNTIME_DEP_PKGS_CSWlibgdiplus += CSWglib2
+RUNTIME_DEP_PKGS_CSWlibgdiplus += CSWjpeg
+RUNTIME_DEP_PKGS_CSWlibgdiplus += CSWlibcairo
+RUNTIME_DEP_PKGS_CSWlibgdiplus += CSWlibexif
+RUNTIME_DEP_PKGS_CSWlibgdiplus += CSWlibx11
+RUNTIME_DEP_PKGS_CSWlibgdiplus += CSWlibxrender
+RUNTIME_DEP_PKGS_CSWlibgdiplus += CSWpango
+RUNTIME_DEP_PKGS_CSWlibgdiplus += CSWpng
+RUNTIME_DEP_PKGS_CSWlibgdiplus += CSWtiff
+RUNTIME_DEP_PKGS_CSWlibgdiplus += CSWgcc4corert
+
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+EXTRA_INC = $(prefix)/X11/include
+EXTRA_LIB = $(prefix)/X11/lib
+EXTRA_PKG_CONFIG_DIRS = $(prefix)/X11/lib
+
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --with-pango
+
+TEST_TARGET = check
+
+GARCOMPILER = GCC4
+include gar/category.mk

Added: csw/mgar/pkg/libgdiplus/trunk/checksums
===================================================================
--- csw/mgar/pkg/libgdiplus/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/libgdiplus/trunk/checksums	2010-03-21 20:45:39 UTC (rev 9303)
@@ -0,0 +1,5 @@
+6833fe18e7e46f410c21703bcfac6bb1  Makefile.in.patch
+031e8a24073fd02ee1e16e87a63ebcc0  configure.patch
+9107b4429fdafde914bd23405544c58d  libgdiplus-2.6.tar.bz2
+4b842f78ffee7766f0d686a214fe8760  metafile.c.patch
+c20e300bf2b5c5d657ba679bc1d1ddf9  win32structs.h.patch


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list