SDL2_gfx-1.0.1
OBS-URL: https://build.opensuse.org/package/show/games/SDL2_gfx?expand=0&rev=7
This commit is contained in:
parent
27089fd8df
commit
d0d041a30d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9843924d46eacbabba685a239cf2284b948766a20ef2caa48cb18462a3295caf
|
|
||||||
size 1081660
|
|
3
SDL2_gfx-1.0.1.tar.gz
Normal file
3
SDL2_gfx-1.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:66a7cc45add20eef8759830c418fc01d93c1d2236f60e1d93c10d45c99c015bd
|
||||||
|
size 1078740
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 17 09:01:15 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 1.0.1
|
||||||
|
* Various minor and major fixes to drawing algorithms
|
||||||
|
* Use of the SDLTest library for tests
|
||||||
|
* pkg-config support.
|
||||||
|
- Only disable MMX for i586 (x86_64 has it implied)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 11 04:00:40 UTC 2013 - jengelh@inai.de
|
Mon Nov 11 04:00:40 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package SDL2_gfx
|
# spec file for package SDL2_gfx
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,16 +17,17 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: SDL2_gfx
|
Name: SDL2_gfx
|
||||||
Version: 1.0.0
|
Version: 1.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: SDL2 Graphics Routines for Primitives and Other Support Functions
|
Summary: SDL2 Graphics Routines for Primitives and Other Support Functions
|
||||||
License: Zlib
|
License: Zlib
|
||||||
Group: Development/Libraries/X11
|
Group: Development/Libraries/X11
|
||||||
|
|
||||||
Url: http://www.ferzkopp.net/joomla/content/view/19/14/
|
Url: http://www.ferzkopp.net/joomla/content/view/19/14/
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: http://www.ferzkopp.net/Software/SDL2_gfx/%name-%version.tar.gz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
BuildRequires: libSDL2-devel
|
BuildRequires: libSDL2-devel
|
||||||
|
BuildRequires: pkgconfig
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -43,9 +44,7 @@ Library containing 20+ graphics primitives (line, box, circle, polygon, etc.) fo
|
|||||||
%package -n libSDL2_gfx-devel
|
%package -n libSDL2_gfx-devel
|
||||||
Summary: Libraries, includes and more to develop SDL2_gfx applications
|
Summary: Libraries, includes and more to develop SDL2_gfx applications
|
||||||
Group: Development/Libraries/X11
|
Group: Development/Libraries/X11
|
||||||
Requires: libSDL2-devel
|
|
||||||
Requires: libSDL2_gfx-1_0-0 = %{version}
|
Requires: libSDL2_gfx-1_0-0 = %{version}
|
||||||
Requires: pkgconfig
|
|
||||||
Provides: SDL2_gfx-devel = %{version}
|
Provides: SDL2_gfx-devel = %{version}
|
||||||
|
|
||||||
%description -n libSDL2_gfx-devel
|
%description -n libSDL2_gfx-devel
|
||||||
@ -55,7 +54,11 @@ Library containing 20+ graphics primitives (line, box, circle, polygon, etc.) fo
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --with-pic --disable-mmx
|
%configure --disable-static \
|
||||||
|
%ifarch i586
|
||||||
|
--disable-mmx \
|
||||||
|
%endif
|
||||||
|
--with-pic
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -75,5 +78,6 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/SDL2/
|
%{_includedir}/SDL2/
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
|
%_libdir/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user