summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-01-29 09:34:30 +0000
committerMike Frysinger <vapier@gentoo.org>2004-01-29 09:34:30 +0000
commit5e6040f149e5e7b86af4c055d5bd1719a274df59 (patch)
tree96fdaed211f670ee2f8f1788d8ea3db3dd4d0127 /media-libs/sdl-gfx
parentadd alsa patch #39109 (diff)
downloadgentoo-2-5e6040f149e5e7b86af4c055d5bd1719a274df59.tar.gz
gentoo-2-5e6040f149e5e7b86af4c055d5bd1719a274df59.tar.bz2
gentoo-2-5e6040f149e5e7b86af4c055d5bd1719a274df59.zip
hppa luvin
Diffstat (limited to 'media-libs/sdl-gfx')
-rw-r--r--media-libs/sdl-gfx/metadata.xml22
-rw-r--r--media-libs/sdl-gfx/sdl-gfx-2.0.10.ebuild4
2 files changed, 19 insertions, 7 deletions
diff --git a/media-libs/sdl-gfx/metadata.xml b/media-libs/sdl-gfx/metadata.xml
index 8d6d6588c1b9..71195a1e8908 100644
--- a/media-libs/sdl-gfx/metadata.xml
+++ b/media-libs/sdl-gfx/metadata.xml
@@ -1,9 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer>
-<email>games@gentoo.org</email>
-<name>Games Team</name>
-</maintainer>
+<herd>games</herd>
+<longdescription>
+SDL graphics drawing primitives and other support functions
+The SDL_gfx library evolved out of the SDL_gfxPrimitives code which provided basic drawing
+routines such as lines, circles or polygons and SDL_rotozoom which implemented a
+interpolating rotozoomer for SDL surfaces.
+
+The current components of the SDL_gfx library are:
+
+ * Graphic Primitives (SDL_gfxPrimitves.h)
+ * Rotozoomer (SDL_rotozoom.h)
+ * Framerate control (SDL_framerate.h)
+ * MMX image filters (SDL_imageFilter.h)
+
+The library is backwards compatible to the above mentioned code. Its is written in plain C
+and can be used in C++ code.
+</longdescription>
</pkgmetadata>
diff --git a/media-libs/sdl-gfx/sdl-gfx-2.0.10.ebuild b/media-libs/sdl-gfx/sdl-gfx-2.0.10.ebuild
index 18148945d854..77920d71fa22 100644
--- a/media-libs/sdl-gfx/sdl-gfx-2.0.10.ebuild
+++ b/media-libs/sdl-gfx/sdl-gfx-2.0.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.10.ebuild,v 1.4 2004/01/19 11:31:49 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.10.ebuild,v 1.5 2004/01/29 09:33:26 vapier Exp $
inherit flag-o-matic
@@ -10,9 +10,9 @@ DESCRIPTION="Graphics drawing primitives library for SDL"
HOMEPAGE="http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/index.html"
SRC_URI="http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/${MY_P}.tar.gz"
-KEYWORDS="x86 ~ppc ~sparc ~alpha ~amd64"
LICENSE="LGPL-2.1"
SLOT="0"
+KEYWORDS="x86 ~ppc ~sparc ~alpha hppa ~amd64"
IUSE="mmx"
DEPEND=">=media-libs/libsdl-1.2"