Github messages for voidlinux
 help / color / mirror / Atom feed
From: teldra <teldra@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] geonkick: update to 2.8.0.
Date: Sun, 04 Apr 2021 20:24:01 +0200	[thread overview]
Message-ID: <20210404182401._CvA_ga9CsPJ4jyQpTqgtPTOA-LOG0Ae0ZgTiSg1sp0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-29845@inbox.vuxu.org>

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

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

https://github.com/teldra/void-packages update-geonkick
https://github.com/void-linux/void-packages/pull/29845

geonkick: update to 2.8.0.
#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (glibc-x86_64)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->


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

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

From dc11c5a9b8e19779d4df026a1ae354c13b0ebb7b Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 29 Mar 2021 09:00:36 +0200
Subject: [PATCH 1/2] geonkick: update to 2.8.0.

---
 srcpkgs/geonkick/patches/musl.patch | 39 -----------------------------
 srcpkgs/geonkick/template           |  8 +++---
 2 files changed, 4 insertions(+), 43 deletions(-)
 delete mode 100644 srcpkgs/geonkick/patches/musl.patch

diff --git a/srcpkgs/geonkick/patches/musl.patch b/srcpkgs/geonkick/patches/musl.patch
deleted file mode 100644
index 281752a92ecb..000000000000
--- a/srcpkgs/geonkick/patches/musl.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-diff --git dsp/src/compressor.h dsp/src/compressor.h
-index 2b246be..e6cac5d 100644
---- dsp/src/compressor.h
-+++ dsp/src/compressor.h
-@@ -26,6 +26,8 @@
- 
- #include "geonkick_internal.h"
- 
-+#include <pthread.h>
-+
- struct gkick_compressor {
-         int enabled;
- 
-diff --git dsp/src/distortion.h dsp/src/distortion.h
-index 4e42f11..b06e6e5 100644
---- dsp/src/distortion.h
-+++ dsp/src/distortion.h
-@@ -26,6 +26,8 @@
- 
- #include "geonkick_internal.h"
- 
-+#include <pthread.h>
-+
- struct gkick_distortion {
-         int enabled;
- 	/* Input limiter for distortion. */
-diff --git dsp/src/synthesizer.h dsp/src/synthesizer.h
-index 303f810..d4d4f9b 100644
---- dsp/src/synthesizer.h
-+++ dsp/src/synthesizer.h
-@@ -31,6 +31,8 @@
- 
- #include <stdatomic.h>
- 
-+#include <pthread.h>
-+
- struct gkick_synth {
-       	atomic_size_t id;
-         char name[30];
diff --git a/srcpkgs/geonkick/template b/srcpkgs/geonkick/template
index 3af40e196c69..e3acec2aa4a0 100644
--- a/srcpkgs/geonkick/template
+++ b/srcpkgs/geonkick/template
@@ -1,17 +1,17 @@
 # Template file for 'geonkick'
 pkgname=geonkick
-version=2.7.2
+version=2.8.0
 revision=1
 build_style=cmake
-hostmakedepends="pkg-config tar xz redkite"
-makedepends="redkite-devel jack-devel libsndfile-devel rapidjson
+hostmakedepends="pkg-config tar xz"
+makedepends="jack-devel libsndfile-devel rapidjson
  lv2 libX11-devel cairo-devel"
 short_desc="Free software percussion synthesizer"
 maintainer="teldra <teldra@rotce.de>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/iurie-sw/geonkick"
 distfiles="https://github.com/iurie-sw/geonkick/archive/v${version}.tar.gz"
-checksum=ee4afd97657620ffdcae34192c1d51953059b79d382bc4f165252085b6e24010
+checksum=ec656e76df13ae1226bba6eeb8146c4f0ddbae2c34d28a89db473c16497eaff4
 make_check=extended # No target to "ninja test".
 
 if [[ ! ${XBPS_TARGET_MACHINE} == "x86_64" ]]; then

From 2f7a3f51966a37dbd693f6df3954d42d2ad1640b Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sun, 4 Apr 2021 20:23:53 +0200
Subject: [PATCH 2/2] remove: redkite-1.3.1_1

---
 srcpkgs/redkite-devel             |  1 -
 srcpkgs/redkite/template          | 22 ----------------------
 srcpkgs/removed-packages/template |  1 +
 3 files changed, 1 insertion(+), 23 deletions(-)
 delete mode 120000 srcpkgs/redkite-devel
 delete mode 100644 srcpkgs/redkite/template

diff --git a/srcpkgs/redkite-devel b/srcpkgs/redkite-devel
deleted file mode 120000
index 98f68eebb4c0..000000000000
--- a/srcpkgs/redkite-devel
+++ /dev/null
@@ -1 +0,0 @@
-redkite
\ No newline at end of file
diff --git a/srcpkgs/redkite/template b/srcpkgs/redkite/template
deleted file mode 100644
index 994865d7668a..000000000000
--- a/srcpkgs/redkite/template
+++ /dev/null
@@ -1,22 +0,0 @@
-# Template file for 'redkite'
-pkgname=redkite
-version=1.3.1
-revision=1
-build_style=cmake
-makedepends="cairo-devel libX11-devel"
-short_desc="GUI toolkit"
-maintainer="teldra <teldra@rotce.de>"
-license="GPL-3.0-or-later"
-homepage="https://github.com/iurie-sw/redkite"
-distfiles="https://github.com/iurie-sw/redkite/archive/v${version}.tar.gz"
-checksum=18f2e3808201e350624279db6553baf53113a7351d80edc3604dccfc32a68e67
-make_check=extended # No target to "ninja test".
-
-redkite-devel_package() {
-	short_desc+=" - development files"
-	depends="${sourcepkg}>=${version}_${revision}"
-	pkg_install() {
-		vmove "usr/include"
-		vmove "usr/lib"
-	}
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 4838a7e25874..79e7c4d1c77e 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -259,6 +259,7 @@ replaces="
  qt5dxcb-plugin<=5.0.11_1
  qt5integration<=5.0.0_7
  r2-bindings<=1.0.1_2
+ redkite<=1.3.1_1
  reminiscence<=0.4.6_1
  rkt<=1.30.0_3
  rkt-stage1-fly<=1.30.0_3

  parent reply	other threads:[~2021-04-04 18:24 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-29  7:52 [PR PATCH] geonkick: update to 2.7.3 teldra
2021-03-29  7:58 ` [PR PATCH] [Updated] " teldra
2021-03-29  8:03 ` teldra
2021-03-29  8:09 ` teldra
2021-03-29  8:20 ` teldra
2021-03-29  8:28 ` teldra
2021-03-29  9:17 ` teldra
2021-03-29  9:22 ` teldra
2021-03-29  9:23 ` teldra
2021-03-29 12:04 ` ericonr
2021-03-29 12:07 ` ericonr
2021-03-29 12:08 ` ericonr
2021-03-29 12:11 ` ericonr
2021-03-29 12:13 ` ericonr
2021-03-29 12:37 ` ericonr
2021-03-29 21:44 ` teldra
2021-04-04  9:42 ` [PR PATCH] [Updated] " teldra
2021-04-04  9:55 ` geonkick: update to 2.8.0 teldra
2021-04-04 18:24 ` teldra [this message]
2021-04-04 22:42 ` ericonr
2021-04-04 22:43 ` [PR PATCH] [Closed]: " ericonr

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=20210404182401._CvA_ga9CsPJ4jyQpTqgtPTOA-LOG0Ae0ZgTiSg1sp0@z \
    --to=teldra@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).