summaryrefslogtreecommitdiff
path: root/libre/clementine/PKGBUILD
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2017-08-06 16:34:03 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2017-08-06 16:34:03 -0500
commitf3718e975c91fd89b6af19408621b37f34b06c5a (patch)
tree0bb75c60da06c587943d3e5c32dd56c74299cd2a /libre/clementine/PKGBUILD
parent12a5b238a074a6b2e9d3e623661d3c301ff61bdf (diff)
downloadabslibre-f3718e975c91fd89b6af19408621b37f34b06c5a.tar.gz
abslibre-f3718e975c91fd89b6af19408621b37f34b06c5a.tar.bz2
abslibre-f3718e975c91fd89b6af19408621b37f34b06c5a.zip
clementine-1.3.1-9.parabola1: GLEW 2.1.0 rebuild
Diffstat (limited to 'libre/clementine/PKGBUILD')
-rw-r--r--libre/clementine/PKGBUILD17
1 files changed, 11 insertions, 6 deletions
diff --git a/libre/clementine/PKGBUILD b/libre/clementine/PKGBUILD
index 57d0574b7..540551ea3 100644
--- a/libre/clementine/PKGBUILD
+++ b/libre/clementine/PKGBUILD
@@ -3,14 +3,15 @@
# Contributor (Arch): Stéphane Gaudreault <stephane@archlinux.org>
# Contributor (Arch): BlackEagle <ike.devolder@gmail.com>
# Contributor (Arch): Dany Martineau <dany.luc.martineau@gmail.com>
-# Maintainer: André Silva <emulatorman@parabola.nu>
+# Maintainer (Hyperbola): André Silva <emulatorman@hyperbola.info>
+# Contributor (Hyperbola): Márcio Silva <coadde@hyperbola.info>
+# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
# Contributor: Kete <kete@ninthfloor.org>
-# Contributor: Márcio Silva <coadde@parabola.nu>
pkgname=clementine
_pkgname=$pkgname-libre
pkgver=1.3.1
-pkgrel=7.parabola2
+pkgrel=9.parabola1
pkgdesc='A modern music player and library organizer, without nonfree artwork and Spotify support'
url="http://www.$pkgname-player.org/"
license=('GPL')
@@ -30,13 +31,15 @@ optdepends=('gst-plugins-base: "Base" plugin libraries'
'gvfs: Various devices support')
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"
+ clementine-gcc6.patch
+ add-missing-functional-includes-5630.patch
+ clementine-1.3.1-chromaprint-1.4.0.patch
remove-nonfree-artwork-and-spotify.patch
moognu.png)
mksha256sums=('f885931a9ab7c88607d07b50c64fcce46fc05f13dd2c0a04188c94eff938f37c')
sha256sums=('9b84b3b867963da265308b150746aec0faaf5bcd79f78e3363a741edda7286ec'
'05bd4dc0138eed084332fa1a688a96858418731f337f54e0d8ab0853123f40ee'
+ '213a1c2eb3f3c1d2904ed855ad851c10705d04cfa20b36b843b60003469fdc1a'
'4cc9c9df599df4a595c6acf4e129a54296c0a8e537627435e3df14e1e95447b0'
'aecd13727a55a4556b70db73519a6ff4cecabefadedad9f952b5499aa5131711'
'c6918617769152f3617c61f721819e69d03f671b85760b11cfe45abd53955bc4')
@@ -75,8 +78,10 @@ prepare() {
# create a blank file because it's a dependency for Clementine
touch data/schema/schema-30.sql
- # fix build with GCC 6
+ # Fix build with GCC 6
patch -p1 -i ../clementine-gcc6.patch
+ # https://github.com/clementine-player/Clementine/pull/5630
+ patch -p1 -i ../add-missing-functional-includes-5630.patch
# fix build with chromaprint 1.4.0
patch -p1 -i ../clementine-1.3.1-chromaprint-1.4.0.patch