Strawberry is very good!
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: | 0.95 |
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)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-x11extras
- sqlite (sqlite-fossilAUR)
- taglib (taglib-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- qt5-tools (make)
- sparsehash (make)
- gst-libav (gst-libav-gitAUR) (optional) – Libav plugin
- gst-plugins-bad (gst-plugins-bad-gitAUR) (optional) – "Bad" plugin libraries
- gst-plugins-base (gst-plugins-base-gitAUR) (optional) – "Base" plugin libraries
- gst-plugins-good (gst-plugins-good-gitAUR) (optional) – "Good" plugin libraries
- gst-plugins-ugly (gst-plugins-ugly-gitAUR) (optional) – "Ugly" plugin libraries
- gvfs (gvfs-gitAUR) (optional) – Various devices support
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 Next › Last »
marco.righi commented on 2023-07-13 08:16 (UTC)
adem commented on 2023-07-13 08:02 (UTC)
@maritz Many thanks! Now I'm able to build my favorite player again =) Unfortunately I don't find Strawberry stable and polished enough for my daily use.
maritz commented on 2023-07-12 23:19 (UTC)
Disclaimer: I have no idea if this is good or bad or AWFUL, use at your own risk, I'm not a package maintainer.
Working from comments here and the github issues, the easiest change to the PKGBUILD that made it work for me was to change the build function to this:
build() {
export LDFLAGS="-Wl,--copy-dt-needed-entries"
cmake -B build -S Clementine-${pkgver//+/-} \
-DCMAKE_INSTALL_PREFIX=/usr \
-DUSE_SYSTEM_PROJECTM=ON \
-DUSE_SYSTEM_TAGLIB=ON \
-DCMAKE_CXX_FLAGS="-fpermissive" \
-DCMAKE_CXX_STANDARD=17
cmake --build build
}
jester commented on 2023-07-12 14:52 (UTC)
The same error than marco.righi
husixu commented on 2023-07-12 06:48 (UTC)
@MarsSeed Yeah it has to do with the updated abseil-cpp. I can build clementine with the current archlinux's protobuf (23.4-1) with a dirty workaround: First, add -DCMAKE_CXX_FLAGS="-fpermissive" -DCMAKE_CXX_STANDARD=17
cmake flags to PKGBUILD. Then, add absl_log_internal_check_op
and absl_log_internal_message
to the target_link_libraries
command of ext/libclementine-tagreader/CMakeLists.txt
.
FabioLolix commented on 2023-07-10 21:51 (UTC)
Before I tried to build clementine against protobuf-21.12 installed in /opt/protobuf-21.12
but isn't going very well, as expected need to be build with devtools because the presence of system's protobuf create problems but later fails to find some headers (not the first config, about 48% in build)
eclairevoyant commented on 2023-07-10 21:51 (UTC)
@marco.righi You would never get such a notification about a breaking update because this is the AUR and yay
is obviously not pacman
.
eclairevoyant commented on 2023-07-10 21:46 (UTC)
@FabioLolix Yeah, I made that comment before I knew about strawberry. I wouldn't upload clementine, I've already requested deletion of this package as well.
FabioLolix commented on 2023-07-10 17:54 (UTC)
@FabioLolix why not upload a clementine-lite to the AUR? I'm sure people would use it.
I initially made that pkgbuild back in 2015/2016 when I started using the AUR, it was for disabling stuff I didn't use and I wasn't sure it was allowed, then the development faded
Anyway now there are strawberry-lite
and strawberry-lite-git
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