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

* Re: [PR REVIEW] cantata: update to 2.5.0.
  2022-10-22  3:05 [PR PATCH] cantata: update to 2.5.0 ajtcode71
@ 2022-10-23  1:24 ` classabbyamp
  2022-10-23  6:50 ` [PR PATCH] [Updated] " ajtcode71
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-10-23  1:24 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40098#discussion_r1002611831

Comment:
```suggestion
homepage="https://github.com/cdrummond/cantata"
changelog="https://raw.githubusercontent.com/CDrummond/cantata/master/ChangeLog"
```

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

* Re: [PR PATCH] [Updated] cantata: update to 2.5.0.
  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 ` ajtcode71
  2022-10-23  7:01 ` ajtcode71
  2022-10-23  7:18 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: ajtcode71 @ 2022-10-23  6:50 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 3534 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 1/2] 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

From a15705e97ee1163fcd365f1526f312fa29fe62b9 Mon Sep 17 00:00:00 2001
From: ajtcode71 <90679701+ajtcode71@users.noreply.github.com>
Date: Sun, 23 Oct 2022 17:50:15 +1100
Subject: [PATCH 2/2] Update srcpkgs/cantata/template

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/cantata/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/cantata/template b/srcpkgs/cantata/template
index 9193d30901e4..4b417d80d5c2 100644
--- a/srcpkgs/cantata/template
+++ b/srcpkgs/cantata/template
@@ -15,5 +15,6 @@ short_desc="Qt client for the music player daemon (MPD)"
 maintainer="LockeAnarchist <emanuel@openmailbox.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/cdrummond/cantata"
+changelog="https://raw.githubusercontent.com/CDrummond/cantata/master/ChangeLog"
 distfiles="https://github.com/CDrummond/cantata/releases/download/v${version}/${pkgname}-${version}.tar.bz2"
 checksum=eb7e00ab3f567afaa02ea2c86e2fe811a475afab93182b95922c6eb126821724

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

* Re: [PR PATCH] [Updated] cantata: update to 2.5.0.
  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
  3 siblings, 0 replies; 5+ messages in thread
From: ajtcode71 @ 2022-10-23  7:01 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 2658 bytes --]

From f8626657bcc2b9c3f481547c20f80df76c6a8ff4 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           |  7 ++++---
 2 files changed, 4 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..4b417d80d5c2 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
@@ -15,5 +15,6 @@ short_desc="Qt client for the music player daemon (MPD)"
 maintainer="LockeAnarchist <emanuel@openmailbox.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/cdrummond/cantata"
+changelog="https://raw.githubusercontent.com/CDrummond/cantata/master/ChangeLog"
 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

* Re: [PR PATCH] [Merged]: cantata: update to 2.5.0.
  2022-10-22  3:05 [PR PATCH] cantata: update to 2.5.0 ajtcode71
                   ` (2 preceding siblings ...)
  2022-10-23  7:01 ` ajtcode71
@ 2022-10-23  7:18 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-10-23  7:18 UTC (permalink / raw)
  To: ml

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

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

cantata: update to 2.5.0.
https://github.com/void-linux/void-packages/pull/40098

Description:


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



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