Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gegl: update to 0.4.36.
@ 2022-06-20 15:42 paper42
  2022-06-20 16:07 ` [PR PATCH] [Updated] gegl: update to 0.4.36, babl: update to 0.1.92 paper42
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: paper42 @ 2022-06-20 15:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages gegl-0.4.36
https://github.com/void-linux/void-packages/pull/37623

gegl: update to 0.4.36.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/37623.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gegl-0.4.36-37623.patch --]
[-- Type: text/x-diff, Size: 3299 bytes --]

From cfcfa824ca1b620b2abc8ea51423fec4c634f90d Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Mon, 20 Jun 2022 13:24:44 +0200
Subject: [PATCH 1/2] gegl: update to 0.4.36.

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

diff --git a/srcpkgs/gegl/template b/srcpkgs/gegl/template
index cd195ed8846b..31ad86bd4b20 100644
--- a/srcpkgs/gegl/template
+++ b/srcpkgs/gegl/template
@@ -1,6 +1,6 @@
 # Template file for 'gegl'
 pkgname=gegl
-version=0.4.34
+version=0.4.36
 revision=1
 build_style=meson
 build_helper="gir"
@@ -8,20 +8,20 @@ configure_args="-Ddocs=false -Dintrospection=true
  -Dlibspiro=disabled -Dlibv4l=disabled -Dlibv4l2=disabled -Dlua=disabled
  -Dmrg=disabled -Dopenexr=disabled -Dsdl2=disabled -Dvapigen=disabled
  -Dlibav=disabled -Dumfpack=disabled"
-hostmakedepends="pkg-config intltool"
+hostmakedepends="pkg-config gettext"
 makedepends="babl-devel exiv2-devel gtk+-devel jasper-devel json-glib-devel
  lensfun-devel libgexiv2-devel librsvg-devel libraw-devel libwebp-devel
  python3-gobject-devel poppler-glib-devel"
 short_desc="Graph based image processing framework"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-only, LGPL-3.0-only"
-homepage="https://www.gimp.org"
-changelog="https://gitlab.gnome.org/GNOME/gegl/raw/master/docs/NEWS.txt"
+homepage="https://gegl.org/"
+changelog="https://gitlab.gnome.org/GNOME/gegl/-/raw/master/docs/NEWS.adoc"
 distfiles="https://download.gimp.org/pub/gegl/${version%.*}/gegl-${version}.tar.xz"
-checksum=ef63f0bca5b431c6119addd834ca7fbb507c900c4861c57b3667b6f4ccfcaaaa
+checksum=6fd58a0cdcc7702258adaeffb573a389228ae8f0eff47578efda2309b61b2ca6
 
 gegl-devel_package() {
-	depends="json-glib-devel babl-devel gegl>=${version}_${revision}"
+	depends="json-glib-devel babl-devel ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

From dbeaf01e24dd76b34881022b58d77c6804fe21bd Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Mon, 20 Jun 2022 13:36:46 +0200
Subject: [PATCH 2/2] babl: update to 0.1.92.

---
 srcpkgs/babl/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/babl/template b/srcpkgs/babl/template
index 1ed797f599da..8ccbc75985ec 100644
--- a/srcpkgs/babl/template
+++ b/srcpkgs/babl/template
@@ -1,6 +1,6 @@
 # Template file for 'babl'
 pkgname=babl
-version=0.1.88
+version=0.1.92
 revision=1
 build_style=meson
 build_helper=gir
@@ -10,13 +10,13 @@ makedepends="lcms2-devel vala-devel"
 short_desc="Dynamic pixel format translation library"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-3.0-only"
-homepage="http://gegl.org/babl/"
+homepage="https://gegl.org/babl/"
 changelog="https://raw.githubusercontent.com/GNOME/babl/master/NEWS"
 distfiles="https://download.gimp.org/pub/babl/${version%.*}/babl-${version}.tar.xz"
-checksum=4f0d7f4aaa0bb2e725f349adf7b351a957d9fb26d555d9895a7af816b4167039
+checksum=f667735028944b6375ad18f160a64ceb93f5c7dccaa9d8751de359777488a2c1
 
 babl-devel_package() {
-	depends="${sourcepkg}>=${version}_${revision}"
+	depends="lcms2-devel ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

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

* Re: [PR PATCH] [Updated] gegl: update to 0.4.36, babl: update to 0.1.92
  2022-06-20 15:42 [PR PATCH] gegl: update to 0.4.36 paper42
@ 2022-06-20 16:07 ` paper42
  2022-06-20 16:21 ` paper42
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: paper42 @ 2022-06-20 16:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages gegl-0.4.36
https://github.com/void-linux/void-packages/pull/37623

gegl: update to 0.4.36, babl: update to 0.1.92
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/37623.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gegl-0.4.36-37623.patch --]
[-- Type: text/x-diff, Size: 3381 bytes --]

From 2a91b0098d686cf1c7d89a26bfb38e5e63a79886 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Mon, 20 Jun 2022 13:24:44 +0200
Subject: [PATCH 1/2] gegl: update to 0.4.36.

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

diff --git a/srcpkgs/gegl/template b/srcpkgs/gegl/template
index cd195ed8846b..31ad86bd4b20 100644
--- a/srcpkgs/gegl/template
+++ b/srcpkgs/gegl/template
@@ -1,6 +1,6 @@
 # Template file for 'gegl'
 pkgname=gegl
-version=0.4.34
+version=0.4.36
 revision=1
 build_style=meson
 build_helper="gir"
@@ -8,20 +8,20 @@ configure_args="-Ddocs=false -Dintrospection=true
  -Dlibspiro=disabled -Dlibv4l=disabled -Dlibv4l2=disabled -Dlua=disabled
  -Dmrg=disabled -Dopenexr=disabled -Dsdl2=disabled -Dvapigen=disabled
  -Dlibav=disabled -Dumfpack=disabled"
-hostmakedepends="pkg-config intltool"
+hostmakedepends="pkg-config gettext"
 makedepends="babl-devel exiv2-devel gtk+-devel jasper-devel json-glib-devel
  lensfun-devel libgexiv2-devel librsvg-devel libraw-devel libwebp-devel
  python3-gobject-devel poppler-glib-devel"
 short_desc="Graph based image processing framework"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-only, LGPL-3.0-only"
-homepage="https://www.gimp.org"
-changelog="https://gitlab.gnome.org/GNOME/gegl/raw/master/docs/NEWS.txt"
+homepage="https://gegl.org/"
+changelog="https://gitlab.gnome.org/GNOME/gegl/-/raw/master/docs/NEWS.adoc"
 distfiles="https://download.gimp.org/pub/gegl/${version%.*}/gegl-${version}.tar.xz"
-checksum=ef63f0bca5b431c6119addd834ca7fbb507c900c4861c57b3667b6f4ccfcaaaa
+checksum=6fd58a0cdcc7702258adaeffb573a389228ae8f0eff47578efda2309b61b2ca6
 
 gegl-devel_package() {
-	depends="json-glib-devel babl-devel gegl>=${version}_${revision}"
+	depends="json-glib-devel babl-devel ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

From 12d49e5c8ce7c55235c2d84ecca6ddd68d2c5741 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Mon, 20 Jun 2022 13:36:46 +0200
Subject: [PATCH 2/2] babl: update to 0.1.92.

---
 srcpkgs/babl/template | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/babl/template b/srcpkgs/babl/template
index 1ed797f599da..1e67bfc23932 100644
--- a/srcpkgs/babl/template
+++ b/srcpkgs/babl/template
@@ -1,6 +1,6 @@
 # Template file for 'babl'
 pkgname=babl
-version=0.1.88
+version=0.1.92
 revision=1
 build_style=meson
 build_helper=gir
@@ -10,13 +10,17 @@ makedepends="lcms2-devel vala-devel"
 short_desc="Dynamic pixel format translation library"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-3.0-only"
-homepage="http://gegl.org/babl/"
+homepage="https://gegl.org/babl/"
 changelog="https://raw.githubusercontent.com/GNOME/babl/master/NEWS"
 distfiles="https://download.gimp.org/pub/babl/${version%.*}/babl-${version}.tar.xz"
-checksum=4f0d7f4aaa0bb2e725f349adf7b351a957d9fb26d555d9895a7af816b4167039
+checksum=f667735028944b6375ad18f160a64ceb93f5c7dccaa9d8751de359777488a2c1
+
+if [ "$XBPS_WORDSIZE" = 32 ]; then
+	configure_args+=" -Db_lto=false"
+fi
 
 babl-devel_package() {
-	depends="${sourcepkg}>=${version}_${revision}"
+	depends="lcms2-devel ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

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

* Re: [PR PATCH] [Updated] gegl: update to 0.4.36, babl: update to 0.1.92
  2022-06-20 15:42 [PR PATCH] gegl: update to 0.4.36 paper42
  2022-06-20 16:07 ` [PR PATCH] [Updated] gegl: update to 0.4.36, babl: update to 0.1.92 paper42
@ 2022-06-20 16:21 ` paper42
  2022-06-20 22:34 ` paper42
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: paper42 @ 2022-06-20 16:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages gegl-0.4.36
https://github.com/void-linux/void-packages/pull/37623

gegl: update to 0.4.36, babl: update to 0.1.92
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/37623.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gegl-0.4.36-37623.patch --]
[-- Type: text/x-diff, Size: 3388 bytes --]

From 56a0bcd940071af7a2047f1fd25f1b895b8e65d3 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Mon, 20 Jun 2022 13:24:44 +0200
Subject: [PATCH 1/2] gegl: update to 0.4.36.

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

diff --git a/srcpkgs/gegl/template b/srcpkgs/gegl/template
index cd195ed8846b..31ad86bd4b20 100644
--- a/srcpkgs/gegl/template
+++ b/srcpkgs/gegl/template
@@ -1,6 +1,6 @@
 # Template file for 'gegl'
 pkgname=gegl
-version=0.4.34
+version=0.4.36
 revision=1
 build_style=meson
 build_helper="gir"
@@ -8,20 +8,20 @@ configure_args="-Ddocs=false -Dintrospection=true
  -Dlibspiro=disabled -Dlibv4l=disabled -Dlibv4l2=disabled -Dlua=disabled
  -Dmrg=disabled -Dopenexr=disabled -Dsdl2=disabled -Dvapigen=disabled
  -Dlibav=disabled -Dumfpack=disabled"
-hostmakedepends="pkg-config intltool"
+hostmakedepends="pkg-config gettext"
 makedepends="babl-devel exiv2-devel gtk+-devel jasper-devel json-glib-devel
  lensfun-devel libgexiv2-devel librsvg-devel libraw-devel libwebp-devel
  python3-gobject-devel poppler-glib-devel"
 short_desc="Graph based image processing framework"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-only, LGPL-3.0-only"
-homepage="https://www.gimp.org"
-changelog="https://gitlab.gnome.org/GNOME/gegl/raw/master/docs/NEWS.txt"
+homepage="https://gegl.org/"
+changelog="https://gitlab.gnome.org/GNOME/gegl/-/raw/master/docs/NEWS.adoc"
 distfiles="https://download.gimp.org/pub/gegl/${version%.*}/gegl-${version}.tar.xz"
-checksum=ef63f0bca5b431c6119addd834ca7fbb507c900c4861c57b3667b6f4ccfcaaaa
+checksum=6fd58a0cdcc7702258adaeffb573a389228ae8f0eff47578efda2309b61b2ca6
 
 gegl-devel_package() {
-	depends="json-glib-devel babl-devel gegl>=${version}_${revision}"
+	depends="json-glib-devel babl-devel ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

From e18743001053ec9d423fda9a841cc3f849e7800b Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Mon, 20 Jun 2022 13:36:46 +0200
Subject: [PATCH 2/2] babl: update to 0.1.92.

---
 srcpkgs/babl/template | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/babl/template b/srcpkgs/babl/template
index 1ed797f599da..cba30c3c0e0f 100644
--- a/srcpkgs/babl/template
+++ b/srcpkgs/babl/template
@@ -1,6 +1,6 @@
 # Template file for 'babl'
 pkgname=babl
-version=0.1.88
+version=0.1.92
 revision=1
 build_style=meson
 build_helper=gir
@@ -10,13 +10,17 @@ makedepends="lcms2-devel vala-devel"
 short_desc="Dynamic pixel format translation library"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-3.0-only"
-homepage="http://gegl.org/babl/"
+homepage="https://gegl.org/babl/"
 changelog="https://raw.githubusercontent.com/GNOME/babl/master/NEWS"
 distfiles="https://download.gimp.org/pub/babl/${version%.*}/babl-${version}.tar.xz"
-checksum=4f0d7f4aaa0bb2e725f349adf7b351a957d9fb26d555d9895a7af816b4167039
+checksum=f667735028944b6375ad18f160a64ceb93f5c7dccaa9d8751de359777488a2c1
+
+if [ "$XBPS_TARGET_WORDSIZE" = 32 ]; then
+	configure_args+=" -Db_lto=false"
+fi
 
 babl-devel_package() {
-	depends="${sourcepkg}>=${version}_${revision}"
+	depends="lcms2-devel ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

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

* Re: [PR PATCH] [Updated] gegl: update to 0.4.36, babl: update to 0.1.92
  2022-06-20 15:42 [PR PATCH] gegl: update to 0.4.36 paper42
  2022-06-20 16:07 ` [PR PATCH] [Updated] gegl: update to 0.4.36, babl: update to 0.1.92 paper42
  2022-06-20 16:21 ` paper42
@ 2022-06-20 22:34 ` paper42
  2022-06-20 22:36 ` biopsin
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: paper42 @ 2022-06-20 22:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages gegl-0.4.36
https://github.com/void-linux/void-packages/pull/37623

gegl: update to 0.4.36, babl: update to 0.1.92
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/37623.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gegl-0.4.36-37623.patch --]
[-- Type: text/x-diff, Size: 3385 bytes --]

From d5575661267db4d4cb0f1c09952143ff1179b02d Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Mon, 20 Jun 2022 13:24:44 +0200
Subject: [PATCH 1/2] gegl: update to 0.4.36.

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

diff --git a/srcpkgs/gegl/template b/srcpkgs/gegl/template
index cd195ed8846b..31ad86bd4b20 100644
--- a/srcpkgs/gegl/template
+++ b/srcpkgs/gegl/template
@@ -1,6 +1,6 @@
 # Template file for 'gegl'
 pkgname=gegl
-version=0.4.34
+version=0.4.36
 revision=1
 build_style=meson
 build_helper="gir"
@@ -8,20 +8,20 @@ configure_args="-Ddocs=false -Dintrospection=true
  -Dlibspiro=disabled -Dlibv4l=disabled -Dlibv4l2=disabled -Dlua=disabled
  -Dmrg=disabled -Dopenexr=disabled -Dsdl2=disabled -Dvapigen=disabled
  -Dlibav=disabled -Dumfpack=disabled"
-hostmakedepends="pkg-config intltool"
+hostmakedepends="pkg-config gettext"
 makedepends="babl-devel exiv2-devel gtk+-devel jasper-devel json-glib-devel
  lensfun-devel libgexiv2-devel librsvg-devel libraw-devel libwebp-devel
  python3-gobject-devel poppler-glib-devel"
 short_desc="Graph based image processing framework"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-only, LGPL-3.0-only"
-homepage="https://www.gimp.org"
-changelog="https://gitlab.gnome.org/GNOME/gegl/raw/master/docs/NEWS.txt"
+homepage="https://gegl.org/"
+changelog="https://gitlab.gnome.org/GNOME/gegl/-/raw/master/docs/NEWS.adoc"
 distfiles="https://download.gimp.org/pub/gegl/${version%.*}/gegl-${version}.tar.xz"
-checksum=ef63f0bca5b431c6119addd834ca7fbb507c900c4861c57b3667b6f4ccfcaaaa
+checksum=6fd58a0cdcc7702258adaeffb573a389228ae8f0eff47578efda2309b61b2ca6
 
 gegl-devel_package() {
-	depends="json-glib-devel babl-devel gegl>=${version}_${revision}"
+	depends="json-glib-devel babl-devel ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

From 1fdb1aaacc0eeebc1f1b905dc57ad08dd974abaf Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Mon, 20 Jun 2022 13:36:46 +0200
Subject: [PATCH 2/2] babl: update to 0.1.92.

---
 srcpkgs/babl/template | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/babl/template b/srcpkgs/babl/template
index 1ed797f599da..0d0493f162d5 100644
--- a/srcpkgs/babl/template
+++ b/srcpkgs/babl/template
@@ -1,6 +1,6 @@
 # Template file for 'babl'
 pkgname=babl
-version=0.1.88
+version=0.1.92
 revision=1
 build_style=meson
 build_helper=gir
@@ -10,13 +10,17 @@ makedepends="lcms2-devel vala-devel"
 short_desc="Dynamic pixel format translation library"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-3.0-only"
-homepage="http://gegl.org/babl/"
+homepage="https://gegl.org/babl/"
 changelog="https://raw.githubusercontent.com/GNOME/babl/master/NEWS"
 distfiles="https://download.gimp.org/pub/babl/${version%.*}/babl-${version}.tar.xz"
-checksum=4f0d7f4aaa0bb2e725f349adf7b351a957d9fb26d555d9895a7af816b4167039
+checksum=f667735028944b6375ad18f160a64ceb93f5c7dccaa9d8751de359777488a2c1
+
+case "$XBPS_TARGET_MACHINE" in
+	arm*) configure_args+=" -Db_lto=false"
+esac
 
 babl-devel_package() {
-	depends="${sourcepkg}>=${version}_${revision}"
+	depends="lcms2-devel ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

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

* Re: gegl: update to 0.4.36, babl: update to 0.1.92
  2022-06-20 15:42 [PR PATCH] gegl: update to 0.4.36 paper42
                   ` (2 preceding siblings ...)
  2022-06-20 22:34 ` paper42
@ 2022-06-20 22:36 ` biopsin
  2022-06-21  7:18 ` biopsin
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: biopsin @ 2022-06-20 22:36 UTC (permalink / raw)
  To: ml

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

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/pull/37623#issuecomment-1160866332

Comment:
dont mind test these against GIMP 2.10.32 for x86_64g

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

* Re: gegl: update to 0.4.36, babl: update to 0.1.92
  2022-06-20 15:42 [PR PATCH] gegl: update to 0.4.36 paper42
                   ` (3 preceding siblings ...)
  2022-06-20 22:36 ` biopsin
@ 2022-06-21  7:18 ` biopsin
  2022-08-09  8:41 ` biopsin
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: biopsin @ 2022-06-21  7:18 UTC (permalink / raw)
  To: ml

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

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/pull/37623#issuecomment-1160866332

Comment:
I dont mind test these against GIMP 2.10.32 for x86_64g
[edit] tests ok here

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

* Re: gegl: update to 0.4.36, babl: update to 0.1.92
  2022-06-20 15:42 [PR PATCH] gegl: update to 0.4.36 paper42
                   ` (4 preceding siblings ...)
  2022-06-21  7:18 ` biopsin
@ 2022-08-09  8:41 ` biopsin
  2022-08-24 20:58 ` [PR PATCH] [Updated] " paper42
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: biopsin @ 2022-08-09  8:41 UTC (permalink / raw)
  To: ml

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

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/pull/37623#issuecomment-1209088745

Comment:
@paper42 tested against gegl-0.4.38 and armv7l and still  errors out on `gegl-algorithms.c:225:1: error: unrecognizable insn:`

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

* Re: [PR PATCH] [Updated] gegl: update to 0.4.36, babl: update to 0.1.92
  2022-06-20 15:42 [PR PATCH] gegl: update to 0.4.36 paper42
                   ` (5 preceding siblings ...)
  2022-08-09  8:41 ` biopsin
@ 2022-08-24 20:58 ` paper42
  2022-09-02 20:03 ` paper42
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: paper42 @ 2022-08-24 20:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages gegl-0.4.36
https://github.com/void-linux/void-packages/pull/37623

gegl: update to 0.4.36, babl: update to 0.1.92
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/37623.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gegl-0.4.36-37623.patch --]
[-- Type: text/x-diff, Size: 3471 bytes --]

From 5cc3a3f9c2466c9196624511592cbcd2d44f94fe Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Mon, 20 Jun 2022 13:24:44 +0200
Subject: [PATCH 1/2] gegl: update to 0.4.36.

---
 srcpkgs/gegl/template | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/gegl/template b/srcpkgs/gegl/template
index cd195ed8846b..b4ed4d3a68bc 100644
--- a/srcpkgs/gegl/template
+++ b/srcpkgs/gegl/template
@@ -1,6 +1,6 @@
 # Template file for 'gegl'
 pkgname=gegl
-version=0.4.34
+version=0.4.36
 revision=1
 build_style=meson
 build_helper="gir"
@@ -8,20 +8,24 @@ configure_args="-Ddocs=false -Dintrospection=true
  -Dlibspiro=disabled -Dlibv4l=disabled -Dlibv4l2=disabled -Dlua=disabled
  -Dmrg=disabled -Dopenexr=disabled -Dsdl2=disabled -Dvapigen=disabled
  -Dlibav=disabled -Dumfpack=disabled"
-hostmakedepends="pkg-config intltool"
+hostmakedepends="pkg-config gettext"
 makedepends="babl-devel exiv2-devel gtk+-devel jasper-devel json-glib-devel
  lensfun-devel libgexiv2-devel librsvg-devel libraw-devel libwebp-devel
  python3-gobject-devel poppler-glib-devel"
 short_desc="Graph based image processing framework"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-only, LGPL-3.0-only"
-homepage="https://www.gimp.org"
-changelog="https://gitlab.gnome.org/GNOME/gegl/raw/master/docs/NEWS.txt"
+homepage="https://gegl.org/"
+changelog="https://gitlab.gnome.org/GNOME/gegl/-/raw/master/docs/NEWS.adoc"
 distfiles="https://download.gimp.org/pub/gegl/${version%.*}/gegl-${version}.tar.xz"
-checksum=ef63f0bca5b431c6119addd834ca7fbb507c900c4861c57b3667b6f4ccfcaaaa
+checksum=6fd58a0cdcc7702258adaeffb573a389228ae8f0eff47578efda2309b61b2ca6
+
+case "$XBPS_TARGET_MACHINE" in
+	arm*) configure_args+=" -Db_lto=false"
+esac
 
 gegl-devel_package() {
-	depends="json-glib-devel babl-devel gegl>=${version}_${revision}"
+	depends="json-glib-devel babl-devel ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

From 6ab078720562d4be1a440527017abbdf214554b5 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Mon, 20 Jun 2022 13:36:46 +0200
Subject: [PATCH 2/2] babl: update to 0.1.92.

---
 srcpkgs/babl/template | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/babl/template b/srcpkgs/babl/template
index 1ed797f599da..0d0493f162d5 100644
--- a/srcpkgs/babl/template
+++ b/srcpkgs/babl/template
@@ -1,6 +1,6 @@
 # Template file for 'babl'
 pkgname=babl
-version=0.1.88
+version=0.1.92
 revision=1
 build_style=meson
 build_helper=gir
@@ -10,13 +10,17 @@ makedepends="lcms2-devel vala-devel"
 short_desc="Dynamic pixel format translation library"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-3.0-only"
-homepage="http://gegl.org/babl/"
+homepage="https://gegl.org/babl/"
 changelog="https://raw.githubusercontent.com/GNOME/babl/master/NEWS"
 distfiles="https://download.gimp.org/pub/babl/${version%.*}/babl-${version}.tar.xz"
-checksum=4f0d7f4aaa0bb2e725f349adf7b351a957d9fb26d555d9895a7af816b4167039
+checksum=f667735028944b6375ad18f160a64ceb93f5c7dccaa9d8751de359777488a2c1
+
+case "$XBPS_TARGET_MACHINE" in
+	arm*) configure_args+=" -Db_lto=false"
+esac
 
 babl-devel_package() {
-	depends="${sourcepkg}>=${version}_${revision}"
+	depends="lcms2-devel ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

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

* Re: [PR PATCH] [Updated] gegl: update to 0.4.36, babl: update to 0.1.92
  2022-06-20 15:42 [PR PATCH] gegl: update to 0.4.36 paper42
                   ` (6 preceding siblings ...)
  2022-08-24 20:58 ` [PR PATCH] [Updated] " paper42
@ 2022-09-02 20:03 ` paper42
  2022-09-02 20:14 ` paper42
  2022-09-02 20:22 ` [PR PATCH] [Merged]: " paper42
  9 siblings, 0 replies; 11+ messages in thread
From: paper42 @ 2022-09-02 20:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages gegl-0.4.36
https://github.com/void-linux/void-packages/pull/37623

gegl: update to 0.4.36, babl: update to 0.1.92
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/37623.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gegl-0.4.36-37623.patch --]
[-- Type: text/x-diff, Size: 5070 bytes --]

From 54b3685bb4aebce2c25c8fcfa30f516c8638a825 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Mon, 20 Jun 2022 13:24:44 +0200
Subject: [PATCH 1/2] gegl: update to 0.4.38.

---
 srcpkgs/gegl/template | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/gegl/template b/srcpkgs/gegl/template
index cd195ed8846b..0c34513f2d51 100644
--- a/srcpkgs/gegl/template
+++ b/srcpkgs/gegl/template
@@ -1,6 +1,6 @@
 # Template file for 'gegl'
 pkgname=gegl
-version=0.4.34
+version=0.4.38
 revision=1
 build_style=meson
 build_helper="gir"
@@ -8,20 +8,24 @@ configure_args="-Ddocs=false -Dintrospection=true
  -Dlibspiro=disabled -Dlibv4l=disabled -Dlibv4l2=disabled -Dlua=disabled
  -Dmrg=disabled -Dopenexr=disabled -Dsdl2=disabled -Dvapigen=disabled
  -Dlibav=disabled -Dumfpack=disabled"
-hostmakedepends="pkg-config intltool"
+hostmakedepends="pkg-config gettext"
 makedepends="babl-devel exiv2-devel gtk+-devel jasper-devel json-glib-devel
  lensfun-devel libgexiv2-devel librsvg-devel libraw-devel libwebp-devel
  python3-gobject-devel poppler-glib-devel"
 short_desc="Graph based image processing framework"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-only, LGPL-3.0-only"
-homepage="https://www.gimp.org"
-changelog="https://gitlab.gnome.org/GNOME/gegl/raw/master/docs/NEWS.txt"
+homepage="https://gegl.org/"
+changelog="https://gitlab.gnome.org/GNOME/gegl/-/raw/master/docs/NEWS.adoc"
 distfiles="https://download.gimp.org/pub/gegl/${version%.*}/gegl-${version}.tar.xz"
-checksum=ef63f0bca5b431c6119addd834ca7fbb507c900c4861c57b3667b6f4ccfcaaaa
+checksum=e4a33c8430a5042fba8439b595348e71870f0d95fbf885ff553f9020c1bed750
+
+case "$XBPS_TARGET_MACHINE" in
+	arm*) configure_args+=" -Db_lto=false"
+esac
 
 gegl-devel_package() {
-	depends="json-glib-devel babl-devel gegl>=${version}_${revision}"
+	depends="json-glib-devel babl-devel ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

From 0c2cf0a8968bd348981498245d70cc8d330419df Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Mon, 20 Jun 2022 13:36:46 +0200
Subject: [PATCH 2/2] babl: update to 0.1.96.

---
 srcpkgs/babl/patches/meson-0.62.patch | 33 ---------------------------
 srcpkgs/babl/template                 |  9 ++++----
 2 files changed, 5 insertions(+), 37 deletions(-)
 delete mode 100644 srcpkgs/babl/patches/meson-0.62.patch

diff --git a/srcpkgs/babl/patches/meson-0.62.patch b/srcpkgs/babl/patches/meson-0.62.patch
deleted file mode 100644
index a105c98cb0db..000000000000
--- a/srcpkgs/babl/patches/meson-0.62.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From b05b2826365a7dbc6ca1bf0977b848055cd0cbb6 Mon Sep 17 00:00:00 2001
-From: Eli Schwartz <eschwartz@archlinux.org>
-Date: Sun, 13 Mar 2022 20:26:05 -0400
-Subject: [PATCH] meson: fix misspelled kwarg name
-
-set10 doesn't have a `Description` kwarg, it does have a `description`
-kwarg though.
-
-This caused the conf variable to not have a description when it should
-have one, and newer versions of Meson with better argument validation
-error out with:
-
-meson.build:58:5: ERROR: configuration_data.set10 got unknown keyword arguments "Description"
----
- meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/meson.build b/meson.build
-index 55054f441..8c93be9d1 100644
---- a/meson.build
-+++ b/meson.build
-@@ -55,7 +55,7 @@ lib_name    = meson.project_name() + '-' + api_version
- stability_version_number = (major_version != 0 ? minor_version : micro_version)
- stable = (stability_version_number % 2 == 0)
- 
--conf.set10('BABL_UNSTABLE', not stable, Description:
-+conf.set10('BABL_UNSTABLE', not stable, description:
-   'Define to 1 if this is an unstable version of BABL.')
- 
- conf.set       ('BABL_MAJOR_VERSION',    '@0@'.format(major_version))
--- 
-GitLab
-
diff --git a/srcpkgs/babl/template b/srcpkgs/babl/template
index 1ed797f599da..4991d56f4e2e 100644
--- a/srcpkgs/babl/template
+++ b/srcpkgs/babl/template
@@ -1,6 +1,6 @@
 # Template file for 'babl'
 pkgname=babl
-version=0.1.88
+version=0.1.96
 revision=1
 build_style=meson
 build_helper=gir
@@ -10,16 +10,17 @@ makedepends="lcms2-devel vala-devel"
 short_desc="Dynamic pixel format translation library"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-3.0-only"
-homepage="http://gegl.org/babl/"
+homepage="https://gegl.org/babl/"
 changelog="https://raw.githubusercontent.com/GNOME/babl/master/NEWS"
 distfiles="https://download.gimp.org/pub/babl/${version%.*}/babl-${version}.tar.xz"
-checksum=4f0d7f4aaa0bb2e725f349adf7b351a957d9fb26d555d9895a7af816b4167039
+checksum=33673fe459a983f411245a49f81fd7f1966af1ea8eca9b095a940c542b8545f6
 
 babl-devel_package() {
-	depends="${sourcepkg}>=${version}_${revision}"
+	depends="lcms2-devel ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
+		vmove usr/share/vala
 		vmove usr/lib/pkgconfig
 		vmove "usr/lib/*.so"
 		vmove "usr/share/gir-*"

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

* Re: [PR PATCH] [Updated] gegl: update to 0.4.36, babl: update to 0.1.92
  2022-06-20 15:42 [PR PATCH] gegl: update to 0.4.36 paper42
                   ` (7 preceding siblings ...)
  2022-09-02 20:03 ` paper42
@ 2022-09-02 20:14 ` paper42
  2022-09-02 20:22 ` [PR PATCH] [Merged]: " paper42
  9 siblings, 0 replies; 11+ messages in thread
From: paper42 @ 2022-09-02 20:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages gegl-0.4.36
https://github.com/void-linux/void-packages/pull/37623

gegl: update to 0.4.36, babl: update to 0.1.92
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/37623.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gegl-0.4.36-37623.patch --]
[-- Type: text/x-diff, Size: 5223 bytes --]

From 52b5a20c02cb98e271802e91fd3c193375805d8b Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Mon, 20 Jun 2022 13:24:44 +0200
Subject: [PATCH 1/2] gegl: update to 0.4.38.

---
 srcpkgs/gegl/template | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/gegl/template b/srcpkgs/gegl/template
index cd195ed8846b..0c34513f2d51 100644
--- a/srcpkgs/gegl/template
+++ b/srcpkgs/gegl/template
@@ -1,6 +1,6 @@
 # Template file for 'gegl'
 pkgname=gegl
-version=0.4.34
+version=0.4.38
 revision=1
 build_style=meson
 build_helper="gir"
@@ -8,20 +8,24 @@ configure_args="-Ddocs=false -Dintrospection=true
  -Dlibspiro=disabled -Dlibv4l=disabled -Dlibv4l2=disabled -Dlua=disabled
  -Dmrg=disabled -Dopenexr=disabled -Dsdl2=disabled -Dvapigen=disabled
  -Dlibav=disabled -Dumfpack=disabled"
-hostmakedepends="pkg-config intltool"
+hostmakedepends="pkg-config gettext"
 makedepends="babl-devel exiv2-devel gtk+-devel jasper-devel json-glib-devel
  lensfun-devel libgexiv2-devel librsvg-devel libraw-devel libwebp-devel
  python3-gobject-devel poppler-glib-devel"
 short_desc="Graph based image processing framework"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-only, LGPL-3.0-only"
-homepage="https://www.gimp.org"
-changelog="https://gitlab.gnome.org/GNOME/gegl/raw/master/docs/NEWS.txt"
+homepage="https://gegl.org/"
+changelog="https://gitlab.gnome.org/GNOME/gegl/-/raw/master/docs/NEWS.adoc"
 distfiles="https://download.gimp.org/pub/gegl/${version%.*}/gegl-${version}.tar.xz"
-checksum=ef63f0bca5b431c6119addd834ca7fbb507c900c4861c57b3667b6f4ccfcaaaa
+checksum=e4a33c8430a5042fba8439b595348e71870f0d95fbf885ff553f9020c1bed750
+
+case "$XBPS_TARGET_MACHINE" in
+	arm*) configure_args+=" -Db_lto=false"
+esac
 
 gegl-devel_package() {
-	depends="json-glib-devel babl-devel gegl>=${version}_${revision}"
+	depends="json-glib-devel babl-devel ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

From e16b82fd4f75f2b74e1fe5c2b5769172bfdc98ad Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Mon, 20 Jun 2022 13:36:46 +0200
Subject: [PATCH 2/2] babl: update to 0.1.96.

---
 srcpkgs/babl/patches/meson-0.62.patch | 33 ---------------------------
 srcpkgs/babl/template                 | 15 ++++++++----
 2 files changed, 10 insertions(+), 38 deletions(-)
 delete mode 100644 srcpkgs/babl/patches/meson-0.62.patch

diff --git a/srcpkgs/babl/patches/meson-0.62.patch b/srcpkgs/babl/patches/meson-0.62.patch
deleted file mode 100644
index a105c98cb0db..000000000000
--- a/srcpkgs/babl/patches/meson-0.62.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From b05b2826365a7dbc6ca1bf0977b848055cd0cbb6 Mon Sep 17 00:00:00 2001
-From: Eli Schwartz <eschwartz@archlinux.org>
-Date: Sun, 13 Mar 2022 20:26:05 -0400
-Subject: [PATCH] meson: fix misspelled kwarg name
-
-set10 doesn't have a `Description` kwarg, it does have a `description`
-kwarg though.
-
-This caused the conf variable to not have a description when it should
-have one, and newer versions of Meson with better argument validation
-error out with:
-
-meson.build:58:5: ERROR: configuration_data.set10 got unknown keyword arguments "Description"
----
- meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/meson.build b/meson.build
-index 55054f441..8c93be9d1 100644
---- a/meson.build
-+++ b/meson.build
-@@ -55,7 +55,7 @@ lib_name    = meson.project_name() + '-' + api_version
- stability_version_number = (major_version != 0 ? minor_version : micro_version)
- stable = (stability_version_number % 2 == 0)
- 
--conf.set10('BABL_UNSTABLE', not stable, Description:
-+conf.set10('BABL_UNSTABLE', not stable, description:
-   'Define to 1 if this is an unstable version of BABL.')
- 
- conf.set       ('BABL_MAJOR_VERSION',    '@0@'.format(major_version))
--- 
-GitLab
-
diff --git a/srcpkgs/babl/template b/srcpkgs/babl/template
index 1ed797f599da..c220d2ccbdf1 100644
--- a/srcpkgs/babl/template
+++ b/srcpkgs/babl/template
@@ -1,6 +1,6 @@
 # Template file for 'babl'
 pkgname=babl
-version=0.1.88
+version=0.1.96
 revision=1
 build_style=meson
 build_helper=gir
@@ -10,16 +10,21 @@ makedepends="lcms2-devel vala-devel"
 short_desc="Dynamic pixel format translation library"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-3.0-only"
-homepage="http://gegl.org/babl/"
-changelog="https://raw.githubusercontent.com/GNOME/babl/master/NEWS"
+homepage="https://gegl.org/babl/"
+changelog="https://gitlab.gnome.org/GNOME/babl/-/raw/master/NEWS"
 distfiles="https://download.gimp.org/pub/babl/${version%.*}/babl-${version}.tar.xz"
-checksum=4f0d7f4aaa0bb2e725f349adf7b351a957d9fb26d555d9895a7af816b4167039
+checksum=33673fe459a983f411245a49f81fd7f1966af1ea8eca9b095a940c542b8545f6
+
+case "$XBPS_TARGET_MACHINE" in
+	arm*) configure_args+=" -Db_lto=false"
+esac
 
 babl-devel_package() {
-	depends="${sourcepkg}>=${version}_${revision}"
+	depends="lcms2-devel ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
+		vmove usr/share/vala
 		vmove usr/lib/pkgconfig
 		vmove "usr/lib/*.so"
 		vmove "usr/share/gir-*"

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

* Re: [PR PATCH] [Merged]: gegl: update to 0.4.36, babl: update to 0.1.92
  2022-06-20 15:42 [PR PATCH] gegl: update to 0.4.36 paper42
                   ` (8 preceding siblings ...)
  2022-09-02 20:14 ` paper42
@ 2022-09-02 20:22 ` paper42
  9 siblings, 0 replies; 11+ messages in thread
From: paper42 @ 2022-09-02 20:22 UTC (permalink / raw)
  To: ml

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

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

gegl: update to 0.4.36, babl: update to 0.1.92
https://github.com/void-linux/void-packages/pull/37623

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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] 11+ messages in thread

end of thread, other threads:[~2022-09-02 20:22 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-20 15:42 [PR PATCH] gegl: update to 0.4.36 paper42
2022-06-20 16:07 ` [PR PATCH] [Updated] gegl: update to 0.4.36, babl: update to 0.1.92 paper42
2022-06-20 16:21 ` paper42
2022-06-20 22:34 ` paper42
2022-06-20 22:36 ` biopsin
2022-06-21  7:18 ` biopsin
2022-08-09  8:41 ` biopsin
2022-08-24 20:58 ` [PR PATCH] [Updated] " paper42
2022-09-02 20:03 ` paper42
2022-09-02 20:14 ` paper42
2022-09-02 20:22 ` [PR PATCH] [Merged]: " paper42

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).