cantata: update to 2.3.1.
This commit is contained in:
parent
5e01d7ae6b
commit
188bc4852a
|
@ -8,4 +8,23 @@
|
|||
#include <solid-lite/ifaces/block.h>
|
||||
#include "udisksdeviceinterface.h"
|
||||
|
||||
|
||||
--- gui/main.cpp.orig 2018-06-16 10:09:13.072771604 +0200
|
||||
+++ 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");
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cantata'
|
||||
pkgname=cantata
|
||||
version=2.2.0
|
||||
version=2.3.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="pkg-config qt5-qmake qt5-host-tools qt5-tools"
|
||||
|
@ -13,7 +13,7 @@ makedepends="qt5-devel qt5-tools-devel qt5-svg-devel qt5-xmlpatterns-devel
|
|||
depends="media-player-info"
|
||||
short_desc="Qt client for the music player daemon (MPD)"
|
||||
maintainer="LockeAnarchist <emanuel@openmailbox.org>"
|
||||
license="GPL-3"
|
||||
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=c84691eb17711118d3c512d70cb422267f7a137290082cdd1ff0a871b4a8e5c0
|
||||
checksum=5b1e563ec125d57296495d0f8f97eeecf0b2260aa50b35bae7cab221d7914eb4
|
||||
|
|
Loading…
Reference in New Issue