Package Details: clementine-git 1.4.0rc1.r901.g7b678f26e.14.gc93b4e114-2

Git Clone URL: https://aur.archlinux.org/clementine-git.git (read-only, click to copy)
Package Base: clementine-git
Description: A modern music player and library organizer
Upstream URL: http://www.clementine-player.org/
Licenses: GPL
Conflicts: clementine
Provides: clementine
Submitter: swiftscythe
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 88
Popularity: 0.001775
First Submitted: 2011-07-19 22:38 (UTC)
Last Updated: 2024-03-02 18:48 (UTC)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 18 Next › Last »

gyurman commented on 2013-04-03 12:32 (UTC)

/opt/tmp/yaourt-tmp-gyurmo/aur-clementine-git/src/clementine-player-build/src/playlist/playlist.h: In member function ‘bool Playlist::is_dynamic() const’: /opt/tmp/yaourt-tmp-gyurmo/aur-clementine-git/src/clementine-player-build/src/playlist/playlist.h:187:36: error: cannot convert ‘const GeneratorPtr {aka const boost::shared_ptr<smart_playlists::Generator>}’ to ‘bool’ in return make[2]: *** [src/CMakeFiles/clementine_lib.dir/core/application.cpp.o] Error 1 make[1]: *** [src/CMakeFiles/clementine_lib.dir/all] Error 2 make: *** [all] Error 2

swiftscythe commented on 2013-03-04 17:31 (UTC)

Fixed, sorry for that!

mbunkus commented on 2013-03-04 12:04 (UTC)

You have a trailing whitespace at the end of the line "cmake . -DQT_QMAKE_EXECUTABLE=qmake-qt4 \ " which results in the line being processed by the shell immediately. Therefore cmake exists with an error, CMake Error: The source directory "/tmp/yaourt-tmp-mbunkus/aur-clementine-git/src/clementine-player-build/ " does not exist.

mrbit commented on 2013-03-04 10:43 (UTC)

please cmake error correct ---> cmake . -DQT_QMAKE_EXECUTABLE=qmake-qt4 \

chenxiaolong commented on 2013-03-03 21:56 (UTC)

Btw, yuyichao means add the following to the cmake line: -DQT_QMAKE_EXECUTABLE=qmake-qt4 \

yuyichao commented on 2013-03-03 21:44 (UTC)

QT_QMAKE_EXECUTABLE

fuchs24 commented on 2013-03-01 11:34 (UTC)

Please replace `qt` with `qt4` in the dependencies. There's no more a 'qt' package. Thanks.

Ram-Z commented on 2012-09-26 16:01 (UTC)

You are shadowing your makedepends, running: $ makedepends=('git' 'boost' 'cmake' 'mesa') $ makedepends=(${makedepends} 'libspotify' 'libgpod' 'libimobiledevice') $ echo ${makedepends[@]} will result in "git libspotify libgpod libimobiledevice" with boost, cmake and mesa being lost. Please use "makedepends+=('libspotify' [..])"