From 334d9c224950a8cc3c01176acbe9db6ddf32cd0b Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 9 Mar 2017 14:21:55 +0100 Subject: [PATCH] cantata: unbreak musl, remove unnecessary taglib-sharp --- srcpkgs/cantata/patches/musl.patch | 11 +++++++++++ srcpkgs/cantata/template | 8 +++++--- 2 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/cantata/patches/musl.patch diff --git a/srcpkgs/cantata/patches/musl.patch b/srcpkgs/cantata/patches/musl.patch new file mode 100644 index 00000000000..0d048eb879c --- /dev/null +++ b/srcpkgs/cantata/patches/musl.patch @@ -0,0 +1,11 @@ +--- 3rdparty/solid-lite/backends/udisks2/udisksblock.h.orig 2016-01-08 19:44:42.000000000 +0100 ++++ 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 + #include + #include "udisksdeviceinterface.h" + + diff --git a/srcpkgs/cantata/template b/srcpkgs/cantata/template index 92a14b667ba..da7e8a1ef0e 100644 --- a/srcpkgs/cantata/template +++ b/srcpkgs/cantata/template @@ -4,7 +4,11 @@ version=2.0.1 revision=1 build_style=cmake hostmakedepends="pkg-config" -makedepends="qt5-devel qt5-tools-devel qt5-svg-devel qt5-xmlpatterns-devel qt5-plugin-mysql qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-odbc qt5-plugin-tds vlc-devel zlib-devel ffmpeg-devel taglib-devel taglib-sharp taglib-extras-devel libmtp-devel mpg123-devel libcdparanoia-devel libcddb-devel speex-devel eudev-libudev-devel udisks2-devel libmusicbrainz5-devel" +makedepends="qt5-devel qt5-tools-devel qt5-svg-devel qt5-xmlpatterns-devel + qt5-plugin-mysql qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-odbc + qt5-plugin-tds vlc-devel zlib-devel ffmpeg-devel taglib-devel + taglib-extras-devel libmtp-devel mpg123-devel libcdparanoia-devel libcddb-devel + speex-devel eudev-libudev-devel udisks2-devel libmusicbrainz5-devel" depends="media-player-info" short_desc="Qt client for the music player daemon (MPD)" maintainer="LockeAnarchist " @@ -12,5 +16,3 @@ license="GPL-3" homepage="https://github.com/cdrummond/cantata" distfiles="https://github.com/CDrummond/cantata/releases/download/v${version}/${pkgname}-${version}.tar.bz2" checksum="122bda13c0b4078b84640dabef444b37d705d71c6f95209a2d949acd28a0bbca" - -disable_parallel_build="yes"