Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] projectM: update to 3.1.7.
@ 2020-07-30 12:58 abenson
  2020-07-30 13:34 ` [PR PATCH] [Updated] " abenson
  2020-07-30 14:07 ` [PR PATCH] [Merged]: " abenson
  0 siblings, 2 replies; 3+ messages in thread
From: abenson @ 2020-07-30 12:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages projectM_3.1.7
https://github.com/void-linux/void-packages/pull/23956

projectM: update to 3.1.7.


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

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

From 9d010a14c3f796657106d2c098f5959880f764bd Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 30 Jul 2020 07:59:00 -0500
Subject: [PATCH] projectM: update to 3.1.7.

---
 srcpkgs/projectM/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/projectM/template b/srcpkgs/projectM/template
index 9a3d2933b16..8dc461a72d4 100644
--- a/srcpkgs/projectM/template
+++ b/srcpkgs/projectM/template
@@ -1,6 +1,6 @@
 # Template file for 'projectM'
 pkgname=projectM
-version=3.1.3
+version=3.1.7
 revision=1
 build_style=gnu-configure
 configure_args="--datadir=/usr/libexec"
@@ -13,4 +13,4 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/projectM-visualizer/projectm"
 distfiles="${homepage}/releases/download/v${version}/projectM-${version}.tar.gz"
-checksum=6e5879fad747f05bab348a6b2af8fe2f73ad6a901f0dfaa544e9e1b6cefbadc0
+checksum=30af6d1c108efc19311a5636efbbedbe83d23905bb8472dd3fe4b07a21fb5fd3

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

* Re: [PR PATCH] [Updated] projectM: update to 3.1.7.
  2020-07-30 12:58 [PR PATCH] projectM: update to 3.1.7 abenson
@ 2020-07-30 13:34 ` abenson
  2020-07-30 14:07 ` [PR PATCH] [Merged]: " abenson
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2020-07-30 13:34 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by abenson against master on the void-packages repository

https://github.com/abenson/void-packages projectM_3.1.7
https://github.com/void-linux/void-packages/pull/23956

projectM: update to 3.1.7.


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

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

From a257b25f9556772b7b1d17cdd4b050edef247069 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 30 Jul 2020 07:59:00 -0500
Subject: [PATCH] projectM: update to 3.1.7.

---
 srcpkgs/projectM/template | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/projectM/template b/srcpkgs/projectM/template
index 9a3d2933b16..ca2b22afdd9 100644
--- a/srcpkgs/projectM/template
+++ b/srcpkgs/projectM/template
@@ -1,6 +1,6 @@
 # Template file for 'projectM'
 pkgname=projectM
-version=3.1.3
+version=3.1.7
 revision=1
 build_style=gnu-configure
 configure_args="--datadir=/usr/libexec"
@@ -13,4 +13,9 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/projectM-visualizer/projectm"
 distfiles="${homepage}/releases/download/v${version}/projectM-${version}.tar.gz"
-checksum=6e5879fad747f05bab348a6b2af8fe2f73ad6a901f0dfaa544e9e1b6cefbadc0
+checksum=30af6d1c108efc19311a5636efbbedbe83d23905bb8472dd3fe4b07a21fb5fd3
+
+if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
+	makedepends+=" musl-fts-devel"
+	export LDFLAGS+=" -lfts"
+fi

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

* Re: [PR PATCH] [Merged]: projectM: update to 3.1.7.
  2020-07-30 12:58 [PR PATCH] projectM: update to 3.1.7 abenson
  2020-07-30 13:34 ` [PR PATCH] [Updated] " abenson
@ 2020-07-30 14:07 ` abenson
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2020-07-30 14:07 UTC (permalink / raw)
  To: ml

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

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

projectM: update to 3.1.7.
https://github.com/void-linux/void-packages/pull/23956

Description:


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

end of thread, other threads:[~2020-07-30 14:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-30 12:58 [PR PATCH] projectM: update to 3.1.7 abenson
2020-07-30 13:34 ` [PR PATCH] [Updated] " abenson
2020-07-30 14:07 ` [PR PATCH] [Merged]: " abenson

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