diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-01-21 00:29:22 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-01-21 00:30:22 -0300 |
commit | 6479e75e4986f19920e4b7c834e617cef0f36594 (patch) | |
tree | e17c9aaf34e7732e5b33d0982032635fd9f728d8 /libre/clementine | |
parent | 8f93bdb7dc8f853390cea920f82969750871f989 (diff) | |
download | abslibre-6479e75e4986f19920e4b7c834e617cef0f36594.tar.gz abslibre-6479e75e4986f19920e4b7c834e617cef0f36594.tar.bz2 abslibre-6479e75e4986f19920e4b7c834e617cef0f36594.zip |
clementine-1.3.1-6.parabola1: protobuf 3.1.0 rebuild
* fix build with chromaprint 1.4.0
Diffstat (limited to 'libre/clementine')
-rw-r--r-- | libre/clementine/PKGBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/libre/clementine/PKGBUILD b/libre/clementine/PKGBUILD index ccce34f51..783086274 100644 --- a/libre/clementine/PKGBUILD +++ b/libre/clementine/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 195439 2016-11-12 17:16:27Z bpiotrowski $ +# $Id: PKGBUILD 207279 2017-01-13 20:59:02Z lfleischer $ # Maintainer (Arch): Maxime Gauduin <alucryd@archlinux.org> # Contributor (Arch): Stéphane Gaudreault <stephane@archlinux.org> # Contributor (Arch): BlackEagle <ike.devolder@gmail.com> @@ -10,7 +10,7 @@ pkgname=clementine _pkgname=$pkgname-libre pkgver=1.3.1 -pkgrel=5.parabola1 +pkgrel=6.parabola1 pkgdesc='A modern music player and library organizer, without nonfree artwork and Spotify support' url="http://www.$pkgname-player.org/" license=('GPL') @@ -31,11 +31,13 @@ optdepends=('gst-plugins-base: "Base" plugin libraries' mksource=("${pkgname}-${pkgver}.tar.gz::https://github.com/$pkgname-player/${pkgname^}/archive/${pkgver}.tar.gz") source=("https://repo.parabola.nu/other/${_pkgname}/${_pkgname}-${pkgver}.tar.gz" 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" remove-nonfree-artwork-and-spotify.patch moognu.png) mksha256sums=('f885931a9ab7c88607d07b50c64fcce46fc05f13dd2c0a04188c94eff938f37c') sha256sums=('9b84b3b867963da265308b150746aec0faaf5bcd79f78e3363a741edda7286ec' '785c485d0a2398a31728a012f6869573f6714359c0d65fbc06f7532c86b82643' + 'cf5c1c625885cc4436722ac38dc201cdc491478dc73e171ea2af95bfb59fd0c6' 'aecd13727a55a4556b70db73519a6ff4cecabefadedad9f952b5499aa5131711' 'c6918617769152f3617c61f721819e69d03f671b85760b11cfe45abd53955bc4') @@ -75,6 +77,8 @@ prepare() { # 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 |