From a57dfe5334d6aa1e685b040a8ff67c69abd5a724 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 29 Jan 2004 09:33:26 +0000 Subject: hppa luvin --- media-libs/sdl-gfx/metadata.xml | 22 +++++++++++++++++----- media-libs/sdl-gfx/sdl-gfx-2.0.10.ebuild | 4 ++-- 2 files changed, 19 insertions(+), 7 deletions(-) (limited to 'media-libs/sdl-gfx') 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 @@ -no-herd - -games@gentoo.org -Games Team - +games + +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. + 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" -- cgit v1.2.3-65-gdbad