Hello,
Could you add opusfile and mpg123 to makedepends? They are needed in order to build support for their plugins.
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: | 92 |
Popularity: | 1.69 |
First Submitted: | 2021-05-08 09:08 (UTC) |
Last Updated: | 2025-04-02 22:05 (UTC) |
Hello,
Could you add opusfile and mpg123 to makedepends? They are needed in order to build support for their plugins.
The standalone libblocksruntime package is old and outdated. Old versions of libblocksruntime will probably need to be uninstalled before upgrading to the latest version of libdispatch. You may need to force uninstall libblocksruntime to work around dependency issues before upgrading.
libdispatch and libblocksruntime are in conflict. It seems libdispatch provides libblocksruntime already.
FYI, the PKGBUILD update that Stormaster posted also needs 'clang' added to the makedepends array.
As a side note, it appears https://gitlab.archlinux.org/archlinux/aurweb/-/issues/11 has been fixed.
Successfully built 1.8.7. Here's PKGBUILD. libdispatch needed. Sourceforge because tarball from git does not have mp4p sources (ask waker why).
# Contributor: Alexey Yakovenko <waker@users.sourceforge.net>
pkgname=deadbeef
pkgver=1.8.7
pkgrel=1
pkgdesc='A GTK+ audio player for GNU/Linux.'
arch=('x86_64')
url='http://deadbeef.sourceforge.net'
license=('GPL2')
depends=('alsa-lib' 'hicolor-icon-theme' 'desktop-file-utils' 'jansson')
makedepends=('libvorbis' 'libmad' 'flac' 'curl' 'imlib2' 'wavpack' 'libsndfile' 'libcdio' 'libcddb'
'libx11' 'faad2' 'zlib' 'intltool' 'pkgconfig' 'libpulse' 'libzip' 'libsamplerate' 'libdispatch'
'yasm' 'ffmpeg' 'gtk2' 'gtk3')
optdepends=('gtk2: for the GTK2 interface'
'gtk3: for the GTK3 interface'
'libsamplerate: for Resampler plugin'
'libvorbis: for Ogg Vorbis playback'
'libmad: for MP1/MP2/MP3 playback'
'mpg123: for MP1/MP2/MP3 playback'
'flac: for FLAC playback'
'curl: for Last.fm scrobbler, SHOUTcast, Icecast, Podcast support'
'imlib2: for artwork plugin'
'wavpack: for WavPack playback'
'libsndfile: for Wave playback'
'libcdio: audio cd plugin'
'libcddb: audio cd plugin'
'faad2: for AAC/MP4 support'
'dbus: for OSD notifications support'
'pulseaudio: for PulseAudio output plugin'
'libx11: for global hotkeys plugin'
'zlib: for Audio Overload plugin'
'libzip: for vfs_zip plugin'
'ffmpeg: for ffmpeg plugin')
source=("https://sourceforge.net/projects/deadbeef/files/travis/linux/1.8.7/deadbeef-${pkgver}.tar.bz2")
sha512sums=('49a9610f8aa8d9853cd4f9a38d103f9a902993a5ae1990937a3ac5a14a4f8533f4233002893875aedf45f737d1a95c7cea189c61d6387bd8be7f3535d60c96eb')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
export CC=/usr/bin/clang
export CXX=/usr/bin/clang++
./configure --prefix=/usr
}
build () {
cd "${srcdir}/${pkgname}-${pkgver}"
make
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="$pkgdir" install
}
Not until this bug is present https://gitlab.archlinux.org/archlinux/aurweb/-/issues/11
Is it possible to push the newest 1.8.7 release here yet?
I'm not interested in using EndeavourOS.
EndeavourOS https://forum.endeavouros.com/
Pinned Comments
FabioLolix commented on 2025-02-23 09:41 (UTC)
This now depends on
libFLAC.so
so you are forced to remove the package when there is a libFLAC.so update instead of keeping a semi-broken package