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

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