Package Details: deadbeef 1.9.6-2

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: 88
Popularity: 1.40
First Submitted: 2021-05-08 09:08 (UTC)
Last Updated: 2024-07-12 18:28 (UTC)

Sources (2)

Latest Comments

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

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?

FabioLolix commented on 2023-04-05 21:19 (UTC)

@q234rty adding libpipewire will be done


deadbeef-pipewire-plugin-git have been deleted https://lists.archlinux.org/archives/list/aur-requests@lists.archlinux.org/message/DUMZHD3VIAZL27ASJT7ZIHRCI7HJ3FGN/

q234rty commented on 2023-04-05 08:30 (UTC) (edited on 2023-04-05 09:31 (UTC) by q234rty)

libpipewire should be added as makedepends and optdepends so that building this package in a clean chroot would result in a package that supports pipewire.

Edit: And deadbeef-pipewire-plugin-git should be added as provides and conflicts as said package has been deleted and would conflict with this package on usr/lib/deadbeef/ddb_out_pw.so

ToadKing commented on 2023-03-11 01:57 (UTC)

As the maintainer of deadbeef-pipewire-plugin-git I put in a request to delete that package. It's no longer necessary with 1.9.5 and should be uninstalled.