Github messages for voidlinux
 help / color / mirror / Atom feed
From: tm512 <tm512@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] milkytracker: update to 1.04.00, adopt.
Date: Thu, 16 Nov 2023 19:41:49 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47269@inbox.vuxu.org> (raw)

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

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

https://github.com/tm512/void-packages milkytracker-1.04
https://github.com/void-linux/void-packages/pull/47269

milkytracker: update to 1.04.00, adopt.
<!-- 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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-glibc (crossbuild)


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

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

From 292f6838c85fe7324dbcec1f253d887f987feca3 Mon Sep 17 00:00:00 2001
From: tm512 <elykdav@gmail.com>
Date: Thu, 16 Nov 2023 10:29:15 -0800
Subject: [PATCH] milkytracker: update to 1.04.00, adopt.

---
 .../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 ae31447510e0b..0000000000000
--- a/srcpkgs/milkytracker/patches/fix-jack-library-call.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/milkyplay/drivers/jack/AudioDriver_JACK.cpp
-+++ b/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 92d21114adef1..a38f5b7cc891d 100644
--- a/srcpkgs/milkytracker/template
+++ b/srcpkgs/milkytracker/template
@@ -1,17 +1,17 @@
 # Template file for 'milkytracker'
 pkgname=milkytracker
-version=1.02.00
-revision=3
+version=1.04.00
+revision=1
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="SDL2-devel zlib-devel jack-devel alsa-lib-devel rtmidi-devel"
 depends="libjack rtmidi"
 short_desc="Fast Tracker II inspired music tracker"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="tm512 <elykdav@gmail.com>"
 license="GPL-3.0-only"
 homepage="http://milkytracker.titandemo.org/"
 distfiles="https://github.com/milkytracker/MilkyTracker/archive/v${version}.tar.gz"
-checksum=6bcb6e74ee333e831137435a25c0f2f3da6e1462864deec9e693ef7d23a16023
+checksum=29b9c9572ad8bf8f4add2de19c3f8fb0382738763a92e76f3d01dea82c40ff72
 
 post_install() {
 	vinstall resources/milkytracker.desktop 644 usr/share/applications

             reply	other threads:[~2023-11-16 18:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-16 18:41 tm512 [this message]
2023-11-18  7:54 ` [PR PATCH] [Merged]: " classabbyamp

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47269@inbox.vuxu.org \
    --to=tm512@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).