- Update to version 1.4.2
+ Crash fixes + clang compatibility fixes + See the included ChangeLog.txt for the details - Drop libjpeg-turbo-1.4.0-int32.patch, not needed anymore. - Drop libjpeg-turbo-remove-test.patch, fixed upstream. - Update to version 1.4.2 + Crash fixes + clang compatibility fixes + See the included ChangeLog.txt for the details - Drop libjpeg-turbo-1.4.0-int32.patch, not needed anymore. OBS-URL: https://build.opensuse.org/package/show/graphics/libjpeg-turbo?expand=0&rev=56
This commit is contained in:
parent
bdb19a8a8e
commit
216819ba21
@ -1,11 +0,0 @@
|
|||||||
--- jmorecfg.h
|
|
||||||
+++ jmorecfg.h
|
|
||||||
@@ -148,7 +148,7 @@
|
|
||||||
/* INT32 must hold at least signed 32-bit values. */
|
|
||||||
|
|
||||||
#ifndef XMD_H /* X11/xmd.h correctly defines INT32 */
|
|
||||||
-typedef long INT32;
|
|
||||||
+typedef int INT32;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Datatype used for image dimensions. The JPEG standard only supports
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d93ad8546b510244f863b39b4c0da0fa4c0d53a77b61a8a3880f258c232bbbee
|
|
||||||
size 1524645
|
|
3
libjpeg-turbo-1.4.2.tar.gz
Normal file
3
libjpeg-turbo-1.4.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:521bb5d3043e7ac063ce3026d9a59cc2ab2e9636c655a2515af5f4706122233e
|
||||||
|
size 1569306
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 8 07:53:53 UTC 2015 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.4.2
|
||||||
|
+ Crash fixes
|
||||||
|
+ clang compatibility fixes
|
||||||
|
+ See the included ChangeLog.txt for the details
|
||||||
|
- Drop libjpeg-turbo-1.4.0-int32.patch, not needed anymore.
|
||||||
|
- Drop libjpeg-turbo-remove-test.patch, fixed upstream.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 5 11:43:27 UTC 2015 - jengelh@inai.de
|
Thu Mar 5 11:43:27 UTC 2015 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define srcver 1.4.0
|
%define srcver 1.4.2
|
||||||
%define major 8
|
%define major 8
|
||||||
%define minor 0
|
%define minor 0
|
||||||
%define micro 2
|
%define micro 2
|
||||||
@ -35,10 +35,8 @@ Group: Productivity/Graphics/Convertors
|
|||||||
Url: http://sourceforge.net/projects/libjpeg-turbo
|
Url: http://sourceforge.net/projects/libjpeg-turbo
|
||||||
Source0: http://downloads.sf.net/libjpeg-turbo/libjpeg-turbo-%{version}.tar.gz
|
Source0: http://downloads.sf.net/libjpeg-turbo/libjpeg-turbo-%{version}.tar.gz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
Patch0: libjpeg-turbo-1.4.0-int32.patch
|
|
||||||
Patch1: libjpeg-turbo-1.3.0-tiff-ojpeg.patch
|
Patch1: libjpeg-turbo-1.3.0-tiff-ojpeg.patch
|
||||||
Patch2: libjpeg-1.4.0-ocloexec.patch
|
Patch2: libjpeg-1.4.0-ocloexec.patch
|
||||||
Patch3: libjpeg-turbo-remove-test.patch
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: yasm
|
BuildRequires: yasm
|
||||||
@ -102,13 +100,10 @@ files using the libjpeg library.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0
|
|
||||||
%patch1
|
%patch1
|
||||||
%patch2
|
%patch2
|
||||||
%patch3 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fiv
|
|
||||||
export LDFLAGS="-Wl,-z,relro,-z,now"
|
export LDFLAGS="-Wl,-z,relro,-z,now"
|
||||||
%configure --disable-static \
|
%configure --disable-static \
|
||||||
--with-jpeg8
|
--with-jpeg8
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 8 07:56:34 UTC 2015 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.4.2
|
||||||
|
+ Crash fixes
|
||||||
|
+ clang compatibility fixes
|
||||||
|
+ See the included ChangeLog.txt for the details
|
||||||
|
- Drop libjpeg-turbo-1.4.0-int32.patch, not needed anymore.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 5 11:43:27 UTC 2015 - jengelh@inai.de
|
Thu Mar 5 11:43:27 UTC 2015 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define major 62
|
%define major 62
|
||||||
%define minor 1
|
%define minor 1
|
||||||
%define micro 0
|
%define micro 0
|
||||||
%define srcver 1.4.0
|
%define srcver 1.4.2
|
||||||
%define libver %{major}.%{minor}.%{micro}
|
%define libver %{major}.%{minor}.%{micro}
|
||||||
|
|
||||||
Name: libjpeg62-turbo
|
Name: libjpeg62-turbo
|
||||||
@ -31,7 +31,6 @@ Group: Productivity/Graphics/Convertors
|
|||||||
Url: http://sourceforge.net/projects/libjpeg-turbo
|
Url: http://sourceforge.net/projects/libjpeg-turbo
|
||||||
Source0: http://downloads.sf.net/libjpeg-turbo/libjpeg-turbo-%{version}.tar.gz
|
Source0: http://downloads.sf.net/libjpeg-turbo/libjpeg-turbo-%{version}.tar.gz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
Patch0: libjpeg-turbo-1.4.0-int32.patch
|
|
||||||
Patch1: libjpeg-turbo-1.3.0-tiff-ojpeg.patch
|
Patch1: libjpeg-turbo-1.3.0-tiff-ojpeg.patch
|
||||||
Patch2: libjpeg-1.4.0-ocloexec.patch
|
Patch2: libjpeg-1.4.0-ocloexec.patch
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -82,12 +81,10 @@ files using the libjpeg library.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n libjpeg-turbo-%{srcver}
|
%setup -q -n libjpeg-turbo-%{srcver}
|
||||||
%patch0
|
|
||||||
%patch1
|
%patch1
|
||||||
%patch2
|
%patch2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fiv
|
|
||||||
export LDFLAGS="-Wl,-z,relro,-z,now"
|
export LDFLAGS="-Wl,-z,relro,-z,now"
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user