Github messages for voidlinux
 help / color / mirror / Atom feed
From: mvf <mvf@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] qmidiarp: Update to 0.6.7
Date: Sun, 16 Apr 2023 12:30:07 +0200	[thread overview]
Message-ID: <20230416103007.v9pvvAUzAXiyZQRom9RvCVtzxIbcMpfF3JbwMfAyLj8@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43432@inbox.vuxu.org>

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

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

https://github.com/mvf/void-packages pr/qmidiarp
https://github.com/void-linux/void-packages/pull/43432

qmidiarp: Update to 0.6.7
<!-- 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
- 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/43432.patch is attached

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

From 31bdbeb554ccd9b64e8b6879ee607c24d1fe2587 Mon Sep 17 00:00:00 2001
From: Matthias von Faber <mvf@gmx.eu>
Date: Fri, 14 Apr 2023 08:18:15 +0200
Subject: [PATCH] qmidiarp: update to 0.6.7

---
 .../patches/add-missing-includes.patch        | 21 -------------------
 srcpkgs/qmidiarp/template                     |  6 +++---
 2 files changed, 3 insertions(+), 24 deletions(-)
 delete mode 100644 srcpkgs/qmidiarp/patches/add-missing-includes.patch

diff --git a/srcpkgs/qmidiarp/patches/add-missing-includes.patch b/srcpkgs/qmidiarp/patches/add-missing-includes.patch
deleted file mode 100644
index 13cb6658aed0..000000000000
--- a/srcpkgs/qmidiarp/patches/add-missing-includes.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/src/main.cpp
-+++ b/src/main.cpp
-@@ -69,6 +69,8 @@
- #include "mainwindow.h"
- #include "main.h"
- 
-+#include <sys/types.h>
-+#include <unistd.h>
- 
- static struct option options[] = {
-     {"version", 0, 0, 'v'},
---- a/src/midiworker.h
-+++ b/src/midiworker.h
-@@ -28,6 +28,7 @@
- #include "main.h"
- #include <cstdlib>
- #include <cstdio>
-+#include <sys/types.h>
- 
- 
- /*! @brief MIDI worker base class for QMidiArp modules.
diff --git a/srcpkgs/qmidiarp/template b/srcpkgs/qmidiarp/template
index 04ada9038b07..964024906a6f 100644
--- a/srcpkgs/qmidiarp/template
+++ b/srcpkgs/qmidiarp/template
@@ -1,6 +1,6 @@
 # Template file for 'qmidiarp'
 pkgname=qmidiarp
-version=0.6.5
+version=0.6.7
 revision=1
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config qt5-host-tools"
@@ -9,8 +9,8 @@ short_desc="MIDI arpeggiator and LFO"
 maintainer="Matthias von Faber <mvf@gmx.eu>"
 license="GPL-2.0-or-later"
 homepage="http://qmidiarp.sourceforge.net"
-distfiles="${SOURCEFORGE_SITE}/project/${pkgname}/${pkgname}/${version}/${pkgname}-${version}.tar.bz2"
-checksum=22a3a26d3dbe4bf215aa33c0fd4a79c088549328477840d00e72e50c6e807e10
+distfiles="${SOURCEFORGE_SITE}/project/qmidiarp/qmidiarp/${version}/qmidiarp-${version}.tar.bz2"
+checksum=1bc73896e33da0aa52e90f16f393acb437594b0a9ad8fc97d73b39e028589c2c
 CXXFLAGS="-D_GNU_SOURCE"
 
 pre_configure() {

  reply	other threads:[~2023-04-16 10:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-14  6:21 [PR PATCH] " mvf
2023-04-16 10:30 ` mvf [this message]
2023-06-14 17:51 ` [PR PATCH] [Merged]: qmidiarp: update " Duncaen

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=20230416103007.v9pvvAUzAXiyZQRom9RvCVtzxIbcMpfF3JbwMfAyLj8@z \
    --to=mvf@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).