Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] jsoncpp: update to 1.9.5.
@ 2022-11-24  7:01 skmpz
  2022-11-24 19:01 ` [PR PATCH] [Updated] " skmpz
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: skmpz @ 2022-11-24  7:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages jsoncpp-1.9.5
https://github.com/void-linux/void-packages/pull/40722

jsoncpp: update to 1.9.5.
<!-- 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/40722.patch is attached

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

From 5a8b07748d13977d829298183b1d48a6ae582593 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Mon, 21 Nov 2022 10:09:08 +0400
Subject: [PATCH 01/10] jsoncpp: update to 1.9.5.

---
 common/shlibs            | 2 +-
 srcpkgs/jsoncpp/template | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 6acbb4097f0b..41266361cd80 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1324,7 +1324,7 @@ libspeechd.so.2 speech-dispatcher-0.8_1
 libre2.so.7 re2-2020.06.01_1
 libminizip.so.1 minizip-1.2.7_1
 libsrtp2.so.1 libsrtp-2.1.0_1
-libjsoncpp.so.24 jsoncpp-1.9.4_1
+libjsoncpp.so.25 jsoncpp-1.9.5_1
 libesmtp.so.6 libesmtp-1.0.6_21
 libcaca.so.0 libcaca-0.99.beta18_3
 libcaca++.so.0 libcaca-0.99.beta18_3
diff --git a/srcpkgs/jsoncpp/template b/srcpkgs/jsoncpp/template
index 2143dee6e7cb..d8cd9383d9e0 100644
--- a/srcpkgs/jsoncpp/template
+++ b/srcpkgs/jsoncpp/template
@@ -1,14 +1,14 @@
 # Template file for 'jsoncpp'
 pkgname=jsoncpp
-version=1.9.4
-revision=2
+version=1.9.5
+revision=1
 build_style=meson
 short_desc="JSON implementation in C++"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Public Domain, MIT"
 homepage="https://github.com/open-source-parsers/jsoncpp"
-distfiles="https://github.com/open-source-parsers/${pkgname}/archive/${version}.tar.gz"
-checksum=e34a628a8142643b976c7233ef381457efad79468c67cb1ae0b83a33d7493999
+distfiles="https://github.com/open-source-parsers/jsoncpp/archive/${version}.tar.gz"
+checksum=f409856e5920c18d0c2fb85276e24ee607d2a09b5e7d5f0a371368903c275da2
 
 CXXFLAGS="-D_GLIBCXX_USE_C99_STDIO=1"
 

From f30755204d8ee13642a2e805b1531a0354fd9af3 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 24 Nov 2022 10:35:07 +0400
Subject: [PATCH 02/10] cmake: rebuild against libjsoncpp.so.25

---
 srcpkgs/cmake/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cmake/template b/srcpkgs/cmake/template
index 5f1f495dbea2..5a9fe0424835 100644
--- a/srcpkgs/cmake/template
+++ b/srcpkgs/cmake/template
@@ -1,7 +1,7 @@
 # Template file for 'cmake'
 pkgname=cmake
 version=3.24.3
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DCMAKE_DOC_DIR=/share/doc/cmake
  -DSPHINX_MAN=1 -DCMAKE_MAN_DIR=/share/man

From 2a5dde6751ca4a909f9ad5a5bff3b2303892e12d Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 24 Nov 2022 10:35:07 +0400
Subject: [PATCH 03/10] cmake-gui: rebuild against libjsoncpp.so.25

---
 srcpkgs/cmake-gui/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cmake-gui/template b/srcpkgs/cmake-gui/template
index 552659347473..8acaa0225d24 100644
--- a/srcpkgs/cmake-gui/template
+++ b/srcpkgs/cmake-gui/template
@@ -1,7 +1,7 @@
 # Template file for 'cmake-gui'
 pkgname=cmake-gui
 version=3.24.3
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DCMAKE_DOC_DIR=/share/doc/cmake
  -DSPHINX_MAN=1 -DCMAKE_MAN_DIR=/share/man

From 377f8989a63f1662411cdeec720be1431101bb1a Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 24 Nov 2022 10:35:07 +0400
Subject: [PATCH 04/10] LGOGDownloader: rebuild against libjsoncpp.so.25

---
 srcpkgs/LGOGDownloader/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/LGOGDownloader/template b/srcpkgs/LGOGDownloader/template
index b1fb70cc1bf0..d2526d97468c 100644
--- a/srcpkgs/LGOGDownloader/template
+++ b/srcpkgs/LGOGDownloader/template
@@ -1,7 +1,7 @@
 # Template file for 'LGOGDownloader'
 pkgname=LGOGDownloader
 version=3.9
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="htmlcxx-devel tinyxml2-devel libcurl-devel rhash-devel

From f419b9f7378d438353619deea672f6caac0938cd Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 24 Nov 2022 10:35:07 +0400
Subject: [PATCH 05/10] libopenshot: rebuild against libjsoncpp.so.25

---
 srcpkgs/libopenshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libopenshot/template b/srcpkgs/libopenshot/template
index 662a54758232..df8cd6cb6aa0 100644
--- a/srcpkgs/libopenshot/template
+++ b/srcpkgs/libopenshot/template
@@ -1,7 +1,7 @@
 # Template file for 'libopenshot'
 pkgname=libopenshot
 version=0.2.7
-revision=2
+revision=3
 build_style=cmake
 # Builds fail with Ruby-2.4.1
 configure_args="-DENABLE_RUBY=OFF -DUSE_SYSTEM_JSONCPP=ON"

From 9989763b6d06ca14638c3412a52394931605af85 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 24 Nov 2022 10:35:07 +0400
Subject: [PATCH 06/10] polybar: rebuild against libjsoncpp.so.25

---
 srcpkgs/polybar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/polybar/template b/srcpkgs/polybar/template
index b59ed9cd039a..a36983cf7f16 100644
--- a/srcpkgs/polybar/template
+++ b/srcpkgs/polybar/template
@@ -1,7 +1,7 @@
 # Template file for 'polybar'
 pkgname=polybar
 version=3.6.3
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_CONFIG=OFF -DBUILD_DOC_HTML=OFF
  $(vopt_bool alsa ENABLE_ALSA)

From d2f8ae75b50c01cd52e00a4879ada042a83afa94 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 24 Nov 2022 10:35:07 +0400
Subject: [PATCH 07/10] sysdig: rebuild against libjsoncpp.so.25

---
 srcpkgs/sysdig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sysdig/template b/srcpkgs/sysdig/template
index 968dfb7eae3e..a7da9836d34e 100644
--- a/srcpkgs/sysdig/template
+++ b/srcpkgs/sysdig/template
@@ -1,7 +1,7 @@
 # Template file for 'sysdig'
 pkgname=sysdig
 version=0.28.0
-revision=7
+revision=8
 build_style=cmake
 configure_args="-DSYSDIG_VERSION=${version} -DUSE_BUNDLED_DEPS=OFF
  -DUSE_BUNDLED_B64=ON -DUSE_BUNDLED_JQ=ON -DBUILD_DRIVER=OFF

From 523a2c4cb3bcf3f9b5d8b004578d44931ca9e0fa Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 24 Nov 2022 10:35:08 +0400
Subject: [PATCH 08/10] vtk: rebuild against libjsoncpp.so.25

---
 srcpkgs/vtk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template
index eff6e114c7b6..59c664d082e8 100644
--- a/srcpkgs/vtk/template
+++ b/srcpkgs/vtk/template
@@ -1,7 +1,7 @@
 # Template file for 'vtk'
 pkgname=vtk
 version=9.0.1
-revision=8
+revision=9
 build_style=cmake
 # vtk can be huge, especially with -DVTK_BUILD_ALL_MODULES=ON"
 # Build only the core modules plus python bindings for now

From 08e4d273463e1bd48a953c95073fd4ab9715f75e Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 24 Nov 2022 10:50:23 +0400
Subject: [PATCH 09/10] upmpdcli: rebuild against libjsoncpp.so.25

---
 srcpkgs/upmpdcli/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
index 029bf9a953b6..dd76940df3da 100644
--- a/srcpkgs/upmpdcli/template
+++ b/srcpkgs/upmpdcli/template
@@ -1,7 +1,7 @@
 # Template file for 'upmpdcli'
 pkgname=upmpdcli
 version=1.6.1
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config tar"
 makedepends="jsoncpp-devel libmicrohttpd-devel libmpdclient-devel libupnpp-devel"

From a624db19cf535adb56dbd3f3ce02e622195aa211 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 24 Nov 2022 10:51:12 +0400
Subject: [PATCH 10/10] Waybar: rebuild against libjsoncpp.so.25

---
 srcpkgs/Waybar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Waybar/template b/srcpkgs/Waybar/template
index 38a2261341ff..938f8845d946 100644
--- a/srcpkgs/Waybar/template
+++ b/srcpkgs/Waybar/template
@@ -1,7 +1,7 @@
 # Template file for 'Waybar'
 pkgname=Waybar
 version=0.9.13
-revision=3
+revision=4
 _date_version=3.0.0
 create_wrksrc=yes
 build_style=meson

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

* Re: [PR PATCH] [Updated] jsoncpp: update to 1.9.5.
  2022-11-24  7:01 [PR PATCH] jsoncpp: update to 1.9.5 skmpz
@ 2022-11-24 19:01 ` skmpz
  2022-12-12  8:33 ` classabbyamp
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 8+ messages in thread
From: skmpz @ 2022-11-24 19:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages jsoncpp-1.9.5
https://github.com/void-linux/void-packages/pull/40722

jsoncpp: update to 1.9.5.
<!-- 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 all the changed packages for the following archs:
  - x86_64
  - i686
  - aarch64 (cross on x86_64)
  - armv7l (cross on x86_64)
  - x86_64-musl
  - aarch64-musl (cross on x86_64-musl)
  - armv6l-musl (cross on x86_64-musl)

[ci skip]

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

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

From 5a8b07748d13977d829298183b1d48a6ae582593 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Mon, 21 Nov 2022 10:09:08 +0400
Subject: [PATCH 01/10] jsoncpp: update to 1.9.5.

---
 common/shlibs            | 2 +-
 srcpkgs/jsoncpp/template | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 6acbb4097f0b..41266361cd80 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1324,7 +1324,7 @@ libspeechd.so.2 speech-dispatcher-0.8_1
 libre2.so.7 re2-2020.06.01_1
 libminizip.so.1 minizip-1.2.7_1
 libsrtp2.so.1 libsrtp-2.1.0_1
-libjsoncpp.so.24 jsoncpp-1.9.4_1
+libjsoncpp.so.25 jsoncpp-1.9.5_1
 libesmtp.so.6 libesmtp-1.0.6_21
 libcaca.so.0 libcaca-0.99.beta18_3
 libcaca++.so.0 libcaca-0.99.beta18_3
diff --git a/srcpkgs/jsoncpp/template b/srcpkgs/jsoncpp/template
index 2143dee6e7cb..d8cd9383d9e0 100644
--- a/srcpkgs/jsoncpp/template
+++ b/srcpkgs/jsoncpp/template
@@ -1,14 +1,14 @@
 # Template file for 'jsoncpp'
 pkgname=jsoncpp
-version=1.9.4
-revision=2
+version=1.9.5
+revision=1
 build_style=meson
 short_desc="JSON implementation in C++"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Public Domain, MIT"
 homepage="https://github.com/open-source-parsers/jsoncpp"
-distfiles="https://github.com/open-source-parsers/${pkgname}/archive/${version}.tar.gz"
-checksum=e34a628a8142643b976c7233ef381457efad79468c67cb1ae0b83a33d7493999
+distfiles="https://github.com/open-source-parsers/jsoncpp/archive/${version}.tar.gz"
+checksum=f409856e5920c18d0c2fb85276e24ee607d2a09b5e7d5f0a371368903c275da2
 
 CXXFLAGS="-D_GLIBCXX_USE_C99_STDIO=1"
 

From f30755204d8ee13642a2e805b1531a0354fd9af3 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 24 Nov 2022 10:35:07 +0400
Subject: [PATCH 02/10] cmake: rebuild against libjsoncpp.so.25

---
 srcpkgs/cmake/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cmake/template b/srcpkgs/cmake/template
index 5f1f495dbea2..5a9fe0424835 100644
--- a/srcpkgs/cmake/template
+++ b/srcpkgs/cmake/template
@@ -1,7 +1,7 @@
 # Template file for 'cmake'
 pkgname=cmake
 version=3.24.3
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DCMAKE_DOC_DIR=/share/doc/cmake
  -DSPHINX_MAN=1 -DCMAKE_MAN_DIR=/share/man

From 2a5dde6751ca4a909f9ad5a5bff3b2303892e12d Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 24 Nov 2022 10:35:07 +0400
Subject: [PATCH 03/10] cmake-gui: rebuild against libjsoncpp.so.25

---
 srcpkgs/cmake-gui/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cmake-gui/template b/srcpkgs/cmake-gui/template
index 552659347473..8acaa0225d24 100644
--- a/srcpkgs/cmake-gui/template
+++ b/srcpkgs/cmake-gui/template
@@ -1,7 +1,7 @@
 # Template file for 'cmake-gui'
 pkgname=cmake-gui
 version=3.24.3
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DCMAKE_DOC_DIR=/share/doc/cmake
  -DSPHINX_MAN=1 -DCMAKE_MAN_DIR=/share/man

From 377f8989a63f1662411cdeec720be1431101bb1a Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 24 Nov 2022 10:35:07 +0400
Subject: [PATCH 04/10] LGOGDownloader: rebuild against libjsoncpp.so.25

---
 srcpkgs/LGOGDownloader/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/LGOGDownloader/template b/srcpkgs/LGOGDownloader/template
index b1fb70cc1bf0..d2526d97468c 100644
--- a/srcpkgs/LGOGDownloader/template
+++ b/srcpkgs/LGOGDownloader/template
@@ -1,7 +1,7 @@
 # Template file for 'LGOGDownloader'
 pkgname=LGOGDownloader
 version=3.9
-revision=2
+revision=3
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="htmlcxx-devel tinyxml2-devel libcurl-devel rhash-devel

From f419b9f7378d438353619deea672f6caac0938cd Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 24 Nov 2022 10:35:07 +0400
Subject: [PATCH 05/10] libopenshot: rebuild against libjsoncpp.so.25

---
 srcpkgs/libopenshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libopenshot/template b/srcpkgs/libopenshot/template
index 662a54758232..df8cd6cb6aa0 100644
--- a/srcpkgs/libopenshot/template
+++ b/srcpkgs/libopenshot/template
@@ -1,7 +1,7 @@
 # Template file for 'libopenshot'
 pkgname=libopenshot
 version=0.2.7
-revision=2
+revision=3
 build_style=cmake
 # Builds fail with Ruby-2.4.1
 configure_args="-DENABLE_RUBY=OFF -DUSE_SYSTEM_JSONCPP=ON"

From 9989763b6d06ca14638c3412a52394931605af85 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 24 Nov 2022 10:35:07 +0400
Subject: [PATCH 06/10] polybar: rebuild against libjsoncpp.so.25

---
 srcpkgs/polybar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/polybar/template b/srcpkgs/polybar/template
index b59ed9cd039a..a36983cf7f16 100644
--- a/srcpkgs/polybar/template
+++ b/srcpkgs/polybar/template
@@ -1,7 +1,7 @@
 # Template file for 'polybar'
 pkgname=polybar
 version=3.6.3
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_CONFIG=OFF -DBUILD_DOC_HTML=OFF
  $(vopt_bool alsa ENABLE_ALSA)

From d2f8ae75b50c01cd52e00a4879ada042a83afa94 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 24 Nov 2022 10:35:07 +0400
Subject: [PATCH 07/10] sysdig: rebuild against libjsoncpp.so.25

---
 srcpkgs/sysdig/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sysdig/template b/srcpkgs/sysdig/template
index 968dfb7eae3e..a7da9836d34e 100644
--- a/srcpkgs/sysdig/template
+++ b/srcpkgs/sysdig/template
@@ -1,7 +1,7 @@
 # Template file for 'sysdig'
 pkgname=sysdig
 version=0.28.0
-revision=7
+revision=8
 build_style=cmake
 configure_args="-DSYSDIG_VERSION=${version} -DUSE_BUNDLED_DEPS=OFF
  -DUSE_BUNDLED_B64=ON -DUSE_BUNDLED_JQ=ON -DBUILD_DRIVER=OFF

From 523a2c4cb3bcf3f9b5d8b004578d44931ca9e0fa Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 24 Nov 2022 10:35:08 +0400
Subject: [PATCH 08/10] vtk: rebuild against libjsoncpp.so.25

---
 srcpkgs/vtk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template
index eff6e114c7b6..59c664d082e8 100644
--- a/srcpkgs/vtk/template
+++ b/srcpkgs/vtk/template
@@ -1,7 +1,7 @@
 # Template file for 'vtk'
 pkgname=vtk
 version=9.0.1
-revision=8
+revision=9
 build_style=cmake
 # vtk can be huge, especially with -DVTK_BUILD_ALL_MODULES=ON"
 # Build only the core modules plus python bindings for now

From 08e4d273463e1bd48a953c95073fd4ab9715f75e Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 24 Nov 2022 10:50:23 +0400
Subject: [PATCH 09/10] upmpdcli: rebuild against libjsoncpp.so.25

---
 srcpkgs/upmpdcli/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
index 029bf9a953b6..dd76940df3da 100644
--- a/srcpkgs/upmpdcli/template
+++ b/srcpkgs/upmpdcli/template
@@ -1,7 +1,7 @@
 # Template file for 'upmpdcli'
 pkgname=upmpdcli
 version=1.6.1
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config tar"
 makedepends="jsoncpp-devel libmicrohttpd-devel libmpdclient-devel libupnpp-devel"

From 6249e2c8086f5c06bf4a22feffaf6123bb6330c1 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 24 Nov 2022 10:51:12 +0400
Subject: [PATCH 10/10] Waybar: rebuild against libjsoncpp.so.25

---
 srcpkgs/Waybar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Waybar/template b/srcpkgs/Waybar/template
index 38a2261341ff..938f8845d946 100644
--- a/srcpkgs/Waybar/template
+++ b/srcpkgs/Waybar/template
@@ -1,7 +1,7 @@
 # Template file for 'Waybar'
 pkgname=Waybar
 version=0.9.13
-revision=3
+revision=4
 _date_version=3.0.0
 create_wrksrc=yes
 build_style=meson

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

* Re: jsoncpp: update to 1.9.5.
  2022-11-24  7:01 [PR PATCH] jsoncpp: update to 1.9.5 skmpz
  2022-11-24 19:01 ` [PR PATCH] [Updated] " skmpz
@ 2022-12-12  8:33 ` classabbyamp
  2023-03-13  1:58 ` github-actions
  2023-03-28  1:55 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2022-12-12  8:33 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40722#issuecomment-1346087872

Comment:
rebase please

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

* Re: jsoncpp: update to 1.9.5.
  2022-11-24  7:01 [PR PATCH] jsoncpp: update to 1.9.5 skmpz
  2022-11-24 19:01 ` [PR PATCH] [Updated] " skmpz
  2022-12-12  8:33 ` classabbyamp
@ 2023-03-13  1:58 ` github-actions
  2023-03-28  1:55 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2023-03-13  1:58 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/40722#issuecomment-1465391843

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

* Re: [PR PATCH] [Closed]: jsoncpp: update to 1.9.5.
  2022-11-24  7:01 [PR PATCH] jsoncpp: update to 1.9.5 skmpz
                   ` (2 preceding siblings ...)
  2023-03-13  1:58 ` github-actions
@ 2023-03-28  1:55 ` github-actions
  3 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2023-03-28  1:55 UTC (permalink / raw)
  To: ml

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

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

jsoncpp: update to 1.9.5.
https://github.com/void-linux/void-packages/pull/40722

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 all the changed packages for the following architectures:
  - x86_64 (+ tests)
  - i686  (+ tests)
  - aarch64 (cross on x86_64)
  - armv7l (cross on x86_64)
  - x86_64-musl  (+ tests)
  - aarch64-musl (cross on x86_64-musl)
  - armv6l-musl (cross on x86_64-musl)

- Except **sysdig** and **vtk** which are marked nocross, so were built for:
  - x86_64 (+ tests)
  - i686  (+ tests)
  - x86_64-musl  (+ tests)

[ci skip]

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

* Re: [PR PATCH] [Updated] jsoncpp: update to 1.9.5.
  2023-07-23 11:36 [PR PATCH] " Piraty
  2023-07-24 23:34 ` [PR PATCH] [Updated] " Piraty
  2023-07-24 23:34 ` Piraty
@ 2023-07-25  1:32 ` Piraty
  2 siblings, 0 replies; 8+ messages in thread
From: Piraty @ 2023-07-25  1:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Piraty/void-packages jsoncpp-1.9.5
https://github.com/void-linux/void-packages/pull/45201

jsoncpp: update to 1.9.5.
<!-- 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
*ongoing*
- 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/45201.patch is attached

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

From b01954ec15075deb705dcd0f423a765420a478c8 Mon Sep 17 00:00:00 2001
From: Piraty <mail@piraty.dev>
Date: Sun, 23 Jul 2023 02:01:05 +0200
Subject: [PATCH 1/9] jsoncpp: update to 1.9.5.

---
 common/shlibs            | 2 +-
 srcpkgs/jsoncpp/template | 8 +++-----
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 53341ad9809bc..2fec8809d0cda 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1339,7 +1339,7 @@ libspeechd.so.2 speech-dispatcher-0.8_1
 libre2.so.10 re2-2023.03.01_1
 libminizip.so.1 minizip-1.2.7_1
 libsrtp2.so.1 libsrtp-2.1.0_1
-libjsoncpp.so.24 jsoncpp-1.9.4_1
+libjsoncpp.so.25 jsoncpp-1.9.5_1
 libesmtp.so.6 libesmtp-1.0.6_21
 libcaca.so.0 libcaca-0.99.beta18_3
 libcaca++.so.0 libcaca-0.99.beta18_3
diff --git a/srcpkgs/jsoncpp/template b/srcpkgs/jsoncpp/template
index 2143dee6e7cb3..bea9d399a66f9 100644
--- a/srcpkgs/jsoncpp/template
+++ b/srcpkgs/jsoncpp/template
@@ -1,16 +1,14 @@
 # Template file for 'jsoncpp'
 pkgname=jsoncpp
-version=1.9.4
-revision=2
+version=1.9.5
+revision=1
 build_style=meson
 short_desc="JSON implementation in C++"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Public Domain, MIT"
 homepage="https://github.com/open-source-parsers/jsoncpp"
 distfiles="https://github.com/open-source-parsers/${pkgname}/archive/${version}.tar.gz"
-checksum=e34a628a8142643b976c7233ef381457efad79468c67cb1ae0b83a33d7493999
-
-CXXFLAGS="-D_GLIBCXX_USE_C99_STDIO=1"
+checksum=f409856e5920c18d0c2fb85276e24ee607d2a09b5e7d5f0a371368903c275da2
 
 post_install() {
 	vlicense LICENSE

From 37562b1f80f5198a88bdc1e2497bff2ee3f04802 Mon Sep 17 00:00:00 2001
From: Piraty <mail@piraty.dev>
Date: Sun, 23 Jul 2023 02:01:20 +0200
Subject: [PATCH 2/9] LGOGDownloader: rebuild against jsoncpp-1.9.5

---
 srcpkgs/LGOGDownloader/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/LGOGDownloader/template b/srcpkgs/LGOGDownloader/template
index 37bb3b973594c..f0a59f6b1c6cd 100644
--- a/srcpkgs/LGOGDownloader/template
+++ b/srcpkgs/LGOGDownloader/template
@@ -1,7 +1,7 @@
 # Template file for 'LGOGDownloader'
 pkgname=LGOGDownloader
 version=3.11
-revision=2
+revision=3
 build_style=cmake
 configure_args="$(vopt_bool qt USE_QT_GUI)"
 hostmakedepends="pkg-config"

From 470687c9a623cf29dfa3f7cc793262b783fb1243 Mon Sep 17 00:00:00 2001
From: Piraty <mail@piraty.dev>
Date: Sun, 23 Jul 2023 02:01:20 +0200
Subject: [PATCH 3/9] Waybar: rebuild against jsoncpp-1.9.5

---
 srcpkgs/Waybar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Waybar/template b/srcpkgs/Waybar/template
index 82425980b9154..d864e959b13b6 100644
--- a/srcpkgs/Waybar/template
+++ b/srcpkgs/Waybar/template
@@ -1,7 +1,7 @@
 # Template file for 'Waybar'
 pkgname=Waybar
 version=0.9.20
-revision=2
+revision=3
 build_style=meson
 configure_args="-Dgtk-layer-shell=enabled -Dlibudev=enabled -Dman-pages=enabled
  -Dsystemd=disabled -Drfkill=enabled

From 4f3a0786dbca3c7249ee0805c8932b40ff4eefb8 Mon Sep 17 00:00:00 2001
From: Piraty <mail@piraty.dev>
Date: Sun, 23 Jul 2023 02:01:21 +0200
Subject: [PATCH 4/9] cmake: rebuild against jsoncpp-1.9.5

---
 srcpkgs/cmake/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cmake/template b/srcpkgs/cmake/template
index 3f7c2682c5110..20da7a8678ea8 100644
--- a/srcpkgs/cmake/template
+++ b/srcpkgs/cmake/template
@@ -1,7 +1,7 @@
 # Template file for 'cmake'
 pkgname=cmake
 version=3.26.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DCMAKE_DOC_DIR=/share/doc/cmake
  -DSPHINX_MAN=1 -DCMAKE_MAN_DIR=/share/man

From e56eebe243bfc19d51deccc315e30bc8a79b3d7d Mon Sep 17 00:00:00 2001
From: Piraty <mail@piraty.dev>
Date: Sun, 23 Jul 2023 02:01:21 +0200
Subject: [PATCH 5/9] cmake-gui: rebuild against jsoncpp-1.9.5

---
 srcpkgs/cmake-gui/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cmake-gui/template b/srcpkgs/cmake-gui/template
index d1a1d15725c50..6aea8d3e7afb9 100644
--- a/srcpkgs/cmake-gui/template
+++ b/srcpkgs/cmake-gui/template
@@ -1,7 +1,7 @@
 # Template file for 'cmake-gui'
 pkgname=cmake-gui
 version=3.26.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DCMAKE_DOC_DIR=/share/doc/cmake
  -DSPHINX_MAN=1 -DCMAKE_MAN_DIR=/share/man

From a89fb9bf55a69a5bbbfb6dd7951d5ace41eab41f Mon Sep 17 00:00:00 2001
From: Piraty <mail@piraty.dev>
Date: Sun, 23 Jul 2023 02:01:22 +0200
Subject: [PATCH 6/9] libopenshot: rebuild against jsoncpp-1.9.5

---
 srcpkgs/libopenshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libopenshot/template b/srcpkgs/libopenshot/template
index db831f69b474c..81aa0d7136d92 100644
--- a/srcpkgs/libopenshot/template
+++ b/srcpkgs/libopenshot/template
@@ -1,7 +1,7 @@
 # Template file for 'libopenshot'
 pkgname=libopenshot
 version=0.3.0
-revision=1
+revision=2
 build_style=cmake
 # Builds fail with Ruby-2.4.1
 configure_args="-DENABLE_RUBY=OFF -DUSE_SYSTEM_JSONCPP=ON"

From f0519a404232a931a130231ba844598a74a67df6 Mon Sep 17 00:00:00 2001
From: Piraty <mail@piraty.dev>
Date: Sun, 23 Jul 2023 02:01:23 +0200
Subject: [PATCH 7/9] polybar: rebuild against jsoncpp-1.9.5

---
 srcpkgs/polybar/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/polybar/template b/srcpkgs/polybar/template
index b59ed9cd039a8..82eb3655d2935 100644
--- a/srcpkgs/polybar/template
+++ b/srcpkgs/polybar/template
@@ -1,7 +1,7 @@
 # Template file for 'polybar'
 pkgname=polybar
 version=3.6.3
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_CONFIG=OFF -DBUILD_DOC_HTML=OFF
  $(vopt_bool alsa ENABLE_ALSA)
@@ -13,6 +13,7 @@ configure_args="-DBUILD_CONFIG=OFF -DBUILD_DOC_HTML=OFF
 hostmakedepends="pkg-config xcb-proto python3 python3-Sphinx python3-packaging"
 makedepends="cairo-devel xcb-util-image-devel xcb-util-wm-devel xcb-util-xrm-devel
  zlib-devel xcb-util-renderutil-devel xcb-util-cursor-devel libxcb-devel libuv-devel
+ xcb-proto
  $(vopt_if alsa "alsa-lib-devel")
  $(vopt_if curl "libcurl-devel")
  $(vopt_if i3 "i3-devel jsoncpp-devel")

From 3ba7b487aa91d00fa95e77da801277d0e6187052 Mon Sep 17 00:00:00 2001
From: Piraty <mail@piraty.dev>
Date: Sun, 23 Jul 2023 02:01:23 +0200
Subject: [PATCH 8/9] upmpdcli: rebuild against jsoncpp-1.9.5

---
 srcpkgs/upmpdcli/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
index 68272eb96ea7a..7ee529f40bf43 100644
--- a/srcpkgs/upmpdcli/template
+++ b/srcpkgs/upmpdcli/template
@@ -1,7 +1,7 @@
 # Template file for 'upmpdcli'
 pkgname=upmpdcli
 version=1.7.9
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config tar"
 makedepends="jsoncpp-devel libcurl-devel libmicrohttpd-devel libmpdclient-devel libupnpp-devel"

From 4ee4a0043f4952d5d57d3091c01500448e153cbb Mon Sep 17 00:00:00 2001
From: Piraty <mail@piraty.dev>
Date: Tue, 25 Jul 2023 03:31:52 +0200
Subject: [PATCH 9/9] vtk: rebuild against jsoncpp-1.9.5

---
 srcpkgs/vtk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template
index a1d61de2d1420..30da8ae706ce3 100644
--- a/srcpkgs/vtk/template
+++ b/srcpkgs/vtk/template
@@ -1,7 +1,7 @@
 # Template file for 'vtk'
 pkgname=vtk
 version=9.2.2
-revision=3
+revision=4
 build_style=cmake
 # vtk can be huge, especially with -DVTK_BUILD_ALL_MODULES=ON"
 # Build only the core modules plus python bindings for now

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

* Re: [PR PATCH] [Updated] jsoncpp: update to 1.9.5.
  2023-07-23 11:36 [PR PATCH] " Piraty
  2023-07-24 23:34 ` [PR PATCH] [Updated] " Piraty
@ 2023-07-24 23:34 ` Piraty
  2023-07-25  1:32 ` Piraty
  2 siblings, 0 replies; 8+ messages in thread
From: Piraty @ 2023-07-24 23:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Piraty/void-packages jsoncpp-1.9.5
https://github.com/void-linux/void-packages/pull/45201

jsoncpp: update to 1.9.5.
<!-- 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
*ongoing*
- 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/45201.patch is attached

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

From b01954ec15075deb705dcd0f423a765420a478c8 Mon Sep 17 00:00:00 2001
From: Piraty <mail@piraty.dev>
Date: Sun, 23 Jul 2023 02:01:05 +0200
Subject: [PATCH 1/8] jsoncpp: update to 1.9.5.

---
 common/shlibs            | 2 +-
 srcpkgs/jsoncpp/template | 8 +++-----
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 53341ad9809bc..2fec8809d0cda 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1339,7 +1339,7 @@ libspeechd.so.2 speech-dispatcher-0.8_1
 libre2.so.10 re2-2023.03.01_1
 libminizip.so.1 minizip-1.2.7_1
 libsrtp2.so.1 libsrtp-2.1.0_1
-libjsoncpp.so.24 jsoncpp-1.9.4_1
+libjsoncpp.so.25 jsoncpp-1.9.5_1
 libesmtp.so.6 libesmtp-1.0.6_21
 libcaca.so.0 libcaca-0.99.beta18_3
 libcaca++.so.0 libcaca-0.99.beta18_3
diff --git a/srcpkgs/jsoncpp/template b/srcpkgs/jsoncpp/template
index 2143dee6e7cb3..bea9d399a66f9 100644
--- a/srcpkgs/jsoncpp/template
+++ b/srcpkgs/jsoncpp/template
@@ -1,16 +1,14 @@
 # Template file for 'jsoncpp'
 pkgname=jsoncpp
-version=1.9.4
-revision=2
+version=1.9.5
+revision=1
 build_style=meson
 short_desc="JSON implementation in C++"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Public Domain, MIT"
 homepage="https://github.com/open-source-parsers/jsoncpp"
 distfiles="https://github.com/open-source-parsers/${pkgname}/archive/${version}.tar.gz"
-checksum=e34a628a8142643b976c7233ef381457efad79468c67cb1ae0b83a33d7493999
-
-CXXFLAGS="-D_GLIBCXX_USE_C99_STDIO=1"
+checksum=f409856e5920c18d0c2fb85276e24ee607d2a09b5e7d5f0a371368903c275da2
 
 post_install() {
 	vlicense LICENSE

From 37562b1f80f5198a88bdc1e2497bff2ee3f04802 Mon Sep 17 00:00:00 2001
From: Piraty <mail@piraty.dev>
Date: Sun, 23 Jul 2023 02:01:20 +0200
Subject: [PATCH 2/8] LGOGDownloader: rebuild against jsoncpp-1.9.5

---
 srcpkgs/LGOGDownloader/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/LGOGDownloader/template b/srcpkgs/LGOGDownloader/template
index 37bb3b973594c..f0a59f6b1c6cd 100644
--- a/srcpkgs/LGOGDownloader/template
+++ b/srcpkgs/LGOGDownloader/template
@@ -1,7 +1,7 @@
 # Template file for 'LGOGDownloader'
 pkgname=LGOGDownloader
 version=3.11
-revision=2
+revision=3
 build_style=cmake
 configure_args="$(vopt_bool qt USE_QT_GUI)"
 hostmakedepends="pkg-config"

From 470687c9a623cf29dfa3f7cc793262b783fb1243 Mon Sep 17 00:00:00 2001
From: Piraty <mail@piraty.dev>
Date: Sun, 23 Jul 2023 02:01:20 +0200
Subject: [PATCH 3/8] Waybar: rebuild against jsoncpp-1.9.5

---
 srcpkgs/Waybar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Waybar/template b/srcpkgs/Waybar/template
index 82425980b9154..d864e959b13b6 100644
--- a/srcpkgs/Waybar/template
+++ b/srcpkgs/Waybar/template
@@ -1,7 +1,7 @@
 # Template file for 'Waybar'
 pkgname=Waybar
 version=0.9.20
-revision=2
+revision=3
 build_style=meson
 configure_args="-Dgtk-layer-shell=enabled -Dlibudev=enabled -Dman-pages=enabled
  -Dsystemd=disabled -Drfkill=enabled

From 4f3a0786dbca3c7249ee0805c8932b40ff4eefb8 Mon Sep 17 00:00:00 2001
From: Piraty <mail@piraty.dev>
Date: Sun, 23 Jul 2023 02:01:21 +0200
Subject: [PATCH 4/8] cmake: rebuild against jsoncpp-1.9.5

---
 srcpkgs/cmake/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cmake/template b/srcpkgs/cmake/template
index 3f7c2682c5110..20da7a8678ea8 100644
--- a/srcpkgs/cmake/template
+++ b/srcpkgs/cmake/template
@@ -1,7 +1,7 @@
 # Template file for 'cmake'
 pkgname=cmake
 version=3.26.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DCMAKE_DOC_DIR=/share/doc/cmake
  -DSPHINX_MAN=1 -DCMAKE_MAN_DIR=/share/man

From e56eebe243bfc19d51deccc315e30bc8a79b3d7d Mon Sep 17 00:00:00 2001
From: Piraty <mail@piraty.dev>
Date: Sun, 23 Jul 2023 02:01:21 +0200
Subject: [PATCH 5/8] cmake-gui: rebuild against jsoncpp-1.9.5

---
 srcpkgs/cmake-gui/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cmake-gui/template b/srcpkgs/cmake-gui/template
index d1a1d15725c50..6aea8d3e7afb9 100644
--- a/srcpkgs/cmake-gui/template
+++ b/srcpkgs/cmake-gui/template
@@ -1,7 +1,7 @@
 # Template file for 'cmake-gui'
 pkgname=cmake-gui
 version=3.26.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DCMAKE_DOC_DIR=/share/doc/cmake
  -DSPHINX_MAN=1 -DCMAKE_MAN_DIR=/share/man

From a89fb9bf55a69a5bbbfb6dd7951d5ace41eab41f Mon Sep 17 00:00:00 2001
From: Piraty <mail@piraty.dev>
Date: Sun, 23 Jul 2023 02:01:22 +0200
Subject: [PATCH 6/8] libopenshot: rebuild against jsoncpp-1.9.5

---
 srcpkgs/libopenshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libopenshot/template b/srcpkgs/libopenshot/template
index db831f69b474c..81aa0d7136d92 100644
--- a/srcpkgs/libopenshot/template
+++ b/srcpkgs/libopenshot/template
@@ -1,7 +1,7 @@
 # Template file for 'libopenshot'
 pkgname=libopenshot
 version=0.3.0
-revision=1
+revision=2
 build_style=cmake
 # Builds fail with Ruby-2.4.1
 configure_args="-DENABLE_RUBY=OFF -DUSE_SYSTEM_JSONCPP=ON"

From f0519a404232a931a130231ba844598a74a67df6 Mon Sep 17 00:00:00 2001
From: Piraty <mail@piraty.dev>
Date: Sun, 23 Jul 2023 02:01:23 +0200
Subject: [PATCH 7/8] polybar: rebuild against jsoncpp-1.9.5

---
 srcpkgs/polybar/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/polybar/template b/srcpkgs/polybar/template
index b59ed9cd039a8..82eb3655d2935 100644
--- a/srcpkgs/polybar/template
+++ b/srcpkgs/polybar/template
@@ -1,7 +1,7 @@
 # Template file for 'polybar'
 pkgname=polybar
 version=3.6.3
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_CONFIG=OFF -DBUILD_DOC_HTML=OFF
  $(vopt_bool alsa ENABLE_ALSA)
@@ -13,6 +13,7 @@ configure_args="-DBUILD_CONFIG=OFF -DBUILD_DOC_HTML=OFF
 hostmakedepends="pkg-config xcb-proto python3 python3-Sphinx python3-packaging"
 makedepends="cairo-devel xcb-util-image-devel xcb-util-wm-devel xcb-util-xrm-devel
  zlib-devel xcb-util-renderutil-devel xcb-util-cursor-devel libxcb-devel libuv-devel
+ xcb-proto
  $(vopt_if alsa "alsa-lib-devel")
  $(vopt_if curl "libcurl-devel")
  $(vopt_if i3 "i3-devel jsoncpp-devel")

From 3ba7b487aa91d00fa95e77da801277d0e6187052 Mon Sep 17 00:00:00 2001
From: Piraty <mail@piraty.dev>
Date: Sun, 23 Jul 2023 02:01:23 +0200
Subject: [PATCH 8/8] upmpdcli: rebuild against jsoncpp-1.9.5

---
 srcpkgs/upmpdcli/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
index 68272eb96ea7a..7ee529f40bf43 100644
--- a/srcpkgs/upmpdcli/template
+++ b/srcpkgs/upmpdcli/template
@@ -1,7 +1,7 @@
 # Template file for 'upmpdcli'
 pkgname=upmpdcli
 version=1.7.9
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config tar"
 makedepends="jsoncpp-devel libcurl-devel libmicrohttpd-devel libmpdclient-devel libupnpp-devel"

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

* Re: [PR PATCH] [Updated] jsoncpp: update to 1.9.5.
  2023-07-23 11:36 [PR PATCH] " Piraty
@ 2023-07-24 23:34 ` Piraty
  2023-07-24 23:34 ` Piraty
  2023-07-25  1:32 ` Piraty
  2 siblings, 0 replies; 8+ messages in thread
From: Piraty @ 2023-07-24 23:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Piraty/void-packages jsoncpp-1.9.5
https://github.com/void-linux/void-packages/pull/45201

jsoncpp: update to 1.9.5.
<!-- 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
*ongoing*
- 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/45201.patch is attached

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

From b01954ec15075deb705dcd0f423a765420a478c8 Mon Sep 17 00:00:00 2001
From: Piraty <mail@piraty.dev>
Date: Sun, 23 Jul 2023 02:01:05 +0200
Subject: [PATCH 1/9] jsoncpp: update to 1.9.5.

---
 common/shlibs            | 2 +-
 srcpkgs/jsoncpp/template | 8 +++-----
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 53341ad9809bc..2fec8809d0cda 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1339,7 +1339,7 @@ libspeechd.so.2 speech-dispatcher-0.8_1
 libre2.so.10 re2-2023.03.01_1
 libminizip.so.1 minizip-1.2.7_1
 libsrtp2.so.1 libsrtp-2.1.0_1
-libjsoncpp.so.24 jsoncpp-1.9.4_1
+libjsoncpp.so.25 jsoncpp-1.9.5_1
 libesmtp.so.6 libesmtp-1.0.6_21
 libcaca.so.0 libcaca-0.99.beta18_3
 libcaca++.so.0 libcaca-0.99.beta18_3
diff --git a/srcpkgs/jsoncpp/template b/srcpkgs/jsoncpp/template
index 2143dee6e7cb3..bea9d399a66f9 100644
--- a/srcpkgs/jsoncpp/template
+++ b/srcpkgs/jsoncpp/template
@@ -1,16 +1,14 @@
 # Template file for 'jsoncpp'
 pkgname=jsoncpp
-version=1.9.4
-revision=2
+version=1.9.5
+revision=1
 build_style=meson
 short_desc="JSON implementation in C++"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Public Domain, MIT"
 homepage="https://github.com/open-source-parsers/jsoncpp"
 distfiles="https://github.com/open-source-parsers/${pkgname}/archive/${version}.tar.gz"
-checksum=e34a628a8142643b976c7233ef381457efad79468c67cb1ae0b83a33d7493999
-
-CXXFLAGS="-D_GLIBCXX_USE_C99_STDIO=1"
+checksum=f409856e5920c18d0c2fb85276e24ee607d2a09b5e7d5f0a371368903c275da2
 
 post_install() {
 	vlicense LICENSE

From 37562b1f80f5198a88bdc1e2497bff2ee3f04802 Mon Sep 17 00:00:00 2001
From: Piraty <mail@piraty.dev>
Date: Sun, 23 Jul 2023 02:01:20 +0200
Subject: [PATCH 2/9] LGOGDownloader: rebuild against jsoncpp-1.9.5

---
 srcpkgs/LGOGDownloader/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/LGOGDownloader/template b/srcpkgs/LGOGDownloader/template
index 37bb3b973594c..f0a59f6b1c6cd 100644
--- a/srcpkgs/LGOGDownloader/template
+++ b/srcpkgs/LGOGDownloader/template
@@ -1,7 +1,7 @@
 # Template file for 'LGOGDownloader'
 pkgname=LGOGDownloader
 version=3.11
-revision=2
+revision=3
 build_style=cmake
 configure_args="$(vopt_bool qt USE_QT_GUI)"
 hostmakedepends="pkg-config"

From 470687c9a623cf29dfa3f7cc793262b783fb1243 Mon Sep 17 00:00:00 2001
From: Piraty <mail@piraty.dev>
Date: Sun, 23 Jul 2023 02:01:20 +0200
Subject: [PATCH 3/9] Waybar: rebuild against jsoncpp-1.9.5

---
 srcpkgs/Waybar/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Waybar/template b/srcpkgs/Waybar/template
index 82425980b9154..d864e959b13b6 100644
--- a/srcpkgs/Waybar/template
+++ b/srcpkgs/Waybar/template
@@ -1,7 +1,7 @@
 # Template file for 'Waybar'
 pkgname=Waybar
 version=0.9.20
-revision=2
+revision=3
 build_style=meson
 configure_args="-Dgtk-layer-shell=enabled -Dlibudev=enabled -Dman-pages=enabled
  -Dsystemd=disabled -Drfkill=enabled

From 4f3a0786dbca3c7249ee0805c8932b40ff4eefb8 Mon Sep 17 00:00:00 2001
From: Piraty <mail@piraty.dev>
Date: Sun, 23 Jul 2023 02:01:21 +0200
Subject: [PATCH 4/9] cmake: rebuild against jsoncpp-1.9.5

---
 srcpkgs/cmake/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cmake/template b/srcpkgs/cmake/template
index 3f7c2682c5110..20da7a8678ea8 100644
--- a/srcpkgs/cmake/template
+++ b/srcpkgs/cmake/template
@@ -1,7 +1,7 @@
 # Template file for 'cmake'
 pkgname=cmake
 version=3.26.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DCMAKE_DOC_DIR=/share/doc/cmake
  -DSPHINX_MAN=1 -DCMAKE_MAN_DIR=/share/man

From e56eebe243bfc19d51deccc315e30bc8a79b3d7d Mon Sep 17 00:00:00 2001
From: Piraty <mail@piraty.dev>
Date: Sun, 23 Jul 2023 02:01:21 +0200
Subject: [PATCH 5/9] cmake-gui: rebuild against jsoncpp-1.9.5

---
 srcpkgs/cmake-gui/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cmake-gui/template b/srcpkgs/cmake-gui/template
index d1a1d15725c50..6aea8d3e7afb9 100644
--- a/srcpkgs/cmake-gui/template
+++ b/srcpkgs/cmake-gui/template
@@ -1,7 +1,7 @@
 # Template file for 'cmake-gui'
 pkgname=cmake-gui
 version=3.26.4
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DCMAKE_DOC_DIR=/share/doc/cmake
  -DSPHINX_MAN=1 -DCMAKE_MAN_DIR=/share/man

From a89fb9bf55a69a5bbbfb6dd7951d5ace41eab41f Mon Sep 17 00:00:00 2001
From: Piraty <mail@piraty.dev>
Date: Sun, 23 Jul 2023 02:01:22 +0200
Subject: [PATCH 6/9] libopenshot: rebuild against jsoncpp-1.9.5

---
 srcpkgs/libopenshot/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libopenshot/template b/srcpkgs/libopenshot/template
index db831f69b474c..81aa0d7136d92 100644
--- a/srcpkgs/libopenshot/template
+++ b/srcpkgs/libopenshot/template
@@ -1,7 +1,7 @@
 # Template file for 'libopenshot'
 pkgname=libopenshot
 version=0.3.0
-revision=1
+revision=2
 build_style=cmake
 # Builds fail with Ruby-2.4.1
 configure_args="-DENABLE_RUBY=OFF -DUSE_SYSTEM_JSONCPP=ON"

From f0519a404232a931a130231ba844598a74a67df6 Mon Sep 17 00:00:00 2001
From: Piraty <mail@piraty.dev>
Date: Sun, 23 Jul 2023 02:01:23 +0200
Subject: [PATCH 7/9] polybar: rebuild against jsoncpp-1.9.5

---
 srcpkgs/polybar/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/polybar/template b/srcpkgs/polybar/template
index b59ed9cd039a8..82eb3655d2935 100644
--- a/srcpkgs/polybar/template
+++ b/srcpkgs/polybar/template
@@ -1,7 +1,7 @@
 # Template file for 'polybar'
 pkgname=polybar
 version=3.6.3
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_CONFIG=OFF -DBUILD_DOC_HTML=OFF
  $(vopt_bool alsa ENABLE_ALSA)
@@ -13,6 +13,7 @@ configure_args="-DBUILD_CONFIG=OFF -DBUILD_DOC_HTML=OFF
 hostmakedepends="pkg-config xcb-proto python3 python3-Sphinx python3-packaging"
 makedepends="cairo-devel xcb-util-image-devel xcb-util-wm-devel xcb-util-xrm-devel
  zlib-devel xcb-util-renderutil-devel xcb-util-cursor-devel libxcb-devel libuv-devel
+ xcb-proto
  $(vopt_if alsa "alsa-lib-devel")
  $(vopt_if curl "libcurl-devel")
  $(vopt_if i3 "i3-devel jsoncpp-devel")

From 3ba7b487aa91d00fa95e77da801277d0e6187052 Mon Sep 17 00:00:00 2001
From: Piraty <mail@piraty.dev>
Date: Sun, 23 Jul 2023 02:01:23 +0200
Subject: [PATCH 8/9] upmpdcli: rebuild against jsoncpp-1.9.5

---
 srcpkgs/upmpdcli/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
index 68272eb96ea7a..7ee529f40bf43 100644
--- a/srcpkgs/upmpdcli/template
+++ b/srcpkgs/upmpdcli/template
@@ -1,7 +1,7 @@
 # Template file for 'upmpdcli'
 pkgname=upmpdcli
 version=1.7.9
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config tar"
 makedepends="jsoncpp-devel libcurl-devel libmicrohttpd-devel libmpdclient-devel libupnpp-devel"

From 8d0cf2b8e40399faf8c28721b0c488186e681109 Mon Sep 17 00:00:00 2001
From: Piraty <mail@piraty.dev>
Date: Sun, 23 Jul 2023 02:01:24 +0200
Subject: [PATCH 9/9] vtk: rebuild against jsoncpp-1.9.5

---
 srcpkgs/vtk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template
index a1d61de2d1420..30da8ae706ce3 100644
--- a/srcpkgs/vtk/template
+++ b/srcpkgs/vtk/template
@@ -1,7 +1,7 @@
 # Template file for 'vtk'
 pkgname=vtk
 version=9.2.2
-revision=3
+revision=4
 build_style=cmake
 # vtk can be huge, especially with -DVTK_BUILD_ALL_MODULES=ON"
 # Build only the core modules plus python bindings for now

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

end of thread, other threads:[~2023-07-25  1:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-24  7:01 [PR PATCH] jsoncpp: update to 1.9.5 skmpz
2022-11-24 19:01 ` [PR PATCH] [Updated] " skmpz
2022-12-12  8:33 ` classabbyamp
2023-03-13  1:58 ` github-actions
2023-03-28  1:55 ` [PR PATCH] [Closed]: " github-actions
2023-07-23 11:36 [PR PATCH] " Piraty
2023-07-24 23:34 ` [PR PATCH] [Updated] " Piraty
2023-07-24 23:34 ` Piraty
2023-07-25  1:32 ` Piraty

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