[Lunar-commits] <moonbase-other> SDL2_gfx: adding to moonbase, does not conflict with its brother

Dennis Veatch dennisveatch at bellsouth.net
Wed Oct 22 13:02:53 CEST 2014


commit f7c9fc7fdae55c4cf44d6a00ed8868645098fbcf
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Wed, 22 Oct 2014 07:02:33 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/f7c9fc7fdae55c4cf44d6a00ed8868645098fbcf

SDL2_gfx: adding to moonbase, does not conflict with its brother
---
  graphics/SDL2_gfx/DEPENDS | +1/-0     
  graphics/SDL2_gfx/DETAILS | +20/-0    
  2 files changed, 21 insertions(+)

--- /dev/null
+++ b/graphics/SDL2_gfx/DEPENDS
@@ -0,0 +1 @@
+depends  SDL
--- /dev/null
+++ b/graphics/SDL2_gfx/DETAILS
@@ -0,0 +1,20 @@
+         MODULE=SDL2_gfx
+        VERSION=1.0.1
+         SOURCE=$MODULE-$VERSION.tar.gz
+     SOURCE_URL=http://www.ferzkopp.net/Software/SDL2_gfx/
+     SOURCE_VFY=sha1:a136873b71a8c00c0233db26e0c1dad9629b4209
+       WEB_SITE=http://www.ferzkopp.net/joomla/content/view/19/14
+        ENTERED=20141007
+        UPDATED=20141007
+          SHORT="High quality graphics library"
+
+cat << EOF
+The SDL_gfx library offers several components: Graphic Primitives,
+Rotozoomer, Framerate control, and MMX image filters. The Primitives
+component provides basic drawing routines: pixels, hlines, vlines,
+lines, aa-lines, rectangles, circles, ellipses, polygons, and an 8x8
+pixmap font for drawing onto any SDL Surface. Full alpha blending,
+hardware surface locking, and all surface depths are supported. The
+Rotozoomer can use interpolation for high quality output.
+EOF
+




More information about the Lunar-commits mailing list