Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] milkytracker: update to 1.04.00, adopt.
@ 2023-11-16 18:41 tm512
  2023-11-18  7:54 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: tm512 @ 2023-11-16 18:41 UTC (permalink / raw)
  To: ml

[-- 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

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

* Re: [PR PATCH] [Merged]: milkytracker: update to 1.04.00, adopt.
  2023-11-16 18:41 [PR PATCH] milkytracker: update to 1.04.00, adopt tm512
@ 2023-11-18  7:54 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2023-11-18  7:54 UTC (permalink / raw)
  To: ml

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

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

milkytracker: update to 1.04.00, adopt.
https://github.com/void-linux/void-packages/pull/47269

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


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

end of thread, other threads:[~2023-11-18  7:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-16 18:41 [PR PATCH] milkytracker: update to 1.04.00, adopt tm512
2023-11-18  7:54 ` [PR PATCH] [Merged]: " classabbyamp

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