Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cantata: update to 2.5.0.
@ 2022-10-22  3:05 ajtcode71
  2022-10-23  1:24 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ajtcode71 @ 2022-10-22  3:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ajtcode71/void-packages cantata
https://github.com/void-linux/void-packages/pull/40098

cantata: update to 2.5.0.


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



#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl 
  -  i686 (CB)
  - aarch64 (CB)
  



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

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

From 7b6be11058facd06411ee932e3903e1c8424ee88 Mon Sep 17 00:00:00 2001
From: Anthony Thompson <athompson@posteo.net>
Date: Sat, 22 Oct 2022 13:26:42 +1100
Subject: [PATCH] cantata: update to 2.5.0.

---
 srcpkgs/cantata/patches/musl.patch | 30 ------------------------------
 srcpkgs/cantata/template           |  6 +++---
 2 files changed, 3 insertions(+), 33 deletions(-)
 delete mode 100644 srcpkgs/cantata/patches/musl.patch

diff --git a/srcpkgs/cantata/patches/musl.patch b/srcpkgs/cantata/patches/musl.patch
deleted file mode 100644
index b524d66e24af..000000000000
--- a/srcpkgs/cantata/patches/musl.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- a/3rdparty/solid-lite/backends/udisks2/udisksblock.h	2016-01-08 19:44:42.000000000 +0100
-+++ b/3rdparty/solid-lite/backends/udisks2/udisksblock.h	2017-03-09 11:41:06.071250302 +0100
-@@ -21,6 +21,7 @@
- #ifndef UDISKS2BLOCK_H
- #define UDISKS2BLOCK_H
- 
-+#include <sys/types.h>
- #include <solid-lite/ifaces/block.h>
- #include "udisksdeviceinterface.h"
- 
---- a/gui/main.cpp	2018-06-16 10:09:13.072771604 +0200
-+++ b/gui/main.cpp	2018-06-16 10:10:00.840162507 +0200
-@@ -260,7 +260,7 @@
-     qInstallMessageHandler(cantataQtMsgHandler);
- }
- 
--#if defined Q_OS_LINUX && defined __GNUC__
-+#if defined Q_OS_LINUX && defined __GNUC__ && defined __GLIBC__
- #include <execinfo.h>
- #include <unistd.h>
- #include <signal.h>
-@@ -340,7 +340,7 @@
- 
- int main(int argc, char *argv[])
- {
--    #if defined Q_OS_LINUX && defined __GNUC__
-+    #if defined Q_OS_LINUX && defined __GNUC__ && defined __GLIBC__
-     signal(SIGSEGV, sigHandler);
-     #endif
-     QThread::currentThread()->setObjectName("GUI");
diff --git a/srcpkgs/cantata/template b/srcpkgs/cantata/template
index 8ce1d756ace9..9193d30901e4 100644
--- a/srcpkgs/cantata/template
+++ b/srcpkgs/cantata/template
@@ -1,7 +1,7 @@
 # Template file for 'cantata'
 pkgname=cantata
-version=2.4.2
-revision=2
+version=2.5.0
+revision=1
 build_style=cmake
 hostmakedepends="pkg-config qt5-qmake qt5-host-tools qt5-tools"
 makedepends="qt5-devel qt5-tools-devel qt5-svg-devel qt5-xmlpatterns-devel
@@ -16,4 +16,4 @@ maintainer="LockeAnarchist <emanuel@openmailbox.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/cdrummond/cantata"
 distfiles="https://github.com/CDrummond/cantata/releases/download/v${version}/${pkgname}-${version}.tar.bz2"
-checksum=3ed25d0c838720af7ed08b89a30f3e05d6952d40a5f520f29b3558b2eacdec82
+checksum=eb7e00ab3f567afaa02ea2c86e2fe811a475afab93182b95922c6eb126821724

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

end of thread, other threads:[~2022-10-23  7:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-22  3:05 [PR PATCH] cantata: update to 2.5.0 ajtcode71
2022-10-23  1:24 ` [PR REVIEW] " classabbyamp
2022-10-23  6:50 ` [PR PATCH] [Updated] " ajtcode71
2022-10-23  7:01 ` ajtcode71
2022-10-23  7:18 ` [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).