Search Criteria
Package Details: deadbeef-git r11790.7d26d35fc-2
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: | 122 |
Popularity: | 1.08 |
First Submitted: | 2009-08-21 13:16 (UTC) |
Last Updated: | 2025-03-31 06:46 (UTC) |
Dependencies (55)
- 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-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-fullAUR, ffmpeg-headlessAUR, ffmpeg-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, ffmpeg-full-gitAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-full-gitAUR) (make)
- flac (flac-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gtk2 (gtk2-patched-filechooser-icon-viewAUR) (make)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR) (make)
- imlib2 (make)
- intltool (make)
- libcddb (make)
- libcdio (libcdio-gitAUR) (make)
- libmad (make)
- libpipewire (libpipewire-full-gitAUR, libpipewire-gitAUR) (make)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR) (make)
- Show 35 more dependencies...
Required by (45)
- 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-mpris2-plugin (requires deadbeef)
- deadbeef-mpris2-plugin-git (requires deadbeef)
- 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)
- Show 25 more...
Latest Comments
1 2 3 4 5 6 .. 12 Next › Last »
Drommer commented on 2025-06-28 22:57 (UTC)
@FabioLolix Understood, thank you.
FabioLolix commented on 2025-06-28 08:45 (UTC)
@Drommer
https://aur.archlinux.org/packages/deadbeef-git?O=20#comment-852214
Drommer commented on 2025-06-28 05:04 (UTC) (edited on 2025-06-28 05:06 (UTC) by Drommer)
Can you replace
echo r$(git rev-list --count master).$(git rev-parse --short master)
withgit describe --long --tags | sed ‘s/^Release_v//;s/-/.r/;s/-/./’
in the pkgver function? This will allow you to see the current base version (the last tag) and the number of new commits after it. It will also remove the message that the stable version is newer (because it starts with numbers, while the git package version starts with a letter) in some AUR helpers such as pikaur. Thank you!dreieck commented on 2024-04-11 15:26 (UTC)
License specifiers need to be made SPDX-compliant. From a
namcap
run:Also,
-- maybe you want to have it in
makedepends
andoptdepends
instead ofdepends
andoptdepends
?If it is a hard dependency, then please have it in
depends
only.Regards!
1 2 3 4 5 6 .. 12 Next › Last »