mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libjpeg: version bump 2.1.5.1 -> 3.0.0
@ 2023-07-04  8:47 Philipp Zabel
  2023-07-08  7:03 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2023-07-04  8:47 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/2.1.90
https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/3.0.0

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 rules/libjpeg.make | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/rules/libjpeg.make b/rules/libjpeg.make
index ca0b7735c4f0..0c7a412912d9 100644
--- a/rules/libjpeg.make
+++ b/rules/libjpeg.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBJPEG) += libjpeg
 #
 # Paths and names
 #
-LIBJPEG_VERSION	:= 2.1.5.1
-LIBJPEG_MD5	:= aed60d4d776dd5cf00b5a01c609d50f7
+LIBJPEG_VERSION	:= 3.0.0
+LIBJPEG_MD5	:= aa1f0a1c72cb6772e34d9d5136267f56
 LIBJPEG_SUFFIX	:= tar.gz
 LIBJPEG		:= libjpeg-turbo-$(LIBJPEG_VERSION)
 LIBJPEG_TARBALL	:= $(LIBJPEG).$(LIBJPEG_SUFFIX)
@@ -53,14 +53,12 @@ LIBJPEG_CONF_OPT := \
 	-DENABLE_STATIC=OFF \
 	-DFORCE_INLINE=ON \
 	-DREQUIRE_SIMD=OFF \
-	-DWITH_12BIT=OFF \
 	-DWITH_ARITH_DEC=ON \
 	-DWITH_ARITH_ENC=ON \
 	-DWITH_FUZZ=OFF \
 	-DWITH_JAVA=OFF \
 	-DWITH_JPEG7=ON \
 	-DWITH_JPEG8=ON \
-	-DWITH_MEM_SRCDST=ON \
 	-DWITH_SIMD=$(call ptx/onoff,LIBJPEG_SIMD) \
 	-DWITH_TURBOJPEG=$(call ptx/onoff,PTXCONF_LIBJPEG_TURBO)
 
-- 
2.39.2




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] libjpeg: version bump 2.1.5.1 -> 3.0.0
  2023-07-04  8:47 [ptxdist] [PATCH] libjpeg: version bump 2.1.5.1 -> 3.0.0 Philipp Zabel
@ 2023-07-08  7:03 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-07-08  7:03 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as 052d53680c520fa3e21700101913314fd0c5bea0.

Michael

[sent from post-receive hook]

On Sat, 08 Jul 2023 09:03:02 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/2.1.90
> https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/3.0.0
> 
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20230704084701.2050588-1-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libjpeg.make b/rules/libjpeg.make
> index ca0b7735c4f0..0c7a412912d9 100644
> --- a/rules/libjpeg.make
> +++ b/rules/libjpeg.make
> @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBJPEG) += libjpeg
>  #
>  # Paths and names
>  #
> -LIBJPEG_VERSION	:= 2.1.5.1
> -LIBJPEG_MD5	:= aed60d4d776dd5cf00b5a01c609d50f7
> +LIBJPEG_VERSION	:= 3.0.0
> +LIBJPEG_MD5	:= aa1f0a1c72cb6772e34d9d5136267f56
>  LIBJPEG_SUFFIX	:= tar.gz
>  LIBJPEG		:= libjpeg-turbo-$(LIBJPEG_VERSION)
>  LIBJPEG_TARBALL	:= $(LIBJPEG).$(LIBJPEG_SUFFIX)
> @@ -53,14 +53,12 @@ LIBJPEG_CONF_OPT := \
>  	-DENABLE_STATIC=OFF \
>  	-DFORCE_INLINE=ON \
>  	-DREQUIRE_SIMD=OFF \
> -	-DWITH_12BIT=OFF \
>  	-DWITH_ARITH_DEC=ON \
>  	-DWITH_ARITH_ENC=ON \
>  	-DWITH_FUZZ=OFF \
>  	-DWITH_JAVA=OFF \
>  	-DWITH_JPEG7=ON \
>  	-DWITH_JPEG8=ON \
> -	-DWITH_MEM_SRCDST=ON \
>  	-DWITH_SIMD=$(call ptx/onoff,LIBJPEG_SIMD) \
>  	-DWITH_TURBOJPEG=$(call ptx/onoff,PTXCONF_LIBJPEG_TURBO)
>  



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-08  7:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-04  8:47 [ptxdist] [PATCH] libjpeg: version bump 2.1.5.1 -> 3.0.0 Philipp Zabel
2023-07-08  7:03 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox