Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] sord: add pcre2 dependency to build sord_validate
@ 2024-11-26 16:56 iFoundSilentHouse
  2025-02-25  2:01 ` github-actions
  2025-03-11  2:03 ` [PR PATCH] [Closed]: " github-actions
  0 siblings, 2 replies; 3+ messages in thread
From: iFoundSilentHouse @ 2024-11-26 16:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/iFoundSilentHouse/void-packages sord
https://github.com/void-linux/void-packages/pull/53226

sord: add pcre2 dependency to build sord_validate
<!-- 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, (x86_glibc)

[sord_validate](https://lv2plug.in/pages/validating-lv2-data.html) is useful tool to ensure that .ttl side of lv2 sound plugins will work properly. In current state it hasn't been building due to missing pcre2-devel.


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

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

From 002f9fefe2f9dc247929848a026f9d82a73540e5 Mon Sep 17 00:00:00 2001
From: iFoundSilentHouse <adeptslab@gmail.com>
Date: Tue, 26 Nov 2024 22:48:42 +0600
Subject: [PATCH] sord: add pcre2 dependency to build sord_validate

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

diff --git a/srcpkgs/sord/template b/srcpkgs/sord/template
index 5f1dcc6b4c54ab..c86422e48ccaa7 100644
--- a/srcpkgs/sord/template
+++ b/srcpkgs/sord/template
@@ -1,10 +1,10 @@
 # Template file for 'sord'
 pkgname=sord
 version=0.16.16
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="pkg-config"
-makedepends="serd-devel pcre-devel zix-devel"
+makedepends="serd-devel pcre-devel zix-devel pcre2-devel"
 short_desc="Lightweight C library for storing RDF data in memory"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="ISC"

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

* Re: sord: add pcre2 dependency to build sord_validate
  2024-11-26 16:56 [PR PATCH] sord: add pcre2 dependency to build sord_validate iFoundSilentHouse
@ 2025-02-25  2:01 ` github-actions
  2025-03-11  2:03 ` [PR PATCH] [Closed]: " github-actions
  1 sibling, 0 replies; 3+ messages in thread
From: github-actions @ 2025-02-25  2:01 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/53226#issuecomment-2680181889

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: sord: add pcre2 dependency to build sord_validate
  2024-11-26 16:56 [PR PATCH] sord: add pcre2 dependency to build sord_validate iFoundSilentHouse
  2025-02-25  2:01 ` github-actions
@ 2025-03-11  2:03 ` github-actions
  1 sibling, 0 replies; 3+ messages in thread
From: github-actions @ 2025-03-11  2:03 UTC (permalink / raw)
  To: ml

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

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

sord: add pcre2 dependency to build sord_validate
https://github.com/void-linux/void-packages/pull/53226

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, (x86_glibc)

[sord_validate](https://lv2plug.in/pages/validating-lv2-data.html) is useful tool to ensure that .ttl side of lv2 sound plugins will work properly. In current state it hasn't been building due to missing pcre2-devel.


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

end of thread, other threads:[~2025-03-11  2:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-26 16:56 [PR PATCH] sord: add pcre2 dependency to build sord_validate iFoundSilentHouse
2025-02-25  2:01 ` github-actions
2025-03-11  2:03 ` [PR PATCH] [Closed]: " github-actions

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