1 # $Id: PKGBUILD 36041 2010-12-25 20:18:47Z lfleischer $
2 # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
3 # Contributor: Alexey Yakovenko <waker@users.sourceforge.net>
8 pkgdesc='An audio player for GNU/Linux based on GTK2 with a GBK supporting patch'
10 url='http://deadbeef.sourceforge.net'
12 depends=('gtk2' 'libsamplerate' 'alsa-lib')
13 makedepends=('gtk2' 'libsamplerate' 'libvorbis' 'libmad' 'flac' 'curl' 'alsa-lib' 'wavpack' 'libsndfile' 'libcdio' 'libcddb' 'ffmpeg' 'libx11' 'faad2' 'zlib' 'intltool' 'pkgconfig' 'libpulse')
14 optdepends=('libvorbis: for Ogg Vorbis playback'
15 'libmad: for MP1/MP2/MP3 playback'
16 'flac: for FLAC playback'
17 'curl: for Last.fm scrobbler, SHOUTcast, Icecast, Podcast support'
18 'wavpack: for WavPack playback'
19 'libsndfile: for Wave playback'
20 'libcdio: audio cd plugin'
21 'libcddb: audio cd plugin'
22 'ffmpeg: for WMA, AA, OMA, AC, etc.'
23 'libmms: for MMS protocol support'
24 'faad2: for AAC/MP4 support'
25 'dbus: for OSD notifications support'
26 'pulseaudio: for PulseAudio output plugin'
27 'libx11: for global hotkeys plugin')
29 install='deadbeef.install'
30 source=("http://downloads.sourceforge.net/project/deadbeaf/deadbeef-${pkgver}.tar.bz2" "deadbeef.patch")
31 md5sums=('546e63d456d6a5625461019b15501e38'
32 'ac266546c29085fecbf3c27a161b7c3d')
34 cd "${srcdir}/${pkgname}-${pkgver}"
36 ./configure --prefix=/usr
41 cd "${srcdir}/${pkgname}-${pkgver}"
42 patch -Np1 -i ../deadbeef.patch || return 1
43 make prefix="${pkgdir}/usr" install