1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] This copyright note is auto-generated by scripts/Create-CopyPatch.
4 [COPY] T2 SDE: package/*/libsdl2_gfx/libsdl2_gfx.desc
5 [COPY] Copyright (C) 2004 - 2021 The T2 SDE Project
6 [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project
8 [COPY] More information can be found in the files COPYING and README.
10 [COPY] This program is free software; you can redistribute it and/or modify
11 [COPY] it under the terms of the GNU General Public License as published by
12 [COPY] the Free Software Foundation; version 2 of the License. A copy of the
13 [COPY] GNU General Public License can be found in the file COPYING.
14 [COPY] --- T2-COPYRIGHT-NOTE-END ---
16 [I] A graphics primitive toolkit for SDL (Version 2)
18 [T] The SDL_gfx library evolved out of the SDL_gfxPrimitives code which
19 [T] provided basic drawing routines such as lines, circles or polygons
20 [T] and SDL_rotozoom which implemented a interpolating rotozoomer for
23 [T] The current components of the SDL_gfx library are:
25 [T] - Graphic Primitives (SDL_gfxPrimitves.h)
26 [T] - Rotozoomer (SDL_rotozoom.h)
27 [T] - Framerate control (SDL_framerate.h)
28 [T] - MMX image filters (SDL_imageFilter.h)
30 [T] The library is backwards compatible to the above mentioned code. Its
31 [T] is written in plain C and can be used in C++ code.
33 [U] https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/
35 [A] Andreas Schiffler <aschiffler@sympatico.ca>
36 [M] The T2 Project <t2@t2-project.org>
44 [P] X -----5---9 208.300
46 [O] [ $arch = x86 ] && var_append confopt " " "--enable-mmx"
47 [O] [ $arch = x86 ] || var_append confopt " " "--disable-mmx"
49 [D] 149c79600c7c2da72647e3fbe9681ab0a4b0ce5c1ccca42c7f24d4ee SDL2_gfx-1.0.4.tar.gz http://www.ferzkopp.net/Software/SDL2_gfx/