@simona there is a pinned comment for that since 2024-11-11 and have already replied to that same question on 2024-11-11 and 2024-12-31
Search Criteria
Package Details: clementine 1.4.1+62+g56cfc4543-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/clementine.git (read-only, click to copy) |
|---|---|
| Package Base: | clementine |
| Description: | A modern music player and library organizer |
| Upstream URL: | https://github.com/clementine-player/Clementine |
| Licenses: | GPL-3.0-or-later |
| Submitter: | arojas |
| Maintainer: | FabioLolix |
| Last Packager: | FabioLolix |
| Votes: | 23 |
| Popularity: | 0.69 |
| First Submitted: | 2023-06-28 19:03 (UTC) |
| Last Updated: | 2026-03-30 22:01 (UTC) |
Dependencies (35)
- abseil-cpp (abseil-cpp-gitAUR)
- alsa-lib
- chromaprint (chromaprint-fftwAUR, chromaprint-fftw-llvmAUR)
- fftw (fftw-amdAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- gst-plugins-base-libs (gst-plugins-base-libs-gitAUR)
- gstreamer (gstreamer-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libcdio (libcdio-gitAUR)
- libgpod
- liblastfm-qt5
- libmtp (libmtp-gitAUR)
- libprotobuf.so (protobuf-21AUR, protobuf-gitAUR, protobuf)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libx11 (libx11-gitAUR)
- projectm (projectm-gitAUR)
- protobuf (protobuf-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- Show 15 more dependencies...
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 11 Next › Last »
FabioLolix commented on 2025-05-02 21:52 (UTC)
simona commented on 2025-05-02 21:25 (UTC)
require libprotobuf.so=29.2.0-64
glenjo commented on 2025-05-02 19:30 (UTC) (edited on 2025-05-02 21:18 (UTC) by glenjo)
Had package protobuf update to protobuf 30.2-1, and while re-installing clementine had the following error:
/usr/include/c++/15.1.1/ciso646:46:4: error: #warning "<ciso646> is deprecated in C++17, use
It's protobuf related, I'm still looking at the details.
FabioLolix commented on 2025-04-02 21:55 (UTC)
but I'm still running into compile errors here: Ah, fixed it. Had to set to not use the system projectm in CMakeLists.txt.
Can't replicate
Installing cmake3 would have broke eight packages
Fixed to use cmake thanks to lod, in an eventual case where this is not possible and since cmake3 is only a makedepend the solution is to make a local repository and build the packages in a clean chroot with devtools
FabioLolix commented on 2025-04-01 08:33 (UTC)
Patches welcome here https://github.com/FabioLolix/PKGBUILD-AUR_fix
glenjo commented on 2025-03-31 23:24 (UTC) (edited on 2025-04-01 01:14 (UTC) by glenjo)
lod, thanks for the instructions on building with cmake4. Installing cmake3 would have broke eight packages so this is better for me, but I'm still running into compile errors here:
[100%] Linking CXX executable ../clementine
/usr/bin/ld: cannot find -lMilkdropPresetFactory: No such file or directory
/usr/bin/ld: cannot find -lRenderer: No such file or directory
/usr/bin/ld: cannot find -lMilkdropPresetFactory: No such file or directory
/usr/bin/ld: cannot find -lRenderer: No such file or directory
collect2: error: ld returned 1 exit status
make[2]: *** [src/CMakeFiles/clementine.dir/build.make:214: clementine] Error 1
make[1]: *** [CMakeFiles/Makefile2:748: src/CMakeFiles/clementine.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
Ah, fixed it. Had to set to not use the system projectm in CMakeLists.txt.
It's built and running now. Thanks!
lod commented on 2025-03-31 22:29 (UTC) (edited on 2025-03-31 22:31 (UTC) by lod)
It builds with cmake 4, if you set cmake_policy(SET CMP0054 NEW) in CMakeLists.txt and add DCMAKE_POLICY_VERSION_MINIMUM=3.5 to the cmake command. As far as I have tested it, it works without any problems.
bartus commented on 2025-03-31 16:04 (UTC)
Won't build against cmake:4 use AUR/cmake3 package in the makedepends[] array.
FabioLolix commented on 2024-12-31 13:08 (UTC)
"yay -S --aur" but libprotobuf=28 instead 29 is required.
That command reinstalled the old package, you need to rebuild it new
simona commented on 2024-12-31 13:07 (UTC)
I uninstall clementine and I install with "yay -S --aur" but libprotobuf=28 instead 29 is required.
Pinned Comments
FabioLolix commented on 2025-07-12 13:10 (UTC)
libmygpo-qt5have been removed from ArchRemove
libmygpo-qt5from your system and build the last version; clementine have a bundled copy of libmygpo-qt5 (don't seem possible to disable it [gpodder] )FabioLolix commented on 2025-05-02 21:52 (UTC)
@simona there is a pinned comment for that since 2024-11-11 and have already replied to that same question on 2024-11-11 and 2024-12-31
FabioLolix commented on 2024-11-11 06:11 (UTC)
You need to remove Clementine and rebuilt it
This is expected behaviour
FabioLolix commented on 2023-09-22 19:45 (UTC)
Dear all
error while loading shared libraries: libXXX.so.XXX: cannot open shared object file: No such file or directoryfor build from source programs you have to rebuild it