Revision: 25625
http://sourceforge.net/p/gar/code/25625
Author: jake_goerzen
Date: 2016-03-21 22:08:57 +0000 (Mon, 21 Mar 2016)
Log Message:
-----------
sdlgfx/trunk: initial commit
Added Paths:
-----------
csw/mgar/pkg/sdlgfx/
csw/mgar/pkg/sdlgfx/Makefile
csw/mgar/pkg/sdlgfx/branches/
csw/mgar/pkg/sdlgfx/tags/
csw/mgar/pkg/sdlgfx/trunk/
csw/mgar/pkg/sdlgfx/trunk/Makefile
csw/mgar/pkg/sdlgfx/trunk/checksums
csw/mgar/pkg/sdlgfx/trunk/files/
Added: csw/mgar/pkg/sdlgfx/Makefile
===================================================================
--- csw/mgar/pkg/sdlgfx/Makefile (rev 0)
+++ csw/mgar/pkg/sdlgfx/Makefile 2016-03-21 22:08:57 UTC (rev 25625)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Index: csw/mgar/pkg/sdlgfx/trunk
===================================================================
--- csw/mgar/pkg/sdlgfx/trunk 2016-03-21 10:01:58 UTC (rev 25624)
+++ csw/mgar/pkg/sdlgfx/trunk 2016-03-21 22:08:57 UTC (rev 25625)
Property changes on: csw/mgar/pkg/sdlgfx/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/sdlgfx/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sdlgfx/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/sdlgfx/trunk/Makefile 2016-03-21 22:08:57 UTC (rev 25625)
@@ -0,0 +1,35 @@
+NAME = SDL_gfx
+VERSION = 2.0.25
+GARTYPE = v2
+
+DESCRIPTION = Drawing and graphical effects extension for SDL
+define BLURB
+ The SDL_gfx library is an extension to the SDL library which provides basic
antialiased drawing routines such as lines, circles or polygons, an
interpolating rotozoomer for SDL surfaces, framerate control and MMX image
filters.
+endef
+
+MASTER_SITES = http://www.ferzkopp.net/Software/SDL_gfx-2.0/
+DISTFILES = $(DISTNAME).tar.gz
+
+GARCOMPILER = GNU
+
+PACKAGES += CSWlibsdl-gfx15
+CATALOGNAME_CSWlibsdl-gfx15 = libsdl_gfx15
+PKGFILES_CSWlibsdl-gfx15 += $(call
baseisadirs,$(libdir),libSDL_gfx\.so\.15\.9\.1)
+PKGFILES_CSWlibsdl-gfx15 += $(call
baseisadirs,$(libdir),libSDL_gfx\.so\.15(\.\d+)*)
+SPKG_DESC_CSWlibsdl-gfx15 += $(DESCRIPTION), libSDL_gfx.so.15
+
+PACKAGES += CSWlibsdl-gfx15-dev
+CATALOGNAME_CSWlibsdl-gfx15-dev = libsdl_gfx15_dev
+SPKG_DESC_CSWlibsdl-gfx15-dev += $(DESCRIPTION), development files
+PKGFILES_CSWlibsdl-gfx15-dev += /opt/csw/lib/libSDL_gfx.so
+PKGFILES_CSWlibsdl-gfx15-dev += $(PKGFILES_DEVEL)
+
+RUNTIME_DEP_PKGS_CSWlibsdl-gfx15 += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibsdl-gfx15 += CSWlibsdl1-2-0
+
+RUNTIME_DEP_PKGS_CSWlibsdl-gfx15-dev += CSWlibsdl-gfx15
+
+CONFIGURE_ARGS = $(DIRPATHS) --disable-mmx
+
+include gar/category.mk
+
Property changes on: csw/mgar/pkg/sdlgfx/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/sdlgfx/trunk/checksums
===================================================================
--- csw/mgar/pkg/sdlgfx/trunk/checksums (rev 0)
+++ csw/mgar/pkg/sdlgfx/trunk/checksums 2016-03-21 22:08:57 UTC (rev 25625)
@@ -0,0 +1 @@
+ea24ed4b82ff1304809c363494fa8e16 SDL_gfx-2.0.25.tar.gz
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.