Date: Friday, January 13, 2017 @ 20:59:02 Author: lfleischer Revision: 207279
upgpkg: clementine 1.3.1-6 * Fix build with chromaprint 1.4.0. * protobuf 3.1.0 rebuild. Modified: clementine/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-13 20:51:15 UTC (rev 207278) +++ PKGBUILD 2017-01-13 20:59:02 UTC (rev 207279) @@ -6,7 +6,7 @@ pkgname=clementine pkgver=1.3.1 -pkgrel=5 +pkgrel=6 pkgdesc='A modern music player and library organizer' url='http://www.clementine-player.org/' license=('GPL') @@ -23,9 +23,11 @@ 'gst-libav: Libav plugin' 'gvfs: Various devices support') source=("clementine-${pkgver}.tar.gz::https://github.com/clementine-player/Clementine/archive/${pkgver}.tar.gz" - clementine-gcc6.patch::"https://github.com/clementine-player/Clementine/commit/e31278.patch") + clementine-gcc6.patch::"https://github.com/clementine-player/Clementine/commit/e31278.patch" + clementine-1.3.1-chromaprint-1.4.0.patch::"https://github.com/clementine-player/Clementine/commit/ded3126.patch") sha256sums=('f885931a9ab7c88607d07b50c64fcce46fc05f13dd2c0a04188c94eff938f37c' - '785c485d0a2398a31728a012f6869573f6714359c0d65fbc06f7532c86b82643') + '785c485d0a2398a31728a012f6869573f6714359c0d65fbc06f7532c86b82643' + 'cf5c1c625885cc4436722ac38dc201cdc491478dc73e171ea2af95bfb59fd0c6') prepare() { cd Clementine-${pkgver} @@ -32,6 +34,8 @@ # Fix build with GCC 6 patch -p1 -i ../clementine-gcc6.patch + # Fix build with chromaprint 1.4.0 + patch -p1 -i ../clementine-1.3.1-chromaprint-1.4.0.patch if [[ -d build ]]; then rm -rf build
