forked from pool/SDL_gfx
Accepting request 22000 from games
Copy from games/SDL_gfx based on submit request 22000 from user prusnak OBS-URL: https://build.opensuse.org/request/show/22000 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL_gfx?expand=0&rev=9
This commit is contained in:
parent
b8bcb23350
commit
11f26efdd6
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 14:52:23 CEST 2009 - prusnak@suse.cz
|
||||
|
||||
- fix provides and obsoletes [bnc#544957]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 20 15:55:09 CEST 2009 - prusnak@suse.cz
|
||||
|
||||
|
97
SDL_gfx.spec
97
SDL_gfx.spec
@ -23,7 +23,7 @@ BuildRequires: libSDL-devel
|
||||
Url: http://www.ferzkopp.net/Software/SDL_gfx-2.0/
|
||||
Summary: SDL Graphics Routines for Primitives and Other Support Functions
|
||||
Version: 2.0.19
|
||||
Release: 2
|
||||
Release: 3
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
License: LGPL v2.1 or later
|
||||
Group: System/Libraries
|
||||
@ -57,7 +57,7 @@ Summary: SDL Graphics Routines for Primitives and Other Support Functions
|
||||
Group: System/Libraries
|
||||
License: LGPL v2.1 or later
|
||||
Provides: SDL_gfx = %{version}
|
||||
Obsoletes: SDL_gfx < %{version}
|
||||
Obsoletes: SDL_gfx <= %{version}
|
||||
|
||||
%description -n libSDL_gfx13
|
||||
The SDL_gfx library evolved out of the SDL_gfxPrimitives code which
|
||||
@ -88,7 +88,7 @@ Summary: Libraries, includes and more to develop SDL_gfx applications
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libSDL_gfx13 = %{version} libSDL-devel pkgconfig
|
||||
Provides: SDL_gfx-devel = %{version}
|
||||
Obsoletes: SDL_gfx-devel < %{version}
|
||||
Obsoletes: SDL_gfx-devel <= %{version}
|
||||
|
||||
%description -n libSDL_gfx-devel
|
||||
The SDL_gfx library evolved out of the SDL_gfxPrimitives code which
|
||||
@ -143,94 +143,3 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/SDL_gfx.pc
|
||||
|
||||
%changelog
|
||||
* Wed May 20 2009 prusnak@suse.cz
|
||||
- follow Shared Library Policy
|
||||
* Tue May 19 2009 prusnak@suse.cz
|
||||
- updated to 2.0.19
|
||||
* gcc43 compiler patch for asm code in image filters
|
||||
* off-by-one hline patch for 1byte indexed surfaces
|
||||
* update acinclude.m4 from SDL-1.2 and moved # serial in file
|
||||
* applied patch to add pkg-config support for SDL_gfx
|
||||
* changed configure.in INTERFACE_AGE and BINARY_AGE
|
||||
* fixed zoom XY-flip code and made it available for all modes
|
||||
in zoom and rotations
|
||||
* fixed edge issue on interpolated rotozoom modes
|
||||
* updated TestRotozoom custom test mode, added delay parameter
|
||||
* added tests which include flipping, included negative rotation
|
||||
* update libtool files
|
||||
* updated Makefile.mingw
|
||||
- updated to 2.0.18
|
||||
* libtool update for dependencies
|
||||
* fix uninitialised variables in _putPixelAlpha()
|
||||
* reverted to original alpha routine in _putPixelAlpha()
|
||||
* added colorkey handling patch to rotozoom
|
||||
* downgraded optimization to -O for asm compatibility with gcc4
|
||||
* Wed Feb 25 2009 crrodriguez@suse.de
|
||||
- remove static libraries and "la" files
|
||||
- correct -devel package dependencies
|
||||
* Fri Jun 13 2008 sndirsch@suse.de
|
||||
- update to release 2.0.17
|
||||
* hline/vline clipping and swap-logic fixed
|
||||
* clipping box dimension check added and clipping-checks optimized
|
||||
* TestFonts program updated
|
||||
* Updated documentation on cross-compilation, AMD64
|
||||
* Fixed circleColor overdraw
|
||||
* Added arcColor routine
|
||||
* Added polygonColorMT and polygonTextureMT routines
|
||||
* Updated 32bit alpha blending routine
|
||||
* Sun Nov 18 2007 sndirsch@suse.de
|
||||
- disable use of MMX on i386 to fix build with gcc 4.3
|
||||
* Tue Feb 06 2007 sndirsch@suse.de
|
||||
- updated to release 2.0.16
|
||||
* updated config.sub to newer version
|
||||
* added custom RGBA blitter function that sets/maintains target
|
||||
alpha
|
||||
* added setAlpha function that sets alpha values in 32bit
|
||||
surfaces
|
||||
* added TextGfxBlit testprogram for new functions
|
||||
* Fixed C++ type in .h files (thanks Olivier)
|
||||
* Update some text in README and .spec file
|
||||
* Removed broken Uint filter routines from test program
|
||||
* "Cosmetic" changes to test programs and Automake.am
|
||||
* Sat Dec 23 2006 sndirsch@suse.de
|
||||
- updated to release 2.0.15
|
||||
* bugfixes in 32bit _putPixelAlpha/filledRectAlpha (thanks CISC)
|
||||
* various bugfixes in return value generation and return (thanks CISC)
|
||||
* lock font-surface before using it (thanks CISC)
|
||||
* fix some breakage in non-MMX filter routines (thanks CISC)
|
||||
* fix typo in TestABGR (thanks CISC)
|
||||
* fix double buffer flipping in Tets programs (thanks CISC)
|
||||
* fixed microversion in .h
|
||||
* fixed texturePolygon inverted bug
|
||||
* fixed wrong surface use in test 21 of TestRotozoom
|
||||
* added pitch handling in font surface (thanks CISC)
|
||||
* Wed Dec 20 2006 sndirsch@suse.de
|
||||
- updated to release 2.0.14
|
||||
* added texturedPolygon routine to library (thanks Jees)
|
||||
* changed iterator condition in aaellipse to add some overdraw
|
||||
to smooth circle
|
||||
* added ShrinkImage routine to rotozoom code
|
||||
* added TestABGR Test program (bug in SDL_gfx or SDL??)
|
||||
* improved TestImageFilter program (bug in Uint filters)
|
||||
* changed .so versioning from .so.13.0.0 to .so.0.0.14
|
||||
(best is to remove all old libs before installing)
|
||||
* added updated MacOSX ProjectBuilder file (thanks Brian)
|
||||
* added info on MacOSX 10.3 build
|
||||
* added mingw (on cygwin) makefile (thanks Brian)
|
||||
* added Dev-Cpp makefile (thanks Sebastian)
|
||||
* removed some unused variables from gfx and rotozoom code
|
||||
(thanks Thi)
|
||||
* fixed a non-critical typecast mistake (thanks Thi)
|
||||
* converted all C++ comments to C comments in SDL_imageFilter
|
||||
- random.diff:
|
||||
* fixed fatal build warnings for returning random data in a function
|
||||
* Thu Sep 14 2006 nadvornik@suse.cz
|
||||
- fixed Requires of devel subpackage [#192736]
|
||||
* Fri Mar 10 2006 bk@suse.de
|
||||
- SDL_gfx-devel: add libstdc++, gcc and gpm to Requires (.la check)
|
||||
* Mon Jan 30 2006 ro@suse.de
|
||||
- added gcc-c++ to BuildRequires
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Sun Aug 14 2005 sndirsch@suse.de
|
||||
- created package; useful e.g. for building lincity-ng
|
||||
|
@ -1 +1,3 @@
|
||||
libSDL_gfx13
|
||||
provides "SDL_gfx-<targettype> = <version>"
|
||||
obsoletes "SDL_gfx-<targettype> <= <version>"
|
||||
|
Loading…
Reference in New Issue
Block a user