Accepting request 147405 from games
- Disable dynamic loading of common libraries, this is a bad idea to beging with. - Cleanup buildRequires. metpackage xorg-x11-devel is not required (forwarded request 146873 from elvigia) OBS-URL: https://build.opensuse.org/request/show/147405 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL_image?expand=0&rev=25
This commit is contained in:
commit
58c410e1ff
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 3 02:02:36 UTC 2013 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- Disable dynamic loading of common libraries, this
|
||||||
|
is a bad idea to beging with.
|
||||||
|
|
||||||
|
- Cleanup buildRequires. metpackage xorg-x11-devel is not required
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 29 10:54:59 UTC 2012 - pgajdos@suse.com
|
Wed Aug 29 10:54:59 UTC 2012 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package SDL_image
|
# spec file for package SDL_image
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 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
|
||||||
@ -21,7 +21,6 @@ BuildRequires: libSDL-devel
|
|||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: libtiff-devel
|
BuildRequires: libtiff-devel
|
||||||
BuildRequires: xorg-x11-devel
|
|
||||||
Url: http://www.libsdl.org/projects/SDL_image/
|
Url: http://www.libsdl.org/projects/SDL_image/
|
||||||
Summary: Simple DirectMedia Layer--Sample Image Loading Library
|
Summary: Simple DirectMedia Layer--Sample Image Loading Library
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
@ -66,7 +65,7 @@ formats.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --with-pic
|
%configure --disable-png-shared --disable-jpg-shared --disable-tif-shared --disable-static --with-pic
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user