[arch-commits] Commit in cantata/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Dec 16 09:43:47 UTC 2017


    Date: Saturday, December 16, 2017 @ 09:43:46
  Author: arojas
Revision: 274555

Fix crash with Qt 5.10 (FS#56738)

Modified:
  cantata/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-16 02:05:58 UTC (rev 274554)
+++ PKGBUILD	2017-12-16 09:43:46 UTC (rev 274555)
@@ -7,7 +7,7 @@
 
 pkgname=cantata
 pkgver=2.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Qt5 client for the music player daemon (MPD)'
 arch=(x86_64)
 url='https://github.com/CDrummond/cantata'
@@ -15,11 +15,16 @@
 depends=(qt5-svg libmtp libmusicbrainz5 mpg123 vlc taglib-extras media-player-info libcdio-paranoia udisks2)
 optdepends=('perl-uri: dynamic playlist' 'mpd: playback' 'ffmpeg: ReplayGain support')
 makedepends=(cmake qt5-tools ffmpeg)
-source=("https://github.com/CDrummond/cantata/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2")
-sha256sums=('c84691eb17711118d3c512d70cb422267f7a137290082cdd1ff0a871b4a8e5c0')
+source=("https://github.com/CDrummond/cantata/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2"
+        cantata-qt5.10-crash.patch::"https://github.com/CDrummond/cantata/commit/4da7a912.patch")
+sha256sums=('c84691eb17711118d3c512d70cb422267f7a137290082cdd1ff0a871b4a8e5c0'
+            '13f7fc999333b28bc5dc07d8f50c16479c87e606045ef018cf3cc7dac7460305')
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../cantata-qt5.10-crash.patch # Fix crash with Qt 5.10 https://github.com/CDrummond/cantata/issues/1130
 }
 
 build() {



More information about the arch-commits mailing list