This commit is contained in:
parent
b55e1ab77a
commit
01b5814f92
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d08d8477ff1c6639bc7193b76a415f996c98604600e9fa4e718fd4e9283f83f4
|
|
||||||
size 844309
|
|
3
SDL_gfx-2.0.19.tar.bz2
Normal file
3
SDL_gfx-2.0.19.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3f6f906d54f272b8a160efb01182886136536356672f4e914b8334585234b1c1
|
||||||
|
size 945457
|
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 19 13:29:53 CEST 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 15:56:44 CET 2009 - crrodriguez@suse.de
|
Wed Feb 25 15:56:44 CET 2009 - crrodriguez@suse.de
|
||||||
|
|
||||||
|
41
SDL_gfx.spec
41
SDL_gfx.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package SDL_gfx (Version 2.0.17)
|
# spec file for package SDL_gfx (Version 2.0.19)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -22,9 +22,9 @@ Name: SDL_gfx
|
|||||||
BuildRequires: SDL-devel
|
BuildRequires: SDL-devel
|
||||||
Url: http://www.ferzkopp.net/Software/SDL_gfx-2.0/
|
Url: http://www.ferzkopp.net/Software/SDL_gfx-2.0/
|
||||||
Summary: SDL Graphics Routines for Primitives and Other Support Functions
|
Summary: SDL Graphics Routines for Primitives and Other Support Functions
|
||||||
Version: 2.0.17
|
Version: 2.0.19
|
||||||
Release: 49
|
Release: 1
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -56,7 +56,7 @@ Authors:
|
|||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Summary: Libraries, includes and more to develop SDL_gfx applications
|
Summary: Libraries, includes and more to develop SDL_gfx applications
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: %{name} = %{version} SDL-devel
|
Requires: %{name} = %{version} SDL-devel pkgconfig
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The SDL_gfx library evolved out of the SDL_gfxPrimitives code which
|
The SDL_gfx library evolved out of the SDL_gfxPrimitives code which
|
||||||
@ -85,10 +85,6 @@ Authors:
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{?suse_update_config:%{suse_update_config -f }}
|
|
||||||
rm acinclude.m4 ; touch acinclude.m4 # Only contains SDL.m4 and libtool.m4
|
|
||||||
autoreconf -fiv
|
|
||||||
CFLAGS="$RPM_OPT_FLAGS"
|
|
||||||
%configure --disable-static --with-pic --disable-mmx
|
%configure --disable-static --with-pic --disable-mmx
|
||||||
%{__make} %{?jobs:-j%jobs}
|
%{__make} %{?jobs:-j%jobs}
|
||||||
|
|
||||||
@ -105,15 +101,36 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING ChangeLog INSTALL LICENSE NEWS README
|
%doc AUTHORS COPYING ChangeLog LICENSE NEWS README
|
||||||
%_libdir/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/SDL/*
|
%{_includedir}/SDL/*
|
||||||
%_libdir/lib*.so
|
%{_libdir}/lib*.so
|
||||||
|
%{_libdir}/pkgconfig/SDL_gfx.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Wed Feb 25 2009 crrodriguez@suse.de
|
||||||
- remove static libraries and "la" files
|
- remove static libraries and "la" files
|
||||||
- correct -devel package dependencies
|
- correct -devel package dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user