Package Details: clementine 1.4.1+47+g488b6416e-1

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: 20
Popularity: 0.152245
First Submitted: 2023-06-28 19:03 (UTC)
Last Updated: 2025-07-12 12:51 (UTC)

Pinned Comments

FabioLolix commented on 2025-07-12 13:10 (UTC)

libmygpo-qt5 have been removed from Arch

Remove libmygpo-qt5 from 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)

    error: failed to prepare transaction (could not satisfy dependencies) :: installing $PACKAGE (VERSION) breaks dependency 'libXXX.so=$VERSION' required by clementine -> error installing repo packages

You need to remove Clementine and rebuilt it

This is expected behaviour

FabioLolix commented on 2023-09-22 19:45 (UTC)

Dear all

  • every time you have error while loading shared libraries: libXXX.so.XXX: cannot open shared object file: No such file or directory for build from source programs you have to rebuild it

Latest Comments

1 2 3 4 5 6 .. 11 Next › Last »

FabioLolix commented on 2025-07-12 13:10 (UTC)

libmygpo-qt5 have been removed from Arch

Remove libmygpo-qt5 from your system and build the last version; clementine have a bundled copy of libmygpo-qt5 (don't seem possible to disable it [gpodder] )

duprezjm commented on 2025-07-12 09:43 (UTC)

-> Packages not in AUR: libmygpo-qt5

glenjo commented on 2025-05-03 20:24 (UTC)

FabioLolix,

Fixed! Thanks!

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

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!