Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] milkytracker: added rtmidi for midi support.
@ 2020-08-22 21:34 telamon
  2020-08-22 22:51 ` [PR PATCH] [Updated] " telamon
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: telamon @ 2020-08-22 21:34 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1020 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] 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"

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

end of thread, other threads:[~2020-09-06 21:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-22 21:34 [PR PATCH] milkytracker: added rtmidi for midi support telamon
2020-08-22 22:51 ` [PR PATCH] [Updated] " telamon
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

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