Search Criteria
Package Details: strawberry-git 1.0.22.r3.g22169bda-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/strawberry-git.git (read-only, click to copy) |
---|---|
Package Base: | strawberry-git |
Description: | A music player aimed at audio enthusiasts and music collectors |
Upstream URL: | https://www.strawberrymusicplayer.org/ |
Licenses: | GPL3 |
Conflicts: | strawberry |
Provides: | strawberry |
Submitter: | FabioLolix |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2018-08-10 09:19 (UTC) |
Last Updated: | 2023-12-23 13:22 (UTC) |
Dependencies (42)
- abseil-cpp (abseil-cpp-gitAUR)
- alsa-lib
- chromaprint (chromaprint-gitAUR, chromaprint-fftwAUR)
- dbus (dbus-gitAUR, dbus-x11-gitAUR, dbus-selinuxAUR)
- fftw (fftw-amdAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gst-plugins-base (gst-plugins-base-gitAUR)
- gst-plugins-base-libs (gst-plugins-base-libs-gitAUR)
- gst-plugins-good (gst-plugins-good-gitAUR)
- gstreamer (gstreamer-gitAUR, gstreamer113AUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- icu (icu-gitAUR)
- kdsingleapplication
- libcdio (libcdio-gitAUR)
- libebur128 (libebur128-gitAUR)
- libgpod
- libgpod.so (libgpod)
- Show 22 more dependencies...
Latest Comments
1 2 Next › Last »
xiota commented on 2024-06-22 22:39 (UTC) (edited on 2024-06-22 22:42 (UTC) by xiota)
To ignore depends and skip uninstall, run pacman with
-dd
option (doubled
).FabioLolix commented on 2024-06-22 21:56 (UTC)
Yes, this is a solution
The other one is building the pkgbuilds in chroot with devtools and maintaining your own local repository
Neither do I for 99% of the pkgbuilds
I don't think they can escape that
LarryDave commented on 2024-06-22 21:22 (UTC)
So what exactly is the correct procedure on updating/rebuilding etc? It seems to be a chicken or the egg scenario for me every time. Can't update system without updating protobuf, can't update protobuf without updating strawberry, can't update strawberry without updating protobuf.
Last time I had to uninstall strawberry-git, update the system, then install again. Is that solution? I don't use AUR helpers, just makepkg, but surely the thousands of AUR helper users aren't doing this?
:: installing protobuf (27.1-2) breaks dependency 'libprotobuf.so=25-64' required by strawberry-git
FabioLolix commented on 2024-05-21 06:56 (UTC)
You have rebuilded before updating, it is still linked to the old version
xiota commented on 2024-05-21 06:51 (UTC)
@LarryDave Rebuild in a clean chroot, otherwise the new build will still use the old libraries.
LarryDave commented on 2024-05-21 06:39 (UTC) (edited on 2024-05-21 06:40 (UTC) by LarryDave)
@FabioLolix That is after rebuilding, otherwise I wouldn't post here.
FabioLolix commented on 2024-05-20 21:35 (UTC)
@LarryDave that's intentional, everyone need to rebuild AUR packages when .so change version
LarryDave commented on 2024-05-20 21:33 (UTC)
FabioLolix commented on 2023-12-19 11:02 (UTC) (edited on 2023-12-19 11:22 (UTC) by FabioLolix)
Thanks Xiota, It is a thing I have considered to do, currently the best approach is adding
depends+=(libicuuc.so libicui18n.so libgpod.so libprotobuf.so)
underpackage()
? I vaguely recall some helpers struggle withlibxxx.so
independs=()
1 2 Next › Last »