forked from pool/SDL_image
Accepting request 131966 from games
- updated to 1.2.12: * Fixed regression in 1.2.11 loading 8-bit PNG images with libpng * Fixed loading 8-bit PNG images on Mac OS X * SDL_image is now under the zlib license * Added WEBP image support * Fixed compiling with libpng 1.4 * Added Android.mk to build on the Android platform * Fixed loading HAM6 images with stencil mask * Fixed bug loading 15 and 16 bit BMP images (forwarded request 131949 from pgajdos) OBS-URL: https://build.opensuse.org/request/show/131966 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL_image?expand=0&rev=24
This commit is contained in:
commit
8c12dacfd0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:39ba59eaa5bbbc7d2f4c8d43168664935adedee6b4577d51254806063309df8a
|
||||
size 310568
|
3
SDL_image-1.2.12-repack.tar.bz2
Normal file
3
SDL_image-1.2.12-repack.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3942454c04f9dd3a73f27537ae6ffaaee3dbc58450af700149d3ba9fce1615d9
|
||||
size 303837
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 29 10:54:59 UTC 2012 - pgajdos@suse.com
|
||||
|
||||
- updated to 1.2.12:
|
||||
* Fixed regression in 1.2.11 loading 8-bit PNG images with libpng
|
||||
* Fixed loading 8-bit PNG images on Mac OS X
|
||||
* SDL_image is now under the zlib license
|
||||
* Added WEBP image support
|
||||
* Fixed compiling with libpng 1.4
|
||||
* Added Android.mk to build on the Android platform
|
||||
* Fixed loading HAM6 images with stencil mask
|
||||
* Fixed bug loading 15 and 16 bit BMP images
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 17 10:23:01 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package SDL_image
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,18 +16,21 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: SDL_image
|
||||
BuildRequires: libSDL-devel libjpeg-devel libpng-devel libtiff-devel xorg-x11-devel
|
||||
BuildRequires: libSDL-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: xorg-x11-devel
|
||||
Url: http://www.libsdl.org/projects/SDL_image/
|
||||
Summary: Simple DirectMedia Layer--Sample Image Loading Library
|
||||
Version: 1.2.10
|
||||
Release: 1
|
||||
License: LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
Version: 1.2.12
|
||||
Release: 0
|
||||
# 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
|
||||
Source1: baselibs.conf
|
||||
License: LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -38,7 +41,6 @@ formats.
|
||||
%package -n libSDL_image-1_2-0
|
||||
Summary: Simple DirectMedia Layer--Sample Image Loading Library
|
||||
Group: System/Libraries
|
||||
License: LGPL-2.1+
|
||||
Provides: SDL_image = %{version}
|
||||
Obsoletes: SDL_image <= %{version}
|
||||
|
||||
@ -48,10 +50,10 @@ surfaces. This library supports BMP, PPM, PCX, GIF, JPEG, PNG, and TIFF
|
||||
formats.
|
||||
|
||||
%package -n libSDL_image-devel
|
||||
License: LGPL-2.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
|
||||
Requires: libSDL-devel
|
||||
Requires: libSDL_image-1_2-0 = %{version}
|
||||
Provides: SDL_image-devel = %{version}
|
||||
Obsoletes: SDL_image-devel <= %{version}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user