Package Details: deadbeef-git r11790.7d26d35fc-2

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)

Required by (45)

Sources (1)

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

When I talked with the deadbeef dev, his opinion that the master branch should not derive any specific version number. So I'm probably gonna keep the PKGBUILD as it is. I'll bump up the provides version on official releases.

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) with git 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:

deadbeef-git E: The SPDX license statement 'ZLIB' should be formatted as 'Zlib' instead
deadbeef-git E: GPL2 is not a valid SPDX license identifier. See https://spdx.org/licenses/ for valid identifiers, or prefix the identifier with 'LicenseRef-', if it is custom.
deadbeef-git E: LGPL2.1 is not a valid SPDX license identifier. See https://spdx.org/licenses/ for valid identifiers, or prefix the identifier with 'LicenseRef-', if it is custom.

Also,

deadbeef-git E: Dependency alsa-lib specified in both depends and optdepends

-- maybe you want to have it in makedepends and optdepends instead of depends and optdepends?

If it is a hard dependency, then please have it in depends only.

Regards!