Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] schismtracker: update to 20240426
@ 2024-04-30 21:11 knightcole
  2024-04-30 22:02 ` tranzystorekk
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: knightcole @ 2024-04-30 21:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/knightcole/schismtracker-20240426 master
https://github.com/void-linux/void-packages/pull/50134

schismtracker: update to 20240426
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### 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)



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

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

From a6f77fd39922d81d6fb5fc1d6af9a33b2c1f546c Mon Sep 17 00:00:00 2001
From: KnightCole <knightcole@protonmail.com>
Date: Tue, 30 Apr 2024 17:10:05 -0400
Subject: [PATCH] schismtracker: update to 20240426

---
 srcpkgs/schismtracker/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/schismtracker/template b/srcpkgs/schismtracker/template
index 434f8cd2d5ad1a..8897265d6ff08c 100644
--- a/srcpkgs/schismtracker/template
+++ b/srcpkgs/schismtracker/template
@@ -1,16 +1,16 @@
 # Template file for 'schismtracker'
 pkgname=schismtracker
-version=20200412
+version=20240426
 revision=1
 build_style=gnu-configure
-hostmakedepends="automake SDL-devel"
-makedepends="SDL-devel libXv-devel"
+hostmakedepends="pkg-config autoconf-archive automake SDL2-devel python3 git libltdl-devel libXxf86vm-devel libflac-devel"
+makedepends="SDL2-devel libXv-devel libXxf86vm-devel"
 short_desc="Sample-based music composition tool"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
-homepage="http://schismtracker.org"
+homepage="https://schismtracker.org"
 distfiles="https://github.com/schismtracker/schismtracker/archive/${version}.tar.gz"
-checksum=255a07cdcf4df818095c290be5cc7e291a09581d5ce2cb7088b45285f74ede3d
+checksum=e1e6d0dd356f5747b46fe52113e2348705f7d813fc534e1236e66a94ba47b497
 
 pre_configure() {
 	autoreconf -fi

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

* Re: schismtracker: update to 20240426
  2024-04-30 21:11 [PR PATCH] schismtracker: update to 20240426 knightcole
@ 2024-04-30 22:02 ` tranzystorekk
  2024-05-01  1:32 ` knightcole
  2024-05-01 13:19 ` [PR PATCH] [Merged]: " cinerea0
  2 siblings, 0 replies; 5+ messages in thread
From: tranzystorekk @ 2024-04-30 22:02 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/50134#issuecomment-2087507679

Comment:
Please consult https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md, especially the parts on proper git usage, to avoid repeated opening of PRs for the same change.

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

* Re: schismtracker: update to 20240426
  2024-04-30 21:11 [PR PATCH] schismtracker: update to 20240426 knightcole
  2024-04-30 22:02 ` tranzystorekk
@ 2024-05-01  1:32 ` knightcole
  2024-05-01 13:19 ` [PR PATCH] [Merged]: " cinerea0
  2 siblings, 0 replies; 5+ messages in thread
From: knightcole @ 2024-05-01  1:32 UTC (permalink / raw)
  To: ml

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

New comment by knightcole on void-packages repository

https://github.com/void-linux/void-packages/pull/50134#issuecomment-2087840116

Comment:
Noted, thank you.

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

* Re: [PR PATCH] [Merged]: schismtracker: update to 20240426
  2024-04-30 21:11 [PR PATCH] schismtracker: update to 20240426 knightcole
  2024-04-30 22:02 ` tranzystorekk
  2024-05-01  1:32 ` knightcole
@ 2024-05-01 13:19 ` cinerea0
  2 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2024-05-01 13:19 UTC (permalink / raw)
  To: ml

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

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

schismtracker: update to 20240426
https://github.com/void-linux/void-packages/pull/50134

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### 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)



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

* Re: schismtracker: update to 20240426
  2024-04-27 21:56 [PR PATCH] " knightcole
@ 2024-04-30 20:17 ` cinerea0
  0 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2024-04-30 20:17 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/50074#issuecomment-2087070281

Comment:
Please squash your commits such that there is only one named "schismtracker: update to 20240426".

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

end of thread, other threads:[~2024-05-01 13:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-30 21:11 [PR PATCH] schismtracker: update to 20240426 knightcole
2024-04-30 22:02 ` tranzystorekk
2024-05-01  1:32 ` knightcole
2024-05-01 13:19 ` [PR PATCH] [Merged]: " cinerea0
  -- strict thread matches above, loose matches on Subject: below --
2024-04-27 21:56 [PR PATCH] " knightcole
2024-04-30 20:17 ` cinerea0

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