I took an almost complete pause for a while, updates will resume in a couple of days
Search Criteria
Package Details: clementine 1.4.1+38+g1fc7fe0e1-2
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: | 20 |
Popularity: | 1.17 |
First Submitted: | 2023-06-28 19:03 (UTC) |
Last Updated: | 2025-04-02 21:38 (UTC) |
Dependencies (36)
- abseil-cpp (abseil-cpp-gitAUR)
- alsa-lib
- chromaprint (chromaprint-fftwAUR)
- fftw
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- 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)
- libmygpo-qt5
- libprotobuf.so (protobuf-gitAUR, protobuf-21AUR, protobuf)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libx11 (libx11-gitAUR)
- projectm (projectm-gitAUR)
- protobuf (protobuf-gitAUR, protobuf-dllexportAUR)
- Show 16 more dependencies...
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
FabioLolix commented on 2024-02-22 17:49 (UTC)
gromit commented on 2024-02-21 15:11 (UTC)
This package currently fails to build because of breaking changes in the taglib package. Until upstream is compatible with the new version this package should instead depend on the taglib1 package.
glenjo commented on 2024-02-04 06:49 (UTC)
Taglib is included in the source as a third party library. If you modify PKGBUILD to change
-DUSE_SYSTEM_TAGLIB=ON
to
-DUSE_SYSTEM_TAGLIB=OFF
then build is successful.
duprezjm commented on 2024-02-01 14:40 (UTC)
As HAPLO "I installed taglib1 from AUR, that fixes this issue". And now Clementine work fine ! But now i have taglib1 and taglib2 installed ... taglib1 and taglib2 can’t they co-exist?
maderios commented on 2024-01-31 10:24 (UTC)
Linking to old taglib1 is not good solution for me. I installed Strawberry (official Arch package), it's Clementine fork. It works with new taglib 2 https://www.strawberrymusicplayer.org/#features
haplo commented on 2024-01-31 09:23 (UTC)
@geomaster I installed taglib1 from AUR, that also fixes this issue until Clementine migrates to taglib 2.0. No timeline yet, hopefully a maintainer will chime in in the Github issue.
geomaster commented on 2024-01-31 04:49 (UTC)
@haplo Create symlink for run installed version:
sudo ln -s /usr/lib/libtag.so /usr/lib/libtag.so.1
FabioLolix commented on 2024-01-30 17:49 (UTC)
Thanks for opening the issue haplo
haplo commented on 2024-01-30 15:48 (UTC)
@geomaster Same problem here, Clementine failed to start today due to taglib being upgraded:
/usr/bin/clementine: error while loading shared libraries: libtag.so.1: cannot open shared object file: No such file or directory
And build fails with the error you posted.
I opened an issue upstream: https://github.com/clementine-player/Clementine/issues/7313
geomaster commented on 2024-01-30 05:16 (UTC) (edited on 2024-01-30 05:17 (UTC) by geomaster)
Build failed after update taglib from 1.13.1 to 2.0:
Clementine-1.4.0rc2/ext/libclementine-tagreader/tagreader.cpp:201:53: error: «const class TagLib::APE::Item» does not contain an element named «toStringList»; do you mean «toString»?
201 | TagLib::StringList album_artists = it->second.toStringList();
| ^~~~~~~~~~~~
| toString
Pinned Comments
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 directory
for build from source programs you have to rebuild it