Search Criteria
Package Details: deadbeef-git r12073.2ca653c82-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/deadbeef-git.git (read-only, click to copy) |
|---|---|
| Package Base: | deadbeef-git |
| Description: | A GTK+ audio player for GNU/Linux (devel branch) |
| Upstream URL: | https://deadbeef.sourceforge.io/ |
| Licenses: | zlib, GPL-2.0-or-later, LGPL-2.1-or-later |
| Conflicts: | deadbeef |
| Provides: | deadbeef |
| Submitter: | archtux |
| Maintainer: | ToadKing |
| Last Packager: | ToadKing |
| Votes: | 120 |
| Popularity: | 0.000344 |
| First Submitted: | 2009-08-21 13:16 (UTC) |
| Last Updated: | 2026-03-21 20:10 (UTC) |
Dependencies (57)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- jansson (jansson-gitAUR)
- libblocksruntime (libdispatch)
- libdispatch (libdispatch-gitAUR)
- alsa-lib (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- curl (curl-gitAUR, curl-c-aresAUR) (make)
- faad2 (faad2-gitAUR) (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, librempeg-gitAUR, ffmpeg-whisper-gitAUR, ffmpeg-gitAUR, ffmpeg-fullAUR, ffmpeg-full-llvmAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-headlessAUR, ffmpeg-whisperAUR, ffmpeg-cuda-fullAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR) (make)
- flac (flac-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR) (make)
- gtk2AUR (gtk2-patched-filechooser-icon-viewAUR, gtk2-ng-gitAUR, gtk2-ng-gitAUR) (make)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR) (make)
- imlib2 (make)
- intltool (make)
- libcddb (make)
- libcdio (libcdio-gitAUR) (make)
- libmad (make)
- libpipewire (libpipewire-gitAUR, libpipewire-full-gitAUR, libpipewire-ldacAUR) (make)
- Show 37 more dependencies...
Required by (43)
- deadbeef-dr-meter-gtk2-git (requires deadbeef)
- deadbeef-dr-meter-gtk2-git (requires deadbeef) (make)
- deadbeef-dr-meter-gtk3-git (requires deadbeef)
- deadbeef-dr-meter-gtk3-git (requires deadbeef) (make)
- deadbeef-optimfrog-git (requires deadbeef)
- deadbeef-plugin-bs2b-git (requires deadbeef)
- deadbeef-plugin-customizabletb-gtk2-git (requires deadbeef)
- deadbeef-plugin-customizabletb-gtk3-git (requires deadbeef)
- deadbeef-plugin-discord-git (requires deadbeef)
- deadbeef-plugin-fb-gtk3-git (requires deadbeef)
- deadbeef-plugin-gui-qt5 (requires deadbeef)
- deadbeef-plugin-gui-qt5-bin (requires deadbeef)
- deadbeef-plugin-gui-qt5-git (requires deadbeef)
- deadbeef-plugin-gui-qt6-git (requires deadbeef)
- deadbeef-plugin-hdcd-git (requires deadbeef)
- deadbeef-plugin-headerbar-gtk3-git (requires deadbeef)
- deadbeef-plugin-jack-bin (requires deadbeef)
- deadbeef-plugin-jack-git (requires deadbeef)
- deadbeef-plugin-lyricbar-git (requires deadbeef)
- deadbeef-plugin-medialib-git (requires deadbeef)
- Show 23 more...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 Next › Last »
dreieck commented on 2021-04-24 11:39 (UTC) (edited on 2021-04-24 11:47 (UTC) by dreieck)
Dear maintainer,
thanks for maintaining this package.
Can you please update
pkgver()such that it includes the upstream software version?git describe --tagsgives me1.8.7-190-g6757aac40, so there I assume is a version1.8.7.And then change
provides=('deadbeef')toprovides=("deadbeef=${pkgver})? There is at least one package, that has explicit version dependencies (>=0.6) ondeadbeef.And, don't forget to then increment
epoch, too, since the$pkgver-scheme changed, i.e. settingepoch=1.Here is a
pkgver()you could use:Thanks again for maintaining!
ToadKing commented on 2021-02-06 16:35 (UTC)
soloturn: I think that should be fixed in your package by marking it as providing
libblocksruntime.soloturn commented on 2021-02-06 10:15 (UTC)
updated libdispatch-git to newest now, providing both libblocksruntime and libdispatch.
ToadKing commented on 2020-09-19 18:05 (UTC)
New changes from upstream now require
clangto build and requirelibblocksruntimeandlibdispatchat runtime. Currently only the last.fm and notify plugins actually require these but the upstream dev is working on moving more plugins and core parts of deadbeef to also require them in the future, so they're hard dependencies.ToadKing commented on 2020-07-10 13:16 (UTC)
DanEng1982, it still builds fine here. What compile errors are you getting, and are you building from a clean repo?
DanEng1982 commented on 2020-07-10 12:04 (UTC)
Dead yes, beefy not so much anymore. Broken, doesn't compile since two weeks or so on ArchDeepin.
ToadKing commented on 2020-07-05 17:06 (UTC)
I've adopted the package. Build should be fixed and added opusfile as an optional dependency. If you're using an AUR helper like yay make sure you do a clean build.
Soukyuu commented on 2020-07-05 11:54 (UTC)
I am not really using deadbeef anymore, so I disowned the package. Feel free to adopt.
zhqrbitee commented on 2020-07-03 22:02 (UTC)
It seems deadbeef has included new submodule 'external/mp4p' , so need to add 'git submodule init; git submodule update' in prepare function to sync everything, otherwise compile will fail.
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 Next › Last »