Github messages for voidlinux
 help / color / mirror / Atom feed
From: OoLunar <OoLunar@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] dpp: Update to 10.0.25
Date: Tue, 03 Oct 2023 22:48:24 +0200	[thread overview]
Message-ID: <20231003204824.DJCQMnOkNvh1WrEOiHtR4YM67uUl-JogMED15NrfpJk@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46260@inbox.vuxu.org>

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

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

https://github.com/OoLunar/void-packages master
https://github.com/void-linux/void-packages/pull/46260

dpp: Update to 10.0.25
#### Testing the changes
- I tested the changes in this PR: briefly

#### Local build testing
- I built this PR locally for my native architecture, `x86_64`

#### Notes
I disabled `-DDPP_USE_EXTERNAL_JSON=ON` as `json-c++` is packaged by default within dpp. Let me know if I should readd this.

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

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

From 59718895a1c960932c1d9e79e66746fdedbc9e82 Mon Sep 17 00:00:00 2001
From: Lunar Starstrum <lunar@forsaken-borders.net>
Date: Tue, 26 Sep 2023 00:51:54 -0500
Subject: [PATCH 1/2] dpp: Update to 10.0.25

---
 srcpkgs/dpp/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/dpp/template b/srcpkgs/dpp/template
index bc5b38c518aed..1b65c973c1848 100644
--- a/srcpkgs/dpp/template
+++ b/srcpkgs/dpp/template
@@ -1,18 +1,18 @@
 # Template file for 'dpp'
 pkgname=dpp
-version=10.0.24
-revision=2
+version=10.0.25
+revision=1
 build_style=cmake
-configure_args="-DDPP_USE_EXTERNAL_JSON=ON"
+configure_args="-DDPP_NO_VCPKG=ON"
 cmake_builddir=build
 hostmakedepends="pkg-config"
-makedepends="libsodium-devel opus-devel zlib-devel openssl-devel json-c++"
+makedepends="libsodium-devel opus-devel zlib-devel openssl-devel"
 short_desc="C++ Discord API Library for Bots"
 maintainer="Lunar Starstrum <lunar@forsaken-borders.net>"
 license=Apache-2.0
 homepage="https://dpp.dev"
 distfiles="https://github.com/brainboxdotcc/DPP/archive/refs/tags/v${version}.tar.gz"
-checksum=e5d561b864a7397caeb5616d388ebbd79a8f21077f3b13ac6ccd7e29c746daa9
+checksum=bd39d24e01748ff4cc34ad7ca0faaa0f53542efd8843d4bcc75566a11f0f248b
 
 dpp-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"

From 734dd926f02874ff10f8e68b8d0b43c55d897de6 Mon Sep 17 00:00:00 2001
From: Lunar Starstrum <lunar@forsaken-borders.net>
Date: Tue, 3 Oct 2023 15:48:10 -0500
Subject: [PATCH 2/2] dpp: Update to 10.0.26

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

diff --git a/srcpkgs/dpp/template b/srcpkgs/dpp/template
index 1b65c973c1848..3fe3e30f44ec0 100644
--- a/srcpkgs/dpp/template
+++ b/srcpkgs/dpp/template
@@ -1,18 +1,18 @@
 # Template file for 'dpp'
 pkgname=dpp
-version=10.0.25
+version=10.0.26
 revision=1
 build_style=cmake
-configure_args="-DDPP_NO_VCPKG=ON"
+configure_args="-DDPP_NO_VCPKG=ON -DDPP_USE_EXTERNAL_JSON=ON"
 cmake_builddir=build
 hostmakedepends="pkg-config"
-makedepends="libsodium-devel opus-devel zlib-devel openssl-devel"
+makedepends="libsodium-devel opus-devel zlib-devel openssl-devel json-c++"
 short_desc="C++ Discord API Library for Bots"
 maintainer="Lunar Starstrum <lunar@forsaken-borders.net>"
 license=Apache-2.0
 homepage="https://dpp.dev"
 distfiles="https://github.com/brainboxdotcc/DPP/archive/refs/tags/v${version}.tar.gz"
-checksum=bd39d24e01748ff4cc34ad7ca0faaa0f53542efd8843d4bcc75566a11f0f248b
+checksum=038e95c3ef8228957bf2a84d4ff73ca1dd95ecb2cf7478ca57137d5d99f7e709
 
 dpp-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"

  parent reply	other threads:[~2023-10-03 20:48 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-26  5:54 [PR PATCH] " OoLunar
2023-10-03 20:11 ` classabbyamp
2023-10-03 20:19 ` OoLunar
2023-10-03 20:19 ` OoLunar
2023-10-03 20:21 ` classabbyamp
2023-10-03 20:48 ` OoLunar [this message]
2023-10-03 20:48 ` dpp: Update to 10.0.26 OoLunar
2023-10-28  3:37 ` [PR PATCH] [Updated] dpp: Update to 10.0.27 OoLunar
2023-10-28  3:38 ` OoLunar
2023-11-05 20:13 ` OoLunar
2023-11-05 20:15 ` dpp: Update to 10.0.28 OoLunar
2023-11-05 20:37 ` braindigitalis
2023-11-13  5:34 ` [PR PATCH] [Merged]: " classabbyamp
2023-11-13  5:36 ` classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231003204824.DJCQMnOkNvh1WrEOiHtR4YM67uUl-JogMED15NrfpJk@z \
    --to=oolunar@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).