From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] libjpeg: Update to 2.1.0 Date: Tue, 27 Apr 2021 08:57:11 +0100 Message-ID: <0F562A05-72FA-4BA0-941F-D315840C2053@ipfire.org> In-Reply-To: <20210425200407.1910-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5204660495713462700==" List-Id: --===============5204660495713462700== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello, It looks like I will have to revert this patch because it does not compile on= armv5tel: In file included from /usr/src/libjpeg-turbo-2.1.0/simd/arm/jcgray-neon.c:32: /usr/lib/gcc/armv5tel-unknown-linux-gnueabi/10.2.0/include/arm_neon.h:31:2: e= rror: #error "NEON intrinsics not available with the soft-float ABI. Please = use -mfloat-abi=3Dsoftfp or -mfloat-abi=3Dhard" 31 | #error "NEON intrinsics not available with the soft-float ABI. Pleas= e use -mfloat-abi=3Dsoftfp or -mfloat-abi=3Dhard" | ^~~~~ @Arne, could you have a look at this and re-submit the patch with fixes for A= RM? Best, -Michael > On 25 Apr 2021, at 21:04, Adolf Belka wrote: >=20 > - Update from 2.0.4 to 2.1.0 > - Update rootfile > - Changelog is too large to include here > Full details can be found in ChangeLog.md file in source tarball >=20 > Signed-off-by: Adolf Belka > --- > config/rootfiles/common/libjpeg | 5 +++++ > lfs/libjpeg | 5 ++--- > 2 files changed, 7 insertions(+), 3 deletions(-) >=20 > diff --git a/config/rootfiles/common/libjpeg b/config/rootfiles/common/libj= peg > index eb74d2c50..74c101854 100644 > --- a/config/rootfiles/common/libjpeg > +++ b/config/rootfiles/common/libjpeg > @@ -9,6 +9,11 @@ > #usr/include/jmorecfg.h > #usr/include/jpeglib.h > #usr/include/turbojpeg.h > +#usr/lib/cmake/libjpeg-turbo > +#usr/lib/cmake/libjpeg-turbo/libjpeg-turboConfig.cmake > +#usr/lib/cmake/libjpeg-turbo/libjpeg-turboConfigVersion.cmake > +#usr/lib/cmake/libjpeg-turbo/libjpeg-turboTargets-release.cmake > +#usr/lib/cmake/libjpeg-turbo/libjpeg-turboTargets.cmake > #usr/lib/libjpeg.so > usr/lib/libjpeg.so.8 > usr/lib/libjpeg.so.8.2.2 > diff --git a/lfs/libjpeg b/lfs/libjpeg > index 1fbcdf02a..db068ac54 100644 > --- a/lfs/libjpeg > +++ b/lfs/libjpeg > @@ -23,8 +23,7 @@ > ###########################################################################= #### >=20 > include Config > - > -VER =3D 2.0.4 > +VER =3D 2.1.0 >=20 > THISAPP =3D libjpeg-turbo-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -40,7 +39,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_MD5 =3D d01d9e0c28c27bc0de9f4e2e8ff49855 > +$(DL_FILE)_MD5 =3D be306afc2d2ebd6931b634df0e8cbaf5 >=20 > install : $(TARGET) >=20 > --=20 > 2.31.1 >=20 --===============5204660495713462700==--