Package Details: deadbeef 1.9.6-1

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: 80
Popularity: 0.65
First Submitted: 2021-05-08 09:08 (UTC)
Last Updated: 2023-11-12 09:06 (UTC)

Dependencies (52)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

myself600 commented on 2022-09-23 09:06 (UTC) (edited on 2022-09-24 13:54 (UTC) by myself600)

Building fails on aarch64 due to -fstack-clash-protection not recognized as a valid option, while producing a lot of warnings. Removing this option from /etc/makepkg.conf fixes the problem. Manually building from source works without issue. Tested on Manjaro-ARM. Applies to deadbeef-git too. Optionally, building a newer version is possible by updating pkgver and replacing the hash in sha512sums with SKIP in the PKGBUILD script.

luaraneda commented on 2022-09-18 02:33 (UTC) (edited on 2022-09-18 02:37 (UTC) by luaraneda)

Looks like a recent flac update to 1.4 also changed its .so name. Removing deadbeef from pikaur cache and recompiling it fixed the issue.

I was getting the following errors:

loading plugin /usr/lib/deadbeef/flac.so
dlopen error: libFLAC.so.8: cannot open shared object file: No such file or directory
trying /usr/lib/deadbeef/flac.fallback.so...
plugin flac.so not found or failed to load

FabioLolix commented on 2022-05-14 09:45 (UTC) (edited on 2022-05-15 21:20 (UTC) by FabioLolix)

Edit: no longer relevant https://github.com/DeaDBeeF-Player/deadbeef/issues/2792

ToadKing commented on 2022-02-26 22:40 (UTC)

@MountainX It looks like that's caused by the API breakage in FFmpeg 5.0. This package be updated to use ffmpeg4.4 instead but the upcoming 1.9.0 release of Deadbeef should also fix this.

MountainX commented on 2022-02-24 07:06 (UTC)

What is the solution for this build error?

==> ERROR: A failure occurred in build(). 
ffmpeg.c:956:33: error: no member named 'codec' in 'struct AVStream'
    ctx = fctx->streams[i]->codec;
          ~~~~~~~~~~~~~~~~  ^

darkside commented on 2022-02-08 22:07 (UTC)

:: warning: Following package cannot be found in AUR: libdispatch

FabioLolix commented on 2022-01-03 20:08 (UTC)

@tsweet64 done

tsweet64 commented on 2022-01-03 19:34 (UTC)

Hello,

Could you add opusfile and mpg123 to makedepends? They are needed in order to build support for their plugins.

ToadKing commented on 2021-07-01 21:49 (UTC)

The standalone libblocksruntime package is old and outdated. Old versions of libblocksruntime will probably need to be uninstalled before upgrading to the latest version of libdispatch. You may need to force uninstall libblocksruntime to work around dependency issues before upgrading.