File SDL_gfx.changes of Package SDL_gfx
1
-------------------------------------------------------------------
2
Mon Nov 11 03:49:34 UTC 2013 - jengelh@inai.de
3
4
- Update to new upstream release 2.0.25
5
* Unspecified bugfixes related to MMX support, _aaline,
6
SDL_gfxBlitFunc.h, 32-bit RGBA blending function and pixel
7
blend routine
8
- Set RPM groups to the same values as on the main SDL packages
9
- Own /usr/include/SDL as well
10
11
-------------------------------------------------------------------
12
Wed Feb 22 17:16:10 UTC 2012 - jreidinger@suse.com
13
14
- update to version 2.0.23
15
* Updated sources to resolve some splint (static code analysis)
16
issues
17
* Updates for OpenSDK (WinCE6/ARM) build target (patch contributed
18
itsnotabigtruck)
19
* Added OSX Xcode3+ template files to Other Builds collection
20
(contributed by Vasyl)
21
* Added various fixes and improvements contributed by folks on
22
sourceforge (thanks contributors).
23
* Switched library and test code to zlib license.
24
- fix self obsoletion
25
26
-------------------------------------------------------------------
27
Fri Sep 16 18:21:15 UTC 2011 - jengelh@medozas.de
28
29
- Add libSDL_gfx-devel to baselibs
30
- Remove redundant tags/sections
31
32
-------------------------------------------------------------------
33
Sat Jul 2 14:51:35 UTC 2011 - jengelh@medozas.de
34
35
- Use %_smp_mflags for parallel building
36
- Strip %clean section (not needed on BS)
37
38
-------------------------------------------------------------------
39
Mon Feb 21 16:30:00 CET 2011 - tzotsos@opensuse.org
40
41
- Updated to version 2.0.22
42
* Fixed line width calculation for normal and textured polygons
43
(patch contributed by Daniel (SupSuper)
44
* Fixed version setup in configure.in
45
* Added rounded rectangle and rounded box primitives
46
* Updated test program for roundedbox + left/right-click support
47
* Fixed pie calculation (line-case detection, end-angle clipping)
48
* Updated DLL_EXPORT handling and added WIN64 test
49
(patch contributed by tigerfishdaisy)
50
* Added thick line primitive based on Murphy's algorithm
51
52
-------------------------------------------------------------------
53
Wed Jan 27 02:38:07 CET 2010 - jengelh@medozas.de
54
55
- package baselibs.conf
56
57
-------------------------------------------------------------------
58
Wed Oct 7 14:52:23 CEST 2009 - prusnak@suse.cz
59
60
- fix provides and obsoletes [bnc#544957]
61
62
-------------------------------------------------------------------
63
Wed May 20 15:55:09 CEST 2009 - prusnak@suse.cz
64
65
- follow Shared Library Policy
66
67
-------------------------------------------------------------------
68
Tue May 19 13:29:53 CEST 2009 - prusnak@suse.cz
69
70
- updated to 2.0.19
71
* gcc43 compiler patch for asm code in image filters
72
* off-by-one hline patch for 1byte indexed surfaces
73
* update acinclude.m4 from SDL-1.2 and moved # serial in file
74
* applied patch to add pkg-config support for SDL_gfx
75
* changed configure.in INTERFACE_AGE and BINARY_AGE
76
* fixed zoom XY-flip code and made it available for all modes
77
in zoom and rotations
78
* fixed edge issue on interpolated rotozoom modes
79
* updated TestRotozoom custom test mode, added delay parameter
80
* added tests which include flipping, included negative rotation
81
* update libtool files
82
* updated Makefile.mingw
83
84
- updated to 2.0.18
85
* libtool update for dependencies
86
* fix uninitialised variables in _putPixelAlpha()
87
* reverted to original alpha routine in _putPixelAlpha()
88
* added colorkey handling patch to rotozoom
89
* downgraded optimization to -O for asm compatibility with gcc4
90
91
-------------------------------------------------------------------
92
Wed Feb 25 15:56:44 CET 2009 - crrodriguez@suse.de
93
94
- remove static libraries and "la" files
95
- correct -devel package dependencies
96
97
-------------------------------------------------------------------
98
Fri Jun 13 10:58:20 CEST 2008 - sndirsch@suse.de
99
100
- update to release 2.0.17
101
* hline/vline clipping and swap-logic fixed
102
* clipping box dimension check added and clipping-checks optimized
103
* TestFonts program updated
104
* Updated documentation on cross-compilation, AMD64
105
* Fixed circleColor overdraw
106
* Added arcColor routine
107
* Added polygonColorMT and polygonTextureMT routines
108
* Updated 32bit alpha blending routine
109
110
-------------------------------------------------------------------
111
Sun Nov 18 13:27:14 CET 2007 - sndirsch@suse.de
112
113
- disable use of MMX on i386 to fix build with gcc 4.3
114
115
-------------------------------------------------------------------
116
Tue Feb 6 17:12:51 CET 2007 - sndirsch@suse.de
117
118
- updated to release 2.0.16
119
* updated config.sub to newer version
120
* added custom RGBA blitter function that sets/maintains target
121
alpha
122
* added setAlpha function that sets alpha values in 32bit
123
surfaces
124
* added TextGfxBlit testprogram for new functions
125
* Fixed C++ type in .h files (thanks Olivier)
126
* Update some text in README and .spec file
127
* Removed broken Uint filter routines from test program
128
* "Cosmetic" changes to test programs and Automake.am
129
130
-------------------------------------------------------------------
131
Sat Dec 23 10:49:43 CET 2006 - sndirsch@suse.de
132
133
- updated to release 2.0.15
134
* bugfixes in 32bit _putPixelAlpha/filledRectAlpha (thanks CISC)
135
* various bugfixes in return value generation and return (thanks CISC)
136
* lock font-surface before using it (thanks CISC)
137
* fix some breakage in non-MMX filter routines (thanks CISC)
138
* fix typo in TestABGR (thanks CISC)
139
* fix double buffer flipping in Tets programs (thanks CISC)
140
* fixed microversion in .h
141
* fixed texturePolygon inverted bug
142
* fixed wrong surface use in test 21 of TestRotozoom
143
* added pitch handling in font surface (thanks CISC)
144
145
-------------------------------------------------------------------
146
Wed Dec 20 11:12:52 CET 2006 - sndirsch@suse.de
147
148
- updated to release 2.0.14
149
* added texturedPolygon routine to library (thanks Jees)
150
* changed iterator condition in aaellipse to add some overdraw
151
to smooth circle
152
* added ShrinkImage routine to rotozoom code
153
* added TestABGR Test program (bug in SDL_gfx or SDL??)
154
* improved TestImageFilter program (bug in Uint filters)
155
* changed .so versioning from .so.13.0.0 to .so.0.0.14
156
(best is to remove all old libs before installing)
157
* added updated MacOSX ProjectBuilder file (thanks Brian)
158
* added info on MacOSX 10.3 build
159
* added mingw (on cygwin) makefile (thanks Brian)
160
* added Dev-Cpp makefile (thanks Sebastian)
161
* removed some unused variables from gfx and rotozoom code
162
(thanks Thi)
163
* fixed a non-critical typecast mistake (thanks Thi)
164
* converted all C++ comments to C comments in SDL_imageFilter
165
- random.diff:
166
* fixed fatal build warnings for returning random data in a function
167
168
-------------------------------------------------------------------
169
Thu Sep 14 16:13:30 CEST 2006 - nadvornik@suse.cz
170
171
- fixed Requires of devel subpackage [#192736]
172
173
-------------------------------------------------------------------
174
Fri Mar 10 14:15:41 CET 2006 - bk@suse.de
175
176
- SDL_gfx-devel: add libstdc++, gcc and gpm to Requires (.la check)
177
178
-------------------------------------------------------------------
179
Mon Jan 30 12:18:15 CET 2006 - ro@suse.de
180
181
- added gcc-c++ to BuildRequires
182
183
-------------------------------------------------------------------
184
Wed Jan 25 21:33:56 CET 2006 - mls@suse.de
185
186
- converted neededforbuild to BuildRequires
187
188
-------------------------------------------------------------------
189
Sun Aug 14 13:42:34 CEST 2005 - sndirsch@suse.de
190
191
- created package; useful e.g. for building lincity-ng
192
193