Github messages for voidlinux
 help / color / mirror / Atom feed
From: telamon <telamon@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] milkytracker: added rtmidi for midi support.
Date: Sun, 23 Aug 2020 00:51:21 +0200	[thread overview]
Message-ID: <20200822225121.3ajxgbpAYexxjmvhg5Tmw4gHaDjHThO_M-x0EqJ6TsY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24427@inbox.vuxu.org>

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

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

https://github.com/telamon/void-packages milkytracker-rtmidi
https://github.com/void-linux/void-packages/pull/24427

milkytracker: added rtmidi for midi support.
Recompiled with librtmidi to enable support for midi-devices.


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

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

From 6788018cf41ebdad7d46946f5bee576a3fa7d68c Mon Sep 17 00:00:00 2001
From: Tony Ivanov <telamohn@pm.me>
Date: Sat, 22 Aug 2020 23:30:57 +0200
Subject: [PATCH 1/2] Recompiled with librtmidi to enable support for
 midi-devices

---
 srcpkgs/milkytracker/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/milkytracker/template b/srcpkgs/milkytracker/template
index f9a985b7997..a85cc055d0c 100644
--- a/srcpkgs/milkytracker/template
+++ b/srcpkgs/milkytracker/template
@@ -1,12 +1,12 @@
 # Template file for 'milkytracker'
 pkgname=milkytracker
 version=1.02.00
-revision=1
+revision=2
 build_style=cmake
 wrksrc=MilkyTracker-${version}
 configure_args="--with-alsa --with-jack"
-makedepends="SDL2-devel zlib-devel jack-devel alsa-lib-devel"
-depends="libjack"
+makedepends="SDL2-devel zlib-devel jack-devel alsa-lib-devel rtmidi-devel"
+depends="libjack rtmidi"
 short_desc="Fast Tracker II inspired music tracker"
 maintainer="bra1nwave <brainwave@openmailbox.org>"
 license="GPL-3"

From 49828ea7f8174e92a5d98cc8ab8e0cb974340fc9 Mon Sep 17 00:00:00 2001
From: Tony Ivanov <telamohn@pm.me>
Date: Sun, 23 Aug 2020 00:51:45 +0200
Subject: [PATCH 2/2] Fixed xlint complaints

---
 srcpkgs/milkytracker/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/milkytracker/template b/srcpkgs/milkytracker/template
index a85cc055d0c..9f5cffd6130 100644
--- a/srcpkgs/milkytracker/template
+++ b/srcpkgs/milkytracker/template
@@ -2,14 +2,14 @@
 pkgname=milkytracker
 version=1.02.00
 revision=2
-build_style=cmake
 wrksrc=MilkyTracker-${version}
+build_style=cmake
 configure_args="--with-alsa --with-jack"
 makedepends="SDL2-devel zlib-devel jack-devel alsa-lib-devel rtmidi-devel"
 depends="libjack rtmidi"
 short_desc="Fast Tracker II inspired music tracker"
 maintainer="bra1nwave <brainwave@openmailbox.org>"
-license="GPL-3"
+license="GPL-3.0-only"
 homepage="http://milkytracker.titandemo.org/"
 distfiles="https://github.com/milkytracker/MilkyTracker/archive/v${version}.tar.gz"
 checksum=6bcb6e74ee333e831137435a25c0f2f3da6e1462864deec9e693ef7d23a16023

  reply	other threads:[~2020-08-22 22:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-22 21:34 [PR PATCH] " telamon
2020-08-22 22:51 ` telamon [this message]
2020-08-27 14:30 ` ahesford
2020-09-02  7:33 ` telamon
2020-09-02 16:02 ` ahesford
2020-09-06 21:37 ` [PR PATCH] [Merged]: " ahesford

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=20200822225121.3ajxgbpAYexxjmvhg5Tmw4gHaDjHThO_M-x0EqJ6TsY@z \
    --to=telamon@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).