summaryrefslogtreecommitdiff
path: root/libre/clementine
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-02-05 14:02:41 -0200
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-02-05 14:02:41 -0200
commitffd8c88f10414ddb622fdd3ba15ac2a9b2c24715 (patch)
tree46cb47625aa99e8b79b671d9ee325c36f97bbac0 /libre/clementine
parent748d383af42895f4cd0911b47597ab3e5ae1bd26 (diff)
rebuild clementine
Diffstat (limited to 'libre/clementine')
-rw-r--r--libre/clementine/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/libre/clementine/PKGBUILD b/libre/clementine/PKGBUILD
index 3609ec141..feebd4690 100644
--- a/libre/clementine/PKGBUILD
+++ b/libre/clementine/PKGBUILD
@@ -10,14 +10,15 @@
pkgname=clementine
_pkgname=$pkgname-libre
pkgver=1.2.3
-pkgrel=4.parabola1
+pkgrel=5.parabola1
pkgdesc='A modern music player and library organizer, without nonfree artwork and Spotify support'
url="http://www.$pkgname-player.org/"
license=('GPL')
arch=('i686' 'x86_64' 'mips64el')
replaces=("$_pkgname")
conflicts=("$_pkgname")
-depends=('chromaprint' 'glew' 'gstreamer0.10-base' 'libcdio' 'libgpod' 'liblastfm' 'libmtp' 'libmygpo-qt' 'protobuf' 'qca-ossl' 'taglib')
+depends=('chromaprint' 'glew' 'gstreamer0.10-base' 'libcdio' 'libgpod'
+ 'liblastfm' 'libmtp' 'libmygpo-qt' 'protobuf' 'qca-ossl' 'taglib')
makedepends=('cmake' 'boost' 'mesa' 'sparsehash')
optdepends=('gstreamer0.10-base-plugins: "Base" plugin libraries'
'gstreamer0.10-good-plugins: "Good" plugin libraries'
@@ -76,7 +77,9 @@ build() {
fi
mkdir build && cd build
- cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_BUILD_TYPE='Release'
+ cmake .. \
+ -DCMAKE_BUILD_TYPE='Release' \
+ -DCMAKE_INSTALL_PREFIX='/usr'
make
}