Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gdk-pixbuf: update to 2.42.10.
@ 2023-02-24  2:44 oreo639
  2023-02-24  3:06 ` [PR PATCH] [Updated] " oreo639
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: oreo639 @ 2023-02-24  2:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1249 bytes --]

There is a new pull request by oreo639 against master on the void-packages repository

https://github.com/oreo639/void-packages gdk-pixbuf
https://github.com/void-linux/void-packages/pull/42418

gdk-pixbuf: update to 2.42.10.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/42418.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gdk-pixbuf-42418.patch --]
[-- Type: text/x-diff, Size: 2825 bytes --]

From 26c63c2308746c143f784e0a7fcf636faaeca553 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Thu, 23 Feb 2023 18:43:26 -0800
Subject: [PATCH 1/2] libjpeg-turbo: update to 2.1.5.1.

---
 srcpkgs/libjpeg-turbo/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libjpeg-turbo/template b/srcpkgs/libjpeg-turbo/template
index 357453271f06..3c73aeb9b89f 100644
--- a/srcpkgs/libjpeg-turbo/template
+++ b/srcpkgs/libjpeg-turbo/template
@@ -1,6 +1,6 @@
 # Template file for 'libjpeg-turbo'
 pkgname=libjpeg-turbo
-version=2.1.4
+version=2.1.5.1
 revision=1
 build_style=cmake
 configure_args="-DWITH_JPEG8=1 -DCMAKE_INSTALL_LIBDIR=/usr/lib"
@@ -11,7 +11,7 @@ license="IJG, BSD-3-Clause, Zlib"
 homepage="https://libjpeg-turbo.org/"
 changelog="https://raw.githubusercontent.com/libjpeg-turbo/libjpeg-turbo/main/ChangeLog.md"
 distfiles="${SOURCEFORGE_SITE}/libjpeg-turbo/libjpeg-turbo-${version}.tar.gz"
-checksum=d3ed26a1131a13686dfca4935e520eb7c90ae76fbc45d98bb50a8dc86230342b
+checksum=2fdc3feb6e9deb17adec9bafa3321419aa19f8f4e5dea7bf8486844ca22207bf
 
 provides="jpeg-8_1"
 replaces="jpeg>=0"

From d7b13efbfb8c24c4d01d1ee8bad66e4eb46d923f Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Thu, 23 Feb 2023 18:43:51 -0800
Subject: [PATCH 2/2] gdk-pixbuf: update to 2.42.10.

---
 srcpkgs/gdk-pixbuf/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/gdk-pixbuf/template b/srcpkgs/gdk-pixbuf/template
index 02c825703059..0f2117fa95d1 100644
--- a/srcpkgs/gdk-pixbuf/template
+++ b/srcpkgs/gdk-pixbuf/template
@@ -1,13 +1,13 @@
 # Template file for 'gdk-pixbuf'
 pkgname=gdk-pixbuf
-version=2.42.6
+version=2.42.10
 revision=1
 build_style=meson
 build_helper="gir"
-configure_args="-Dintrospection=$(vopt_if gir enabled disabled) -Dpng=true
- -Dinstalled_tests=false"
-hostmakedepends="gettext-devel glib-devel pkg-config libxslt docbook-xsl"
-makedepends="libglib-devel libpng-devel tiff-devel
+configure_args="-Dintrospection=$(vopt_if gir enabled disabled) -Dpng=enabled
+ -Djpeg=enabled -Dtiff=enabled -Dinstalled_tests=false"
+hostmakedepends="gettext-devel glib-devel pkg-config python3-docutils"
+makedepends="libglib-devel libpng-devel tiff-devel libjpeg-turbo-devel
  shared-mime-info"
 depends="shared-mime-info"
 short_desc="Image loading library for The GTK+ toolkit (v2)"
@@ -15,7 +15,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/GdkPixbuf"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=c4a6b75b7ed8f58ca48da830b9fa00ed96d668d3ab4b1f723dcf902f78bde77f
+checksum=ee9b6c75d13ba096907a2e3c6b27b61bcd17f5c7ebeab5a5b439d2f2e39fe44b
 
 # Package build options
 build_options="gir"

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

* Re: [PR PATCH] [Updated] gdk-pixbuf: update to 2.42.10.
  2023-02-24  2:44 [PR PATCH] gdk-pixbuf: update to 2.42.10 oreo639
@ 2023-02-24  3:06 ` oreo639
  2023-02-24  3:40 ` oreo639
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: oreo639 @ 2023-02-24  3:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1254 bytes --]

There is an updated pull request by oreo639 against master on the void-packages repository

https://github.com/oreo639/void-packages gdk-pixbuf
https://github.com/void-linux/void-packages/pull/42418

gdk-pixbuf: update to 2.42.10.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/42418.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gdk-pixbuf-42418.patch --]
[-- Type: text/x-diff, Size: 4758 bytes --]

From 26c63c2308746c143f784e0a7fcf636faaeca553 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Thu, 23 Feb 2023 18:43:26 -0800
Subject: [PATCH 1/2] libjpeg-turbo: update to 2.1.5.1.

---
 srcpkgs/libjpeg-turbo/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libjpeg-turbo/template b/srcpkgs/libjpeg-turbo/template
index 357453271f06..3c73aeb9b89f 100644
--- a/srcpkgs/libjpeg-turbo/template
+++ b/srcpkgs/libjpeg-turbo/template
@@ -1,6 +1,6 @@
 # Template file for 'libjpeg-turbo'
 pkgname=libjpeg-turbo
-version=2.1.4
+version=2.1.5.1
 revision=1
 build_style=cmake
 configure_args="-DWITH_JPEG8=1 -DCMAKE_INSTALL_LIBDIR=/usr/lib"
@@ -11,7 +11,7 @@ license="IJG, BSD-3-Clause, Zlib"
 homepage="https://libjpeg-turbo.org/"
 changelog="https://raw.githubusercontent.com/libjpeg-turbo/libjpeg-turbo/main/ChangeLog.md"
 distfiles="${SOURCEFORGE_SITE}/libjpeg-turbo/libjpeg-turbo-${version}.tar.gz"
-checksum=d3ed26a1131a13686dfca4935e520eb7c90ae76fbc45d98bb50a8dc86230342b
+checksum=2fdc3feb6e9deb17adec9bafa3321419aa19f8f4e5dea7bf8486844ca22207bf
 
 provides="jpeg-8_1"
 replaces="jpeg>=0"

From 6760ce63e54ceedcedb16946d873bbb327b36139 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Thu, 23 Feb 2023 18:43:51 -0800
Subject: [PATCH 2/2] gdk-pixbuf: update to 2.42.10.

---
 ...e53ca14af70dffb2ce0eb3b9628f5689e8e4.patch | 43 +++++++++++++++++++
 srcpkgs/gdk-pixbuf/template                   | 12 +++---
 2 files changed, 49 insertions(+), 6 deletions(-)
 create mode 100644 srcpkgs/gdk-pixbuf/patches/16c4e53ca14af70dffb2ce0eb3b9628f5689e8e4.patch

diff --git a/srcpkgs/gdk-pixbuf/patches/16c4e53ca14af70dffb2ce0eb3b9628f5689e8e4.patch b/srcpkgs/gdk-pixbuf/patches/16c4e53ca14af70dffb2ce0eb3b9628f5689e8e4.patch
new file mode 100644
index 000000000000..aee64c64c9d2
--- /dev/null
+++ b/srcpkgs/gdk-pixbuf/patches/16c4e53ca14af70dffb2ce0eb3b9628f5689e8e4.patch
@@ -0,0 +1,43 @@
+From 16c4e53ca14af70dffb2ce0eb3b9628f5689e8e4 Mon Sep 17 00:00:00 2001
+From: Emmanuele Bassi <ebassi@gnome.org>
+Date: Tue, 9 Aug 2022 23:20:13 +0100
+Subject: [PATCH] Check the right error code on 32bit architectures
+
+The test for #205 will trigger an OOM error on 32 bit architectures,
+since we're trying to allocate a buffer with a size that is larger than
+2**32-1 bytes.
+
+Fixes: #215
+---
+ tests/pixbuf-jpeg.c | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+diff --git a/tests/pixbuf-jpeg.c b/tests/pixbuf-jpeg.c
+index be2c6b4fe..b3648bf06 100644
+--- a/tests/pixbuf-jpeg.c
++++ b/tests/pixbuf-jpeg.c
+@@ -185,7 +185,7 @@ test_jpeg_fbfbfbfb (void)
+       return;
+     }
+ 
+-  g_test_message ("Load JPEG with size 0xfbfbfbfb (issue: 250)");
++  g_test_message ("Load JPEG with size 0xfbfbfbfb (issue: 205)");
+ 
+   g_file_get_contents (g_test_get_filename (G_TEST_DIST, "issue205.jpg", NULL), &contents, &size, &error);
+   g_assert_no_error (error);
+@@ -196,7 +196,12 @@ test_jpeg_fbfbfbfb (void)
+   g_assert_no_error (error);
+ 
+   gdk_pixbuf_loader_close (loader, &error);
++
++#if GLIB_SIZEOF_VOID_P == 8
+   g_assert_error (error, GDK_PIXBUF_ERROR, GDK_PIXBUF_ERROR_CORRUPT_IMAGE);
++#else
++  g_assert_error (error, GDK_PIXBUF_ERROR, GDK_PIXBUF_ERROR_INSUFFICIENT_MEMORY);
++#endif
+ 
+   pixbuf = gdk_pixbuf_loader_get_pixbuf (loader);
+   g_assert_nonnull (pixbuf);
+-- 
+GitLab
+
diff --git a/srcpkgs/gdk-pixbuf/template b/srcpkgs/gdk-pixbuf/template
index 02c825703059..0f2117fa95d1 100644
--- a/srcpkgs/gdk-pixbuf/template
+++ b/srcpkgs/gdk-pixbuf/template
@@ -1,13 +1,13 @@
 # Template file for 'gdk-pixbuf'
 pkgname=gdk-pixbuf
-version=2.42.6
+version=2.42.10
 revision=1
 build_style=meson
 build_helper="gir"
-configure_args="-Dintrospection=$(vopt_if gir enabled disabled) -Dpng=true
- -Dinstalled_tests=false"
-hostmakedepends="gettext-devel glib-devel pkg-config libxslt docbook-xsl"
-makedepends="libglib-devel libpng-devel tiff-devel
+configure_args="-Dintrospection=$(vopt_if gir enabled disabled) -Dpng=enabled
+ -Djpeg=enabled -Dtiff=enabled -Dinstalled_tests=false"
+hostmakedepends="gettext-devel glib-devel pkg-config python3-docutils"
+makedepends="libglib-devel libpng-devel tiff-devel libjpeg-turbo-devel
  shared-mime-info"
 depends="shared-mime-info"
 short_desc="Image loading library for The GTK+ toolkit (v2)"
@@ -15,7 +15,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/GdkPixbuf"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=c4a6b75b7ed8f58ca48da830b9fa00ed96d668d3ab4b1f723dcf902f78bde77f
+checksum=ee9b6c75d13ba096907a2e3c6b27b61bcd17f5c7ebeab5a5b439d2f2e39fe44b
 
 # Package build options
 build_options="gir"

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

* Re: [PR PATCH] [Updated] gdk-pixbuf: update to 2.42.10.
  2023-02-24  2:44 [PR PATCH] gdk-pixbuf: update to 2.42.10 oreo639
  2023-02-24  3:06 ` [PR PATCH] [Updated] " oreo639
@ 2023-02-24  3:40 ` oreo639
  2023-02-24  3:47 ` oreo639
  2023-03-30 20:53 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 6+ messages in thread
From: oreo639 @ 2023-02-24  3:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1254 bytes --]

There is an updated pull request by oreo639 against master on the void-packages repository

https://github.com/oreo639/void-packages gdk-pixbuf
https://github.com/void-linux/void-packages/pull/42418

gdk-pixbuf: update to 2.42.10.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/42418.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gdk-pixbuf-42418.patch --]
[-- Type: text/x-diff, Size: 3713 bytes --]

From 26c63c2308746c143f784e0a7fcf636faaeca553 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Thu, 23 Feb 2023 18:43:26 -0800
Subject: [PATCH 1/2] libjpeg-turbo: update to 2.1.5.1.

---
 srcpkgs/libjpeg-turbo/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libjpeg-turbo/template b/srcpkgs/libjpeg-turbo/template
index 357453271f06..3c73aeb9b89f 100644
--- a/srcpkgs/libjpeg-turbo/template
+++ b/srcpkgs/libjpeg-turbo/template
@@ -1,6 +1,6 @@
 # Template file for 'libjpeg-turbo'
 pkgname=libjpeg-turbo
-version=2.1.4
+version=2.1.5.1
 revision=1
 build_style=cmake
 configure_args="-DWITH_JPEG8=1 -DCMAKE_INSTALL_LIBDIR=/usr/lib"
@@ -11,7 +11,7 @@ license="IJG, BSD-3-Clause, Zlib"
 homepage="https://libjpeg-turbo.org/"
 changelog="https://raw.githubusercontent.com/libjpeg-turbo/libjpeg-turbo/main/ChangeLog.md"
 distfiles="${SOURCEFORGE_SITE}/libjpeg-turbo/libjpeg-turbo-${version}.tar.gz"
-checksum=d3ed26a1131a13686dfca4935e520eb7c90ae76fbc45d98bb50a8dc86230342b
+checksum=2fdc3feb6e9deb17adec9bafa3321419aa19f8f4e5dea7bf8486844ca22207bf
 
 provides="jpeg-8_1"
 replaces="jpeg>=0"

From c3d75890244970dae46c8f24d2d4f03a890380bd Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Thu, 23 Feb 2023 18:43:51 -0800
Subject: [PATCH 2/2] gdk-pixbuf: update to 2.42.10.

---
 srcpkgs/gdk-pixbuf/patches/largejpeg-oom.patch | 14 ++++++++++++++
 srcpkgs/gdk-pixbuf/template                    | 12 ++++++------
 2 files changed, 20 insertions(+), 6 deletions(-)
 create mode 100644 srcpkgs/gdk-pixbuf/patches/largejpeg-oom.patch

diff --git a/srcpkgs/gdk-pixbuf/patches/largejpeg-oom.patch b/srcpkgs/gdk-pixbuf/patches/largejpeg-oom.patch
new file mode 100644
index 000000000000..efb3b968f1c5
--- /dev/null
+++ b/srcpkgs/gdk-pixbuf/patches/largejpeg-oom.patch
@@ -0,0 +1,14 @@
+--- a/tests/pixbuf-jpeg.c
++++ b/tests/pixbuf-jpeg.c
+@@ -196,10 +196,7 @@ test_jpeg_fbfbfbfb (void)
+   g_assert_no_error (error);
+ 
+   gdk_pixbuf_loader_close (loader, &error);
+-  g_assert_error (error, GDK_PIXBUF_ERROR, GDK_PIXBUF_ERROR_CORRUPT_IMAGE);
+-
+-  pixbuf = gdk_pixbuf_loader_get_pixbuf (loader);
+-  g_assert_nonnull (pixbuf);
++  g_assert_error (error, GDK_PIXBUF_ERROR, GDK_PIXBUF_ERROR_INSUFFICIENT_MEMORY);
+ 
+   g_object_unref (loader);
+   g_free (contents);
diff --git a/srcpkgs/gdk-pixbuf/template b/srcpkgs/gdk-pixbuf/template
index 02c825703059..0f2117fa95d1 100644
--- a/srcpkgs/gdk-pixbuf/template
+++ b/srcpkgs/gdk-pixbuf/template
@@ -1,13 +1,13 @@
 # Template file for 'gdk-pixbuf'
 pkgname=gdk-pixbuf
-version=2.42.6
+version=2.42.10
 revision=1
 build_style=meson
 build_helper="gir"
-configure_args="-Dintrospection=$(vopt_if gir enabled disabled) -Dpng=true
- -Dinstalled_tests=false"
-hostmakedepends="gettext-devel glib-devel pkg-config libxslt docbook-xsl"
-makedepends="libglib-devel libpng-devel tiff-devel
+configure_args="-Dintrospection=$(vopt_if gir enabled disabled) -Dpng=enabled
+ -Djpeg=enabled -Dtiff=enabled -Dinstalled_tests=false"
+hostmakedepends="gettext-devel glib-devel pkg-config python3-docutils"
+makedepends="libglib-devel libpng-devel tiff-devel libjpeg-turbo-devel
  shared-mime-info"
 depends="shared-mime-info"
 short_desc="Image loading library for The GTK+ toolkit (v2)"
@@ -15,7 +15,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/GdkPixbuf"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=c4a6b75b7ed8f58ca48da830b9fa00ed96d668d3ab4b1f723dcf902f78bde77f
+checksum=ee9b6c75d13ba096907a2e3c6b27b61bcd17f5c7ebeab5a5b439d2f2e39fe44b
 
 # Package build options
 build_options="gir"

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

* Re: [PR PATCH] [Updated] gdk-pixbuf: update to 2.42.10.
  2023-02-24  2:44 [PR PATCH] gdk-pixbuf: update to 2.42.10 oreo639
  2023-02-24  3:06 ` [PR PATCH] [Updated] " oreo639
  2023-02-24  3:40 ` oreo639
@ 2023-02-24  3:47 ` oreo639
  2023-03-30 20:53 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 6+ messages in thread
From: oreo639 @ 2023-02-24  3:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1254 bytes --]

There is an updated pull request by oreo639 against master on the void-packages repository

https://github.com/oreo639/void-packages gdk-pixbuf
https://github.com/void-linux/void-packages/pull/42418

gdk-pixbuf: update to 2.42.10.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/42418.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gdk-pixbuf-42418.patch --]
[-- Type: text/x-diff, Size: 3741 bytes --]

From 26c63c2308746c143f784e0a7fcf636faaeca553 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Thu, 23 Feb 2023 18:43:26 -0800
Subject: [PATCH 1/2] libjpeg-turbo: update to 2.1.5.1.

---
 srcpkgs/libjpeg-turbo/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libjpeg-turbo/template b/srcpkgs/libjpeg-turbo/template
index 357453271f06..3c73aeb9b89f 100644
--- a/srcpkgs/libjpeg-turbo/template
+++ b/srcpkgs/libjpeg-turbo/template
@@ -1,6 +1,6 @@
 # Template file for 'libjpeg-turbo'
 pkgname=libjpeg-turbo
-version=2.1.4
+version=2.1.5.1
 revision=1
 build_style=cmake
 configure_args="-DWITH_JPEG8=1 -DCMAKE_INSTALL_LIBDIR=/usr/lib"
@@ -11,7 +11,7 @@ license="IJG, BSD-3-Clause, Zlib"
 homepage="https://libjpeg-turbo.org/"
 changelog="https://raw.githubusercontent.com/libjpeg-turbo/libjpeg-turbo/main/ChangeLog.md"
 distfiles="${SOURCEFORGE_SITE}/libjpeg-turbo/libjpeg-turbo-${version}.tar.gz"
-checksum=d3ed26a1131a13686dfca4935e520eb7c90ae76fbc45d98bb50a8dc86230342b
+checksum=2fdc3feb6e9deb17adec9bafa3321419aa19f8f4e5dea7bf8486844ca22207bf
 
 provides="jpeg-8_1"
 replaces="jpeg>=0"

From eb29e57a2004f769b15e4c4f86f02a98f92eecf0 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Thu, 23 Feb 2023 18:43:51 -0800
Subject: [PATCH 2/2] gdk-pixbuf: update to 2.42.10.

---
 .../gdk-pixbuf/patches/largejpeg-oom-test.patch    | 14 ++++++++++++++
 srcpkgs/gdk-pixbuf/template                        | 12 ++++++------
 2 files changed, 20 insertions(+), 6 deletions(-)
 create mode 100644 srcpkgs/gdk-pixbuf/patches/largejpeg-oom-test.patch

diff --git a/srcpkgs/gdk-pixbuf/patches/largejpeg-oom-test.patch b/srcpkgs/gdk-pixbuf/patches/largejpeg-oom-test.patch
new file mode 100644
index 000000000000..efb3b968f1c5
--- /dev/null
+++ b/srcpkgs/gdk-pixbuf/patches/largejpeg-oom-test.patch
@@ -0,0 +1,14 @@
+--- a/tests/pixbuf-jpeg.c
++++ b/tests/pixbuf-jpeg.c
+@@ -196,10 +196,7 @@ test_jpeg_fbfbfbfb (void)
+   g_assert_no_error (error);
+ 
+   gdk_pixbuf_loader_close (loader, &error);
+-  g_assert_error (error, GDK_PIXBUF_ERROR, GDK_PIXBUF_ERROR_CORRUPT_IMAGE);
+-
+-  pixbuf = gdk_pixbuf_loader_get_pixbuf (loader);
+-  g_assert_nonnull (pixbuf);
++  g_assert_error (error, GDK_PIXBUF_ERROR, GDK_PIXBUF_ERROR_INSUFFICIENT_MEMORY);
+ 
+   g_object_unref (loader);
+   g_free (contents);
diff --git a/srcpkgs/gdk-pixbuf/template b/srcpkgs/gdk-pixbuf/template
index 02c825703059..0f2117fa95d1 100644
--- a/srcpkgs/gdk-pixbuf/template
+++ b/srcpkgs/gdk-pixbuf/template
@@ -1,13 +1,13 @@
 # Template file for 'gdk-pixbuf'
 pkgname=gdk-pixbuf
-version=2.42.6
+version=2.42.10
 revision=1
 build_style=meson
 build_helper="gir"
-configure_args="-Dintrospection=$(vopt_if gir enabled disabled) -Dpng=true
- -Dinstalled_tests=false"
-hostmakedepends="gettext-devel glib-devel pkg-config libxslt docbook-xsl"
-makedepends="libglib-devel libpng-devel tiff-devel
+configure_args="-Dintrospection=$(vopt_if gir enabled disabled) -Dpng=enabled
+ -Djpeg=enabled -Dtiff=enabled -Dinstalled_tests=false"
+hostmakedepends="gettext-devel glib-devel pkg-config python3-docutils"
+makedepends="libglib-devel libpng-devel tiff-devel libjpeg-turbo-devel
  shared-mime-info"
 depends="shared-mime-info"
 short_desc="Image loading library for The GTK+ toolkit (v2)"
@@ -15,7 +15,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/GdkPixbuf"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=c4a6b75b7ed8f58ca48da830b9fa00ed96d668d3ab4b1f723dcf902f78bde77f
+checksum=ee9b6c75d13ba096907a2e3c6b27b61bcd17f5c7ebeab5a5b439d2f2e39fe44b
 
 # Package build options
 build_options="gir"

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

* Re: [PR PATCH] [Merged]: gdk-pixbuf: update to 2.42.10.
  2023-02-24  2:44 [PR PATCH] gdk-pixbuf: update to 2.42.10 oreo639
                   ` (2 preceding siblings ...)
  2023-02-24  3:47 ` oreo639
@ 2023-03-30 20:53 ` paper42
  3 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2023-03-30 20:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1095 bytes --]

There's a merged pull request on the void-packages repository

gdk-pixbuf: update to 2.42.10.
https://github.com/void-linux/void-packages/pull/42418

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

* [PR PATCH] gdk-pixbuf: update to 2.42.10.
@ 2022-11-25 11:45 Eloitor
  0 siblings, 0 replies; 6+ messages in thread
From: Eloitor @ 2022-11-25 11:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 567 bytes --]

There is a new pull request by Eloitor against master on the void-packages repository

https://github.com/Eloitor/void-packages gdk-pixbuf
https://github.com/void-linux/void-packages/pull/40758

gdk-pixbuf: update to 2.42.10.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

I'm adopting this package since I'll use it to try to package `gotktrix`.


A patch file from https://github.com/void-linux/void-packages/pull/40758.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gdk-pixbuf-40758.patch --]
[-- Type: text/x-diff, Size: 1548 bytes --]

From 4bc86a7acf466f9f88d5d20787bb269fff4b570e Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Fri, 25 Nov 2022 12:50:13 +0100
Subject: [PATCH] gdk-pixbuf: update to 2.42.10.

---
 srcpkgs/gdk-pixbuf/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/gdk-pixbuf/template b/srcpkgs/gdk-pixbuf/template
index 02c825703059..f28860f86126 100644
--- a/srcpkgs/gdk-pixbuf/template
+++ b/srcpkgs/gdk-pixbuf/template
@@ -1,21 +1,21 @@
 # Template file for 'gdk-pixbuf'
 pkgname=gdk-pixbuf
-version=2.42.6
+version=2.42.10
 revision=1
 build_style=meson
 build_helper="gir"
-configure_args="-Dintrospection=$(vopt_if gir enabled disabled) -Dpng=true
+configure_args="-Dintrospection=$(vopt_if gir enabled disabled) -Dpng=enabled
  -Dinstalled_tests=false"
 hostmakedepends="gettext-devel glib-devel pkg-config libxslt docbook-xsl"
 makedepends="libglib-devel libpng-devel tiff-devel
- shared-mime-info"
+ shared-mime-info python3-docutils"
 depends="shared-mime-info"
 short_desc="Image loading library for The GTK+ toolkit (v2)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
 license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/GdkPixbuf"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=c4a6b75b7ed8f58ca48da830b9fa00ed96d668d3ab4b1f723dcf902f78bde77f
+checksum=ee9b6c75d13ba096907a2e3c6b27b61bcd17f5c7ebeab5a5b439d2f2e39fe44b
 
 # Package build options
 build_options="gir"

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

end of thread, other threads:[~2023-03-30 20:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-24  2:44 [PR PATCH] gdk-pixbuf: update to 2.42.10 oreo639
2023-02-24  3:06 ` [PR PATCH] [Updated] " oreo639
2023-02-24  3:40 ` oreo639
2023-02-24  3:47 ` oreo639
2023-03-30 20:53 ` [PR PATCH] [Merged]: " paper42
  -- strict thread matches above, loose matches on Subject: below --
2022-11-25 11:45 [PR PATCH] " Eloitor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).