About today OOD flag
1.10.0.1 was released, current link to the binary is icorrect
v1.10.0 is the current version, source still download fine and this don't download a binary but a source code archive
Git Clone URL: | https://aur.archlinux.org/deadbeef.git (read-only, click to copy) |
---|---|
Package Base: | deadbeef |
Description: | Modular GTK audio player for GNU/Linux |
Upstream URL: | https://deadbeef.sourceforge.io/ |
Licenses: | GPL2, zlib, LGPL2.1 |
Conflicts: | deadbeef-pipewire-plugin-git |
Submitter: | arojas |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 95 |
Popularity: | 3.12 |
First Submitted: | 2021-05-08 09:08 (UTC) |
Last Updated: | 2025-04-02 22:05 (UTC) |
About today OOD flag
1.10.0.1 was released, current link to the binary is icorrect
v1.10.0 is the current version, source still download fine and this don't download a binary but a source code archive
after upgrading to flac 1.5.0 and getting error message: dlopen error: libFLAC.so.12: cannot open shared object file: No such file or directory Solution: install new flac package, and rebuild deadbeef
If you have the error you are already on the new flac package
This now depends on libFLAC.so
so you are forced to remove the package when there is a libFLAC.so update instead of keeping a semi-broken package
For anyone having issue with flac playback after upgrading to flac 1.5.0 and getting error message: dlopen error: libFLAC.so.12: cannot open shared object file: No such file or directory
Solution: install new flac package, and rebuild deadbeef
libcddb is an optional dependency because it's not required for core functionality of deadbeef.
There should be a runtime dependency on libcddb, not just make dependency.
cdda plugin is linked against it, thus can't be loaded, thus deadbeef will complain about it on startup.
Fails to compile with several "error: no member named 'channels' in 'struct AVCodecContext'" since the update to ffmpeg 7.
There's a patch adding support for ffmpeg 7 on master and it applies cleanly on top of 1.9.6.
Since there's no new release yet, could you please apply it in the PKGBUILD?: https://github.com/DeaDBeeF-Player/deadbeef/commit/d4cca5605447122cd080691f43e46047a6039359.patch
Found a way to install deadbeef.
Downloaded the package https://builds.garudalinux.org/repos/chaotic-aur/x86_64/deadbeef-1.9.6-1-x86_64.pkg.tar.zst
I found it here https://archlinux.pkgs.org/rolling/chaotic-aur-x86_64/deadbeef-1.9.6-1-x86_64.pkg.tar.zst.html
And in pamac installed it. Now there is deadbeef installed.
@FabioLolix Yes, sourceforge is blocked in Russia. Is there a possible way to install AUR package?
Pinned Comments
FabioLolix commented on 2025-02-23 09:41 (UTC)
This now depends on
libFLAC.so
so you are forced to remove the package when there is a libFLAC.so update instead of keeping a semi-broken package