Revision: 27150
          http://sourceforge.net/p/gar/code/27150
Author:   jake_goerzen
Date:     2025-01-19 22:31:51 +0000 (Sun, 19 Jan 2025)
Log Message:
-----------
sdl2gfx: initial commit at version 1.0.4

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

Added: csw/mgar/pkg/sdl2gfx/Makefile
===================================================================
--- csw/mgar/pkg/sdl2gfx/Makefile                               (rev 0)
+++ csw/mgar/pkg/sdl2gfx/Makefile       2025-01-19 22:31:51 UTC (rev 27150)
@@ -0,0 +1,2 @@
+%:
+       $(MAKE) -C trunk $*

Index: csw/mgar/pkg/sdl2gfx/trunk
===================================================================
--- csw/mgar/pkg/sdl2gfx/trunk  2025-01-19 12:56:09 UTC (rev 27149)
+++ csw/mgar/pkg/sdl2gfx/trunk  2025-01-19 22:31:51 UTC (rev 27150)

Property changes on: csw/mgar/pkg/sdl2gfx/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/sdl2gfx/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sdl2gfx/trunk/Makefile                         (rev 0)
+++ csw/mgar/pkg/sdl2gfx/trunk/Makefile 2025-01-19 22:31:51 UTC (rev 27150)
@@ -0,0 +1,39 @@
+NAME = SDL2_gfx
+VERSION = 1.0.4
+GARTYPE = v2
+
+DESCRIPTION = Drawing and graphical effects extension for SDL2
+define BLURB
+  The SDL2_gfx library is an extension to the SDL2 library which provides 
basic antialiased drawing routines such as lines, circles or polygons, an 
interpolating rotozoomer for SDL2 surfaces, framerate control and MMX image 
filters.
+endef
+
+MASTER_SITES = https://sourceforge.net/projects/sdl2gfx/files/
+DISTFILES  = $(DISTNAME).tar.gz
+
+GARCOMPILER = GNU
+
+PACKAGES += CSWlibsdl2gfx1-0-0
+CATALOGNAME_CSWlibsdl2gfx1-0-0 = libsdl2gfx1_0_0
+PKGFILES_CSWlibsdl2gfx1-0-0 += $(call 
baseisadirs,$(libdir),libSDL2_gfx-1\.0\.so\.0\.0\.2)
+PKGFILES_CSWlibsdl2gfx1-0-0 += $(call 
baseisadirs,$(libdir),libSDL2_gfx-1\.0\.so\.0(\.\d+)*)
+SPKG_DESC_CSWlibsdl2gfx1-0-0 += $(DESCRIPTION), libSDL2_gfx-1.0.so.0
+
+PACKAGES += CSWlibsdl2gfx-dev
+CATALOGNAME_CSWlibsdl2gfx-dev = libsdl2gfx_dev
+SPKG_DESC_CSWlibsdl2gfx-dev += $(DESCRIPTION), development files
+PKGFILES_CSWlibsdl2gfx-dev += /opt/csw/lib/libSDL_gfx.so
+PKGFILES_CSWlibsdl2gfx-dev += $(PKGFILES_DEVEL)
+
+RUNTIME_DEP_PKGS_CSWlibsdl2gfx1-0-0 += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibsdl2gfx1-0-0 += CSWlibsdl2-2-0-0
+
+RUNTIME_DEP_PKGS_CSWlibsdl2gfx-dev += CSWlibsdl2gfx1-0-0
+
+BUILD64_LIBS_ONLY = 1
+
+CONFIGURE_ARGS = $(DIRPATHS) --disable-static
+CONFIGURE_ARGS_sparc = --disable-mmx
+CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(GARCH))
+
+include gar/category.mk
+


Property changes on: csw/mgar/pkg/sdl2gfx/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/sdl2gfx/trunk/checksums
===================================================================
--- csw/mgar/pkg/sdl2gfx/trunk/checksums                                (rev 0)
+++ csw/mgar/pkg/sdl2gfx/trunk/checksums        2025-01-19 22:31:51 UTC (rev 
27150)
@@ -0,0 +1 @@
+15f9866c6464ca298f28f62fe5b36d9f  SDL2_gfx-1.0.4.tar.gz

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

Reply via email to