Accepting request 445158 from graphics
- devel package also require libwebp-devel - Support webp format, BuildRequires libwebp-devel - Honour %optflags correctly. OBS-URL: https://build.opensuse.org/request/show/445158 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gd?expand=0&rev=43
This commit is contained in:
commit
a26097ff12
15
gd.changes
15
gd.changes
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 9 17:09:40 UTC 2016 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- devel package also require libwebp-devel
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 8 14:33:22 UTC 2016 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- Support webp format, BuildRequires libwebp-devel
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 8 14:20:54 UTC 2016 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- Honour %optflags correctly.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 30 14:59:25 UTC 2016 - badshah400@gmail.com
|
Fri Sep 30 14:59:25 UTC 2016 - badshah400@gmail.com
|
||||||
|
|
||||||
|
9
gd.spec
9
gd.spec
@ -49,6 +49,7 @@ BuildRequires: libjpeg-devel
|
|||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: libtiff-devel
|
BuildRequires: libtiff-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
BuildRequires: libwebp-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: xorg-x11-libX11-devel
|
BuildRequires: xorg-x11-libX11-devel
|
||||||
BuildRequires: xorg-x11-libXau-devel
|
BuildRequires: xorg-x11-libXau-devel
|
||||||
@ -82,6 +83,7 @@ Requires: glibc-devel
|
|||||||
Requires: libpng-devel
|
Requires: libpng-devel
|
||||||
Requires: libtiff-devel
|
Requires: libtiff-devel
|
||||||
Requires: libvpx-devel
|
Requires: libvpx-devel
|
||||||
|
Requires: libwebp-devel
|
||||||
Requires: zlib-devel
|
Requires: zlib-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -105,10 +107,11 @@ autoreconf -fiv
|
|||||||
|
|
||||||
# ADDITIONAL CFLAGS ARE NEEDED TO FIX TEST FAILURES IN CASE OF i586, BUT HARMLESS TO APPLY GENERALLY FOR ALL ix86
|
# ADDITIONAL CFLAGS ARE NEEDED TO FIX TEST FAILURES IN CASE OF i586, BUT HARMLESS TO APPLY GENERALLY FOR ALL ix86
|
||||||
%ifarch %{ix86}
|
%ifarch %{ix86}
|
||||||
CFLAGS="$CFLAGS -msse -mfpmath=sse"
|
export CFLAGS="%optflags -msse -mfpmath=sse"
|
||||||
export CFLAGS
|
|
||||||
%else
|
%else
|
||||||
CFLAGS="$CFLAGS -ffp-contract=off"
|
%ifnarch x86_64
|
||||||
|
export CFLAGS="%optflags -ffp-contract=off"
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# without-x -- useless switch which just mangles cflags
|
# without-x -- useless switch which just mangles cflags
|
||||||
|
Loading…
x
Reference in New Issue
Block a user