Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] milkytracker: update to 1.03.00.
@ 2021-01-25 17:10 rc-05
  2021-01-25 17:50 ` ericonr
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: rc-05 @ 2021-01-25 17:10 UTC (permalink / raw)
  To: ml

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

There is a new pull request by rc-05 against master on the void-packages repository

https://github.com/rc-05/void-packages milkytracker
https://github.com/void-linux/void-packages/pull/28224

milkytracker: update to 1.03.00.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### 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
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### 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, (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/28224.patch is attached

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

From d66471200f2ce4dcf4d1da722c67f0288f9b7d7e Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Mon, 25 Jan 2021 18:07:27 +0000
Subject: [PATCH] milkytracker: update to 1.03.00.

---
 .../milkytracker/patches/fix-jack-library-call.patch  | 11 -----------
 srcpkgs/milkytracker/template                         |  8 ++++----
 2 files changed, 4 insertions(+), 15 deletions(-)
 delete mode 100644 srcpkgs/milkytracker/patches/fix-jack-library-call.patch

diff --git a/srcpkgs/milkytracker/patches/fix-jack-library-call.patch b/srcpkgs/milkytracker/patches/fix-jack-library-call.patch
deleted file mode 100644
index c297c38e47f..00000000000
--- a/srcpkgs/milkytracker/patches/fix-jack-library-call.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./src/milkyplay/drivers/jack/AudioDriver_JACK.cpp.orig
-+++ ./src/milkyplay/drivers/jack/AudioDriver_JACK.cpp	
-@@ -92,7 +92,7 @@
- mp_sint32 AudioDriver_JACK::initDevice(mp_sint32 bufferSizeInWords, mp_uint32 mixFrequency, MasterMixer* mixer)
- {
- 	// First load libjack
--	libJack = dlopen("libjack.so", RTLD_LAZY);
-+	libJack = dlopen("libjack.so.0", RTLD_LAZY);
- 	if(!libJack) {
- 		fprintf(stderr, "JACK: Can't load libjack (is it installed?)\n");
- 		return -1;
diff --git a/srcpkgs/milkytracker/template b/srcpkgs/milkytracker/template
index 9f5cffd6130..086ff9928ed 100644
--- a/srcpkgs/milkytracker/template
+++ b/srcpkgs/milkytracker/template
@@ -1,18 +1,18 @@
 # Template file for 'milkytracker'
 pkgname=milkytracker
-version=1.02.00
-revision=2
+version=1.03.00
+revision=1
 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>"
+maintainer="rc-05 <rc23@email.it>"
 license="GPL-3.0-only"
 homepage="http://milkytracker.titandemo.org/"
 distfiles="https://github.com/milkytracker/MilkyTracker/archive/v${version}.tar.gz"
-checksum=6bcb6e74ee333e831137435a25c0f2f3da6e1462864deec9e693ef7d23a16023
+checksum=72d5357e303380b52383b66b51f944a77cd77e2b3bfeb227d87cc0e72ab292f7
 
 post_install() {
 	vinstall resources/milkytracker.desktop 644 usr/share/applications

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

end of thread, other threads:[~2021-02-23 21:45 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-25 17:10 [PR PATCH] milkytracker: update to 1.03.00 rc-05
2021-01-25 17:50 ` ericonr
2021-01-25 17:59 ` ericonr
2021-01-25 17:59 ` rc-05
2021-01-25 18:10 ` ericonr
2021-01-25 18:10 ` ericonr
2021-01-25 21:27 ` rc-05
2021-01-25 21:29 ` ericonr
2021-01-26  8:38 ` Johnnynator
2021-01-27  9:20 ` rc-05
2021-01-27  9:51 ` rc-05
2021-01-27 14:22 ` ericonr
2021-02-23 21:38 ` rc-05
2021-02-23 21:44 ` rc-05
2021-02-23 21:45 ` [PR PATCH] [Closed]: " rc-05

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