1
0
forked from pool/SDL_image

converted link to branch

OBS-URL: https://build.opensuse.org/package/show/games/SDL_image?expand=0&rev=8
This commit is contained in:
Stephan Kulow 2010-02-19 15:26:45 +00:00 committed by Git OBS Bridge
parent ec8f0a33f5
commit 8d7fbc8849
4 changed files with 27 additions and 10 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:39ba59eaa5bbbc7d2f4c8d43168664935adedee6b4577d51254806063309df8a
size 310568

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:caa0400d621a29f8f5962a1a8eeb583c4bc24802a672fca4833ba92de8826b2f
size 280319

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Dec 21 14:23:25 UTC 2009 - prusnak@suse.cz
- updated to 1.2.10
* Fixed bug loading multiple images
* Fixed checking for IMG_Init() return value in image loaders
* Added support for uncompressed PCX files
* Added IMG_Init()/IMG_Quit() to prevent constantly loading and unloading DLLs
* Added support for ICO and CUR image files
-------------------------------------------------------------------
Sat Dec 19 22:09:23 CET 2009 - jengelh@medozas.de
- add baselibs.conf as a source
-------------------------------------------------------------------
Wed Oct 7 14:52:28 CEST 2009 - prusnak@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package SDL_image (Version 1.2.7)
# spec file for package SDL_image (Version 1.2.10)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -22,11 +22,12 @@ Name: SDL_image
BuildRequires: libSDL-devel libjpeg-devel libpng-devel libtiff-devel xorg-x11-devel
Url: http://www.libsdl.org/projects/SDL_image/
Summary: Simple DirectMedia Layer--Sample Image Loading Library
Version: 1.2.7
Release: 4
# removed VisualC.zip, Watcom-OS2.zip, Xcode.tar.gz from upstream tarball [bnc#508084]
Version: 1.2.10
Release: 1
# removed VisualC.zip, VisualCE.zip, Watcom-OS2.zip, Xcode.tar.gz, Xcode_iPhone.tar.gz from upstream tarball [bnc#508084]
Source: %{name}-%{version}-repack.tar.bz2
License: LGPL v2.1 or later
Source1: baselibs.conf
License: LGPLv2.1+
Group: System/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -44,7 +45,7 @@ Authors:
%package -n libSDL_image-1_2-0
Summary: Simple DirectMedia Layer--Sample Image Loading Library
Group: System/Libraries
License: LGPL v2.1 or later
License: LGPLv2.1+
Provides: SDL_image = %{version}
Obsoletes: SDL_image <= %{version}
@ -60,7 +61,7 @@ Authors:
Sam Lantinga <slouken@devolution.com>
%package -n libSDL_image-devel
License: LGPL v2.1 or later
License: LGPLv2.1+
Summary: Libraries, includes and more to develop SDL_image applications
Group: Development/Libraries/C and C++
Requires: libSDL_image-1_2-0 = %{version} libSDL-devel
@ -105,5 +106,6 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root)
%{_includedir}/SDL
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*
%changelog