Search Criteria
Package Details: deadbeef 1.9.5-3
Package Actions
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) |
Dependencies (52)
- alsa-lib (alsa-lib-x205ta)
- gtk3 (gtk3-git, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-patched-filechooser-icon-view, gtk3-classic, gtk3-classic-xfce)
- jansson (jansson-git)
- libdispatch (libdispatch-git)
- clang (clang8, clang-git, llvm-git, clang-minimal-git) (make)
- curl (curl-git, curl-quiche-git, curl-http3-ngtcp2) (make)
- faad2 (faad2-git) (make)
- ffmpeg (ffmpeg-cuda, ffmpeg-nonvidia, ffmpeg-libfdk_aac, ffmpeg-intel-full-git, ffmpeg-v4l2-request-git, ffmpeg-mmal, ffmpeg-git, ffmpeg-full-git, ffmpeg-amd-full, ffmpeg-nvcodec-11-1-git, ffmpeg-amd-full-git, ffmpeg-nocuda, ffmpeg-mpp, ffmpeg-headless, ffmpeg-full, ffmpeg-decklink, ffmpeg-obs) (make)
- flac (flac-git) (make)
- imlib2 (make)
- intltool (make)
- libcddb (make)
- libcdio (libcdio-git) (make)
- libmad (make)
- libpipewire (libpipewire-full-git, libpipewire-common-git, libpipewire-git) (make)
- libpulse (pulseaudio-dummy, pulseaudio-git) (make)
- libsamplerate (libsamplerate-git) (make)
- libsndfile (libsndfile-git) (make)
- libvorbis (libvorbis-aotuv, libvorbis-aotuv-lancer, libvorbis-git) (make)
- libx11 (libx11-git) (make)
- Show 32 more dependencies...
Required by (42)
- deadbeef-bs2b
- deadbeef-bs2b-git
- deadbeef-dr-meter-gtk2-git
- deadbeef-dr-meter-gtk2-git (make)
- deadbeef-dr-meter-gtk3-git
- deadbeef-dr-meter-gtk3-git (make)
- deadbeef-jack-git
- deadbeef-mpris2-plugin
- deadbeef-mpris2-plugin-git
- deadbeef-optimfrog-git
- deadbeef-plugin-bs2b-git
- deadbeef-plugin-customizabletb-gtk2-git
- deadbeef-plugin-customizabletb-gtk3-git
- deadbeef-plugin-discord-git
- deadbeef-plugin-fb-gtk3-git
- deadbeef-plugin-gvfs
- deadbeef-plugin-hdcd-git
- deadbeef-plugin-headerbar-gtk3-git
- deadbeef-plugin-jack
- deadbeef-plugin-lyricbar-git
- Show 22 more...
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 meSardok77 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-gitxF0E 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
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.
1 2 3 4 5 Next › Last »