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

Latest Comments

« First ‹ Previous 1 .. 10 11 12 13 14 15 16 17 18 Next › Last »

chenxiaolong commented on 2011-12-08 18:21 (UTC)

@archdria: Here's a new sed line that fixes the problem from the latest git: sed -i -e '/"\/.*version[[:digit:]]*[-]*[[:digit:]]*bit/ s//"${CMAKE_INSTALL_PREFIX}\/bin/' -e '/clementine-spotifyblob/ s/$ENV{DESTDIR}//g' spotifyblob/blob/cmake_install.cmake The blob is stored in a directory named "version11" instead of "version7" now, so I've updated the regex to match multiple digits.

chenxiaolong commented on 2011-12-01 17:49 (UTC)

@wodim: Yep. Namcap output: clementine-git W: Dependency libcdio detected but optional (libraries ['usr/lib/libcdio.so.12'] needed in files ['usr/bin/clementine'])

wodim commented on 2011-12-01 15:59 (UTC)

I'd say this depends on libcdio.

chenxiaolong commented on 2011-11-18 20:24 (UTC)

@laserbeam: Great! I'm glad you got it working. Also, anything you can change in /etc/makepkg.conf can also be added to the PKGBUILD. So, instead of modifying the CXXFLAGS, you can add it the the PKGBUILD you need it for :)

<deleted-account> commented on 2011-11-18 17:03 (UTC)

aw... crap... yeah... I forgot... I added -std=gnu++0x to CXXFLAGS at some point... another package needed it. Although as far as I remembered, I added that before I tried compiling clementine-git the first time. Anyway, thanks. Removed it, works now.

chenxiaolong commented on 2011-11-18 15:02 (UTC)

@laserbeam: Have you ever modified /etc/makepkg.conf (i.e. changing cflgas,optimizations)? You're cmake output is almost identical to mine, so I don't think it's something wrong with package. Can you try download the PKGBUILD from here and compiling with that? I'll install packer and try to test with that.

<deleted-account> commented on 2011-11-18 10:20 (UTC)

Guys... I'm having some trouble building this. It gets stuck when compiling libprojectm and I don't really know where to look after that point... so here's the output of packer -S clementine-git --noedit --noconfirm http://pastie.org/2882442 Thanks.

swiftscythe commented on 2011-11-17 18:00 (UTC)

Updated with chenxiaolong's PKGBUILD, Thank you. I may move all the dependencies to optdeps and makedeps if you think it is better :)

chenxiaolong commented on 2011-11-17 00:39 (UTC)

Here's my PKGBUILD with a gigantic sed line that fixes the problem :) http://pastie.org/2875310

axil42 commented on 2011-11-16 23:48 (UTC)

Personally I am against adding all these ipod dependencies. They should be optdependencies instead. Check here what the devs point as optional deps [1]. I don't think that a hickup caused by an optional dependency should affect all the users. I don't have an ipod to check libspotify, but when I build using this PKGBUILD [2] in a chroot (check my previous comments) I don't get any errors at all and it installs just fine. I'll do some more investigation tomorrow. [1] http://code.google.com/p/clementine-player/wiki/CompilingFromSource [2] https://gitorious.org/arch-linux-greece/arch-linux-greece/blobs/master/list-of-sources/adslgr64/clementine-git/PKGBUILD