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.002006
First Submitted: 2011-07-19 22:38 (UTC)
Last Updated: 2024-03-02 18:48 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 18 Next › Last »

spider-mario commented on 2020-09-16 10:36 (UTC)

-DCMAKE_INSTALL_PREFIX=/usr should be passed to CMake, otherwise it installs in /usr/local/, which is proscribed.

<deleted-account> commented on 2020-08-15 15:46 (UTC)

Love doesn't exists

/home/dev/AUR/clementine-git/src/Clementine/src/ui/mainwindow.cpp:1583:6: error: no declaration matches ‘void MainWindow::Love()’
 1583 | void MainWindow::Love() {
      |      ^~~~~~~~~~
/home/dev/AUR/clementine-git/src/Clementine/src/ui/mainwindow.cpp:1583:6: note: no functions named ‘void MainWindow::Love()’
In file included from /home/dev/AUR/clementine-git/src/Clementine/src/ui/mainwindow.cpp:18:
/home/dev/AUR/clementine-git/src/Clementine/src/ui/mainwindow.h:91:7: note: ‘class MainWindow’ defined here
   91 | class MainWindow : public QMainWindow, public PlatformInterface {
      |       ^~~~~~~~~~
cc1plus: note: unrecognized command-line option ‘-Wno-unknown-warning-option’ may have been intended to silence earlier diagnostics
cc1plus: note: unrecognized command-line option ‘-Wno-unused-private-field’ may have been intended to silence earlier diagnostics
make[2]: *** [src/CMakeFiles/clementine_lib.dir/build.make:7017: src/CMakeFiles/clementine_lib.dir/ui/mainwindow.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:875: src/CMakeFiles/clementine_lib.dir/all] Error 2
make: *** [Makefile:149: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

<deleted-account> commented on 2020-08-15 15:32 (UTC)

Wouldn't it be better if you make it download the GitHub repository without the .git heavy dir ?

it should download this https://github.com/clementine-player/Clementine/archive/master.tar.gz

morgenstern commented on 2020-06-25 23:26 (UTC)

Couple of suggestions for this PKGBUILD:

1) crypto++ should probably be an optional dependency, as it's only needed for Spotify support

2) The dependency desktop-file-utils should already be satisfied

jnvandermeer commented on 2020-02-18 23:34 (UTC) (edited on 2020-02-18 23:38 (UTC) by jnvandermeer)

Hello! I think Clementine does not build on the current arch. I think the boost libraries may be too.. new?

The errors from aur-clementine-git/src/build/CMakeFiles/CMakeError.log:

src.c:(.text.startup+0x23): undefined reference to pthread_create' /usr/bin/ld: src.c:(.text.startup+0x2c): undefined reference topthread_detach' /usr/bin/ld: src.c:(.text.startup+0x37): undefined reference to `pthread_join'

/usr/bin/ld: cannot find -lpthreads

himanshuxd commented on 2020-01-09 19:31 (UTC)

Update it to 1.4 be quick, finally it's qt5.

Perfi commented on 2019-12-20 15:29 (UTC)

Doesn't build; liblastfm is not in the repos. liblastfm-qt5 is, though.

zan commented on 2019-11-07 22:04 (UTC) (edited on 2019-12-18 17:58 (UTC) by zan)

Upstream just merged Qt5 in master (https://github.com/clementine-player/Clementine/pull/6433) - if anything, clementine-qt5-git should be deleted and the qt5 dependencies merged into this package.

H̶e̶r̶e̶ ̶i̶s̶ ̶a̶ ̶d̶i̶f̶f̶ ̶t̶o̶ ̶f̶i̶x̶ ̶t̶h̶e̶ ̶p̶k̶g̶b̶u̶i̶l̶d̶ ̶f̶o̶r̶ ̶q̶t̶5̶ ̶

Now merged! You can just use this package now.

JacobHenner commented on 2019-09-09 20:42 (UTC)

This package has been flagged for deletion - I agree, it's been effectively replaced by clementine-qt5-git.