diff options
author | Daniel Molina García <lluvia@singularity.fr> | 2012-06-15 22:21:10 +0200 |
---|---|---|
committer | Daniel Molina García <lluvia@singularity.fr> | 2012-06-15 22:21:10 +0200 |
commit | 17816ffb0849295b8a1ee5fecb008f3a26bf0545 (patch) | |
tree | 3cd61aa41fb6815cda8e4a362bed88f842ba1901 /libre | |
parent | f7fd177d2ab0515dcb65c9023c7bf7aa2a582af2 (diff) | |
parent | 79d74d365afe2d85886b6a80c172530491110bd9 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre-mips64el
Diffstat (limited to 'libre')
-rw-r--r-- | libre/clementine-libre/PKGBUILD | 6 |
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 } |