Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qmidiarp: Update to 0.6.7
@ 2023-04-14  6:21 mvf
  2023-04-16 10:30 ` [PR PATCH] [Updated] " mvf
  2023-06-14 17:51 ` [PR PATCH] [Merged]: qmidiarp: update " Duncaen
  0 siblings, 2 replies; 3+ messages in thread
From: mvf @ 2023-04-14  6:21 UTC (permalink / raw)
  To: ml

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

There is a new 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 a291ee5bc683c01825f5fe2f3d5990ec214b6d8f 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() {

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

* Re: [PR PATCH] [Updated] qmidiarp: Update to 0.6.7
  2023-04-14  6:21 [PR PATCH] qmidiarp: Update to 0.6.7 mvf
@ 2023-04-16 10:30 ` mvf
  2023-06-14 17:51 ` [PR PATCH] [Merged]: qmidiarp: update " Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: mvf @ 2023-04-16 10:30 UTC (permalink / raw)
  To: ml

[-- 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() {

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

* Re: [PR PATCH] [Merged]: qmidiarp: update to 0.6.7
  2023-04-14  6:21 [PR PATCH] qmidiarp: Update to 0.6.7 mvf
  2023-04-16 10:30 ` [PR PATCH] [Updated] " mvf
@ 2023-06-14 17:51 ` Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2023-06-14 17:51 UTC (permalink / raw)
  To: ml

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

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

qmidiarp: update to 0.6.7
https://github.com/void-linux/void-packages/pull/43432

Description:
<!-- 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
-->


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

end of thread, other threads:[~2023-06-14 17:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-14  6:21 [PR PATCH] qmidiarp: Update to 0.6.7 mvf
2023-04-16 10:30 ` [PR PATCH] [Updated] " mvf
2023-06-14 17:51 ` [PR PATCH] [Merged]: qmidiarp: update " Duncaen

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