summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorDaniel Molina García <lluvia@singularity.fr>2012-06-15 22:21:10 +0200
committerDaniel Molina García <lluvia@singularity.fr>2012-06-15 22:21:10 +0200
commit17816ffb0849295b8a1ee5fecb008f3a26bf0545 (patch)
tree3cd61aa41fb6815cda8e4a362bed88f842ba1901 /libre
parentf7fd177d2ab0515dcb65c9023c7bf7aa2a582af2 (diff)
parent79d74d365afe2d85886b6a80c172530491110bd9 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre-mips64el
Diffstat (limited to 'libre')
-rw-r--r--libre/clementine-libre/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/clementine-libre/PKGBUILD b/libre/clementine-libre/PKGBUILD
index a8b58f29e..c22a7a230 100644
--- a/libre/clementine-libre/PKGBUILD
+++ b/libre/clementine-libre/PKGBUILD
@@ -8,14 +8,14 @@
_pkgname=clementine
pkgname=clementine-libre
pkgver=1.0.1
-pkgrel=3.1
+pkgrel=4
pkgdesc="A music player and library organizer, without spotify support"
url="http://www.clementine-player.org/"
license=('GPL')
arch=('i686' 'x86_64' 'mips64el')
depends=('gstreamer0.10-base' 'taglib' 'glew' 'liblastfm' 'libgpod'
'libmtp' 'libplist' 'hicolor-icon-theme' 'qt' 'libimobiledevice'
- 'qjson' 'libcdio' 'protobuf' 'qca' 'qca-ossl')
+ 'qjson' 'libcdio' 'protobuf' 'qca' 'qca-ossl' 'gvfs')
makedepends=('cmake' 'boost')
optdepends=('gstreamer0.10-base-plugins: for more open formats'
'gstreamer0.10-good-plugins: for use with "Good" plugin libraries'
@@ -52,7 +52,7 @@ build() {
# Remove nonfree spotifyblob folder
rm -Rf "./spotifyblob"
- cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DENABLE_REMOTE=ON
+ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
make
}