Package Details: deadbeef 1.9.5-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: 72
Popularity: 1.14
First Submitted: 2021-05-08 09:08 (UTC)
Last Updated: 2023-07-12 14:28 (UTC)

Sources (1)

Latest Comments

1 2 3 4 5 Next › Last »

FabioLolix commented on 2023-09-23 11:22 (UTC)

Fixes coming this weekend, btw I have noticed this have an 'automagic' depends on gtk2, gtk2 should be enabled or disabled by default? send your opinion by emailing me

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

jacekk90 commented on 2023-09-10 18:00 (UTC)

dedbeef-git is freshest

libbinio/binio.cpp:498:3: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register long bits; ^~~~~~~~~ 3 warnings and 1 error generated. make[2]: *** [Makefile:955: libbinio/adplug_la-binio.lo] Błąd 1 make[2]: Opuszczenie katalogu '/home/jacekk90/.cache/yay/deadbeef/src/deadbeef-1.9.5/plugins/adplug' make[1]: *** [Makefile:1059: all-recursive] Błąd 1 make[1]: Opuszczenie katalogu '/home/jacekk90/.cache/yay/deadbeef/src/deadbeef-1.9.5' make: *** [Makefile:634: all] Błąd 2 ==> BŁĄD: Wystąpił błąd w build(). Przerywam... -> błąd podczas budowania: deadbeef-exit status 4 -> Failed to install the following packages. Manual intervention is required: deadbeef - exit status 4

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.