Package Details: deadbeef 1.9.6-3

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: 92
Popularity: 2.81
First Submitted: 2021-05-08 09:08 (UTC)
Last Updated: 2025-02-23 09:39 (UTC)

Dependencies (53)

Sources (2)

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

Latest Comments

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

Sardok77 commented on 2023-09-12 09:24 (UTC)

With fedora there was also ISO C++17 error. https://github.com/DeaDBeeF-Player/deadbeef/issues/2976

This patch should fix it: https://github.com/DeaDBeeF-Player/deadbeef/commit/ec70bec029c379ea17442c95b2ad346a0a68d9d0

FabioLolix commented on 2023-09-09 08:17 (UTC)

ISO C++17 error confirmed/acknowledged

saxa commented on 2023-09-09 07:39 (UTC) (edited on 2023-09-09 07:39 (UTC) by saxa)

Same here, compiling fails due to error libbinio/binio.cpp:498:3: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] Could compile the package deadbeef-git

xF0E commented on 2023-09-01 18:26 (UTC) (edited on 2023-09-01 18:27 (UTC) by xF0E)

unfortunately i get these errors on compiling:

CXX adplug/adplug_la-s3m.lo CXX adplug/adplug_la-sa2.lo CXX adplug/adplug_la-sng.lo adplug/rix.cpp:181:3: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register uint16_t i; ^~~~~~~~~ adplug/rix.cpp:383:3: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int temp = 0; ^~~~~~~~~ adplug/rix.cpp:396:3: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register uint16_t i = index>=12?index-12:0; ^~~~~~~~~ adplug/rix.cpp:432:3: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register uint16_t i; ^~~~~~~~~ adplug/rix.cpp:510:3: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int i; ^~~~~~~~~ 5 errors generated.

myself600 commented on 2023-08-09 19:49 (UTC) (edited on 2023-09-12 10:11 (UTC) by myself600)

Building on aarch64 requires applying https://github.com/DeaDBeeF-Player/ddb_dsp_libretro/commit/8162195768d48840f512f2b4922604b04ac363ed, otherwise I get

./sinc_resampler.h:54:5: error: unknown type name 'size_t'
    size_t input_frames;
    ^
./sinc_resampler.h:55:5: error: unknown type name 'size_t'
    size_t output_frames;
    ^

and the compilation terminates.

MarsSeed commented on 2023-06-03 12:51 (UTC)

Please remove optdepend libsidplay.

The libsidplay v1.36.59 package has been deleted from the repos and not added to AUR.

But DeaDBeeF needs libsidplay2 as per configure.ac.

And the source tree includes the project's own fork of libsidplay v2:

The build process builds the internal libsidplay v2, even if libsidplay v1 is installed on the system.

FabioLolix commented on 2023-04-10 11:47 (UTC)

@insatiable_kin this makedepends on libpipewire, it don't depends on libpipewire-git

insatiable_kin commented on 2023-04-10 11:24 (UTC)

depending on libpipewire-git breaks installation due to pipewire being already installed and owning files libpipewire-git wants to replace. replacing libpipewire-git by pipewire seems to work.

Pumpino commented on 2023-04-07 23:45 (UTC)

I can no longer add files or folders to Deadbeef. Anyone else?