Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wildmidi: update to 0.4.5.
@ 2023-07-16 21:00 mtboehlke
  2023-07-17  5:32 ` oreo639
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: mtboehlke @ 2023-07-16 21:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mtboehlke/void-packages wildmidi
https://github.com/void-linux/void-packages/pull/45069

wildmidi: update to 0.4.5.
<!-- Uncomment relevant sections and delete options which are not applicable -->

There seems to be a problem with the project website, which is why I have the homepage field set to the github page.  I did open an [issue](https://github.com/Mindwerks/wildmidi/issues/244) upstream, since the github page does still reference the project homepage.

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

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

From e2efe084a4e89c62856a7b5193077d7ec8a45696 Mon Sep 17 00:00:00 2001
From: Mat Boehlke <mtboehlke@gmail.com>
Date: Sun, 16 Jul 2023 15:11:30 -0500
Subject: [PATCH] wildmidi: update to 0.4.5.

---
 srcpkgs/wildmidi/patches/save_midi.patch | 13 -------------
 srcpkgs/wildmidi/template                |  8 ++++----
 2 files changed, 4 insertions(+), 17 deletions(-)
 delete mode 100644 srcpkgs/wildmidi/patches/save_midi.patch

diff --git a/srcpkgs/wildmidi/patches/save_midi.patch b/srcpkgs/wildmidi/patches/save_midi.patch
deleted file mode 100644
index ed957815cb36..000000000000
--- a/srcpkgs/wildmidi/patches/save_midi.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git src/wildmidi.c src/wildmidi.c
-index a9ae0f1..fd9c5e7 100644
---- a/src/wildmidi.c
-+++ b/src/wildmidi.c
-@@ -1997,7 +1997,7 @@ int main(int argc, char **argv) {
-                         WildMidi_ClearError();
-                     } else {
-                         char *real_file = FIND_LAST_DIRSEP(argv[optind-1]);
--                        if (!real_file) real_file = argv[optind];
-+                        if (!real_file) real_file = argv[optind-1];
-                         else real_file++;
-                         mk_midifile_name(real_file);
-                         printf("\rWriting %s: %u bytes.\r\n", midi_file, getmidisize);
diff --git a/srcpkgs/wildmidi/template b/srcpkgs/wildmidi/template
index b137521f535a..431feb2757f9 100644
--- a/srcpkgs/wildmidi/template
+++ b/srcpkgs/wildmidi/template
@@ -1,7 +1,7 @@
 # Template file for 'wildmidi'
 pkgname=wildmidi
-version=0.4.4
-revision=2
+version=0.4.5
+revision=1
 build_style=cmake
 configure_args="-DWANT_ALSA=1 -DWANT_OSS=1 -DWANT_OPENAL=1"
 hostmakedepends="pkg-config"
@@ -10,9 +10,9 @@ depends="libwildmidi"
 short_desc="Simple software midi player and core softsynth library"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="GPL-3.0-or-later, LGPL-3.0-only"
-homepage="https://www.mindwerks.net/projects/wildmidi"
+homepage="https://github.com/Mindwerks/wildmidi"
 distfiles="https://github.com/Mindwerks/${pkgname}/archive/${pkgname}-${version}.tar.gz"
-checksum=6f267c8d331e9859906837e2c197093fddec31829d2ebf7b958cf6b7ae935430
+checksum=116c0f31d349eaa74a630ed5a9a17b6a351204877a4ed9fb9aacd9dbd7f6c874
 
 post_install() {
 	vsconf ${FILESDIR}/wildmidi.cfg

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

end of thread, other threads:[~2023-08-06  1:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-16 21:00 [PR PATCH] wildmidi: update to 0.4.5 mtboehlke
2023-07-17  5:32 ` oreo639
2023-07-17  7:13 ` oreo639
2023-07-17 22:47 ` [PR PATCH] [Updated] " mtboehlke
2023-07-17 22:52 ` mtboehlke
2023-08-05 23:23 ` [PR PATCH] [Updated] " mtboehlke
2023-08-05 23:28 ` mtboehlke
2023-08-06  1:36 ` [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).