Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gegl: enable vapigen
@ 2022-09-23  6:33 oreo639
  2022-09-23  7:30 ` [PR PATCH] [Updated] " oreo639
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: oreo639 @ 2022-09-23  6:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages gegl
https://github.com/void-linux/void-packages/pull/39430

gegl: enable vapigen
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/39430.patch is attached

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

From 91c0351ffe5b8614835574a1881fa266a9a89290 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Thu, 22 Sep 2022 23:31:24 -0700
Subject: [PATCH] gegl: enable vapigen

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

diff --git a/srcpkgs/gegl/template b/srcpkgs/gegl/template
index 0c34513f2d51..44d6d9f49104 100644
--- a/srcpkgs/gegl/template
+++ b/srcpkgs/gegl/template
@@ -1,17 +1,17 @@
 # Template file for 'gegl'
 pkgname=gegl
 version=0.4.38
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
-configure_args="-Ddocs=false -Dintrospection=true
+configure_args="-Ddocs=false -Dintrospection=true -Dvapigen=enabled
  -Dlibspiro=disabled -Dlibv4l=disabled -Dlibv4l2=disabled -Dlua=disabled
- -Dmrg=disabled -Dopenexr=disabled -Dsdl2=disabled -Dvapigen=disabled
+ -Dmrg=disabled -Dopenexr=disabled -Dsdl2=disabled
  -Dlibav=disabled -Dumfpack=disabled"
-hostmakedepends="pkg-config gettext"
+hostmakedepends="pkg-config gettext vala"
 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"
+ python3-gobject-devel poppler-glib-devel vala"
 short_desc="Graph based image processing framework"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-only, LGPL-3.0-only"
@@ -31,6 +31,7 @@ gegl-devel_package() {
 		vmove usr/include
 		vmove usr/lib/pkgconfig
 		vmove usr/lib/libgegl-0.4.so
+		vmove usr/share/vala
 		vmove usr/share/gir-1.0
 	}
 }

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

* Re: [PR PATCH] [Updated] gegl: enable vapigen
  2022-09-23  6:33 [PR PATCH] gegl: enable vapigen oreo639
@ 2022-09-23  7:30 ` oreo639
  2022-09-23  7:42 ` oreo639
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: oreo639 @ 2022-09-23  7:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages gegl
https://github.com/void-linux/void-packages/pull/39430

gegl: enable vapigen
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/39430.patch is attached

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

From 0bd8bc3d8caae253bedbb0309f5f78b3c94093d8 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Thu, 22 Sep 2022 23:31:24 -0700
Subject: [PATCH] gegl: enable vapigen

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

diff --git a/srcpkgs/gegl/template b/srcpkgs/gegl/template
index 0c34513f2d51..8cbb52a6db62 100644
--- a/srcpkgs/gegl/template
+++ b/srcpkgs/gegl/template
@@ -1,17 +1,17 @@
 # Template file for 'gegl'
 pkgname=gegl
 version=0.4.38
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
-configure_args="-Ddocs=false -Dintrospection=true
+configure_args="-Ddocs=false -Dintrospection=true -Dvapigen=enabled
  -Dlibspiro=disabled -Dlibv4l=disabled -Dlibv4l2=disabled -Dlua=disabled
- -Dmrg=disabled -Dopenexr=disabled -Dsdl2=disabled -Dvapigen=disabled
+ -Dmrg=disabled -Dopenexr=disabled -Dsdl2=disabled
  -Dlibav=disabled -Dumfpack=disabled"
-hostmakedepends="pkg-config gettext"
-makedepends="babl-devel exiv2-devel gtk+-devel jasper-devel json-glib-devel
+hostmakedepends="pkg-config gettext vala"
+makedepends="babl-devel exiv2-devel jasper-devel json-glib-devel
  lensfun-devel libgexiv2-devel librsvg-devel libraw-devel libwebp-devel
- python3-gobject-devel poppler-glib-devel"
+ python3-gobject-devel poppler-glib-devel vala"
 short_desc="Graph based image processing framework"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-only, LGPL-3.0-only"
@@ -31,6 +31,7 @@ gegl-devel_package() {
 		vmove usr/include
 		vmove usr/lib/pkgconfig
 		vmove usr/lib/libgegl-0.4.so
+		vmove usr/share/vala
 		vmove usr/share/gir-1.0
 	}
 }

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

* Re: [PR PATCH] [Updated] gegl: enable vapigen
  2022-09-23  6:33 [PR PATCH] gegl: enable vapigen oreo639
  2022-09-23  7:30 ` [PR PATCH] [Updated] " oreo639
@ 2022-09-23  7:42 ` oreo639
  2022-09-23  7:42 ` oreo639
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: oreo639 @ 2022-09-23  7:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages gegl
https://github.com/void-linux/void-packages/pull/39430

gegl: enable vapigen
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/39430.patch is attached

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

From 86e45ed18d9d355bbbc5694ea0d7e7508fdd60a6 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Thu, 22 Sep 2022 23:31:24 -0700
Subject: [PATCH] gegl: enable vapigen

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

diff --git a/srcpkgs/gegl/template b/srcpkgs/gegl/template
index 0c34513f2d51..69755f3c8792 100644
--- a/srcpkgs/gegl/template
+++ b/srcpkgs/gegl/template
@@ -1,17 +1,17 @@
 # Template file for 'gegl'
 pkgname=gegl
 version=0.4.38
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
-configure_args="-Ddocs=false -Dintrospection=true
+configure_args="-Ddocs=false -Dintrospection=true -Dvapigen=enabled
  -Dlibspiro=disabled -Dlibv4l=disabled -Dlibv4l2=disabled -Dlua=disabled
- -Dmrg=disabled -Dopenexr=disabled -Dsdl2=disabled -Dvapigen=disabled
+ -Dmrg=disabled -Dopenexr=disabled -Dsdl2=disabled
  -Dlibav=disabled -Dumfpack=disabled"
-hostmakedepends="pkg-config gettext"
-makedepends="babl-devel exiv2-devel gtk+-devel jasper-devel json-glib-devel
+hostmakedepends="pkg-config gettext vala"
+makedepends="babl-devel exiv2-devel jasper-devel json-glib-devel
  lensfun-devel libgexiv2-devel librsvg-devel libraw-devel libwebp-devel
- python3-gobject-devel poppler-glib-devel"
+ python3-gobject-devel poppler-glib-devel pango-devel vala"
 short_desc="Graph based image processing framework"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-only, LGPL-3.0-only"
@@ -31,6 +31,7 @@ gegl-devel_package() {
 		vmove usr/include
 		vmove usr/lib/pkgconfig
 		vmove usr/lib/libgegl-0.4.so
+		vmove usr/share/vala
 		vmove usr/share/gir-1.0
 	}
 }

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

* Re: gegl: enable vapigen
  2022-09-23  6:33 [PR PATCH] gegl: enable vapigen oreo639
  2022-09-23  7:30 ` [PR PATCH] [Updated] " oreo639
  2022-09-23  7:42 ` oreo639
@ 2022-09-23  7:42 ` oreo639
  2022-09-23  7:43 ` oreo639
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: oreo639 @ 2022-09-23  7:42 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/39430#issuecomment-1255892417

Comment:
Tests are failing because of the pango issue that would be resolved here: https://github.com/void-linux/void-packages/pull/39428

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

* Re: gegl: enable vapigen
  2022-09-23  6:33 [PR PATCH] gegl: enable vapigen oreo639
                   ` (2 preceding siblings ...)
  2022-09-23  7:42 ` oreo639
@ 2022-09-23  7:43 ` oreo639
  2022-09-23  7:48 ` [PR PATCH] [Updated] " oreo639
  2022-09-23  8:10 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: oreo639 @ 2022-09-23  7:43 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/39430#issuecomment-1255892417

Comment:
Tests are only failing because of the pango issue that would be resolved here: https://github.com/void-linux/void-packages/pull/39428

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

* Re: [PR PATCH] [Updated] gegl: enable vapigen
  2022-09-23  6:33 [PR PATCH] gegl: enable vapigen oreo639
                   ` (3 preceding siblings ...)
  2022-09-23  7:43 ` oreo639
@ 2022-09-23  7:48 ` oreo639
  2022-09-23  8:10 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: oreo639 @ 2022-09-23  7:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages gegl
https://github.com/void-linux/void-packages/pull/39430

gegl: enable vapigen
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/39430.patch is attached

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

From 90dcda0d7d8524c1e0db222796e31bae48bcb801 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Thu, 22 Sep 2022 23:31:24 -0700
Subject: [PATCH] gegl: enable vapigen

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

diff --git a/srcpkgs/gegl/template b/srcpkgs/gegl/template
index 0c34513f2d51..69755f3c8792 100644
--- a/srcpkgs/gegl/template
+++ b/srcpkgs/gegl/template
@@ -1,17 +1,17 @@
 # Template file for 'gegl'
 pkgname=gegl
 version=0.4.38
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
-configure_args="-Ddocs=false -Dintrospection=true
+configure_args="-Ddocs=false -Dintrospection=true -Dvapigen=enabled
  -Dlibspiro=disabled -Dlibv4l=disabled -Dlibv4l2=disabled -Dlua=disabled
- -Dmrg=disabled -Dopenexr=disabled -Dsdl2=disabled -Dvapigen=disabled
+ -Dmrg=disabled -Dopenexr=disabled -Dsdl2=disabled
  -Dlibav=disabled -Dumfpack=disabled"
-hostmakedepends="pkg-config gettext"
-makedepends="babl-devel exiv2-devel gtk+-devel jasper-devel json-glib-devel
+hostmakedepends="pkg-config gettext vala"
+makedepends="babl-devel exiv2-devel jasper-devel json-glib-devel
  lensfun-devel libgexiv2-devel librsvg-devel libraw-devel libwebp-devel
- python3-gobject-devel poppler-glib-devel"
+ python3-gobject-devel poppler-glib-devel pango-devel vala"
 short_desc="Graph based image processing framework"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-only, LGPL-3.0-only"
@@ -31,6 +31,7 @@ gegl-devel_package() {
 		vmove usr/include
 		vmove usr/lib/pkgconfig
 		vmove usr/lib/libgegl-0.4.so
+		vmove usr/share/vala
 		vmove usr/share/gir-1.0
 	}
 }

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

* Re: [PR PATCH] [Merged]: gegl: enable vapigen
  2022-09-23  6:33 [PR PATCH] gegl: enable vapigen oreo639
                   ` (4 preceding siblings ...)
  2022-09-23  7:48 ` [PR PATCH] [Updated] " oreo639
@ 2022-09-23  8:10 ` paper42
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-09-23  8:10 UTC (permalink / raw)
  To: ml

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

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

gegl: enable vapigen
https://github.com/void-linux/void-packages/pull/39430

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

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

<!--
#### 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] 7+ messages in thread

end of thread, other threads:[~2022-09-23  8:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-23  6:33 [PR PATCH] gegl: enable vapigen oreo639
2022-09-23  7:30 ` [PR PATCH] [Updated] " oreo639
2022-09-23  7:42 ` oreo639
2022-09-23  7:42 ` oreo639
2022-09-23  7:43 ` oreo639
2022-09-23  7:48 ` [PR PATCH] [Updated] " oreo639
2022-09-23  8:10 ` [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).