Package Details: deadbeef 1.9.6-1

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: 80
Popularity: 0.65
First Submitted: 2021-05-08 09:08 (UTC)
Last Updated: 2023-11-12 09:06 (UTC)

Dependencies (52)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5

vdemin commented on 2021-07-01 21:45 (UTC)

libdispatch and libblocksruntime are in conflict. It seems libdispatch provides libblocksruntime already.

jhenson commented on 2021-06-29 22:32 (UTC)

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.

Stormaster commented on 2021-06-03 10:08 (UTC)

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
}

FabioLolix commented on 2021-05-31 17:54 (UTC)

Not until this bug is present https://gitlab.archlinux.org/archlinux/aurweb/-/issues/11

ToadKing commented on 2021-05-26 18:09 (UTC)

Is it possible to push the newest 1.8.7 release here yet?

FabioLolix commented on 2021-05-14 19:09 (UTC)

I'm not interested in using EndeavourOS.

Vedun commented on 2021-05-14 18:39 (UTC)

EndeavourOS https://forum.endeavouros.com/

FabioLolix commented on 2021-05-09 09:52 (UTC)

At the moment 'git push' is not working for this pkgbuild, the updated one can be found here https://github.com/FabioLolix/PKGBUILD/tree/master/deadbeef

What is the EnOS forum?

jonathon commented on 2021-05-08 12:27 (UTC) (edited on 2021-05-08 12:27 (UTC) by jonathon)

Here's a git diff to bring the PKGBUILD up to date with deadbeef-git and link in the external dependencies: https://gist.github.com/jonathonf/50cb3577e26ef117a1da95548170efab

Also, why haven't we seen you on the EnOS forum yet?