summaryrefslogtreecommitdiff
path: root/community/deadbeef
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-20 03:40:05 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-20 03:40:05 +0000
commitf4e0d41bdfa80b65960c85d4d526814a91f52e62 (patch)
tree43653b6dcc8152642eeb803f19d9b247a3aed871 /community/deadbeef
parenta7868499c166c245f671318faaaf777a802fbefe (diff)
Mon Jan 20 03:36:38 UTC 2014
Diffstat (limited to 'community/deadbeef')
-rw-r--r--community/deadbeef/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/deadbeef/PKGBUILD b/community/deadbeef/PKGBUILD
index c96de2116..4099963ad 100644
--- a/community/deadbeef/PKGBUILD
+++ b/community/deadbeef/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 103173 2013-12-28 18:20:21Z lfleischer $
+# $Id: PKGBUILD 104367 2014-01-19 16:29:31Z bpiotrowski $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Alexey Yakovenko <waker@users.sourceforge.net>
pkgname=deadbeef
pkgver=0.6.0
-pkgrel=1
+pkgrel=2
pkgdesc='A GTK+ audio player for GNU/Linux.'
arch=('i686' 'x86_64')
url='http://deadbeef.sourceforge.net'
@@ -12,7 +12,7 @@ license=('GPL2')
depends=('gtk3' 'alsa-lib' 'hicolor-icon-theme' 'desktop-file-utils')
makedepends=('libvorbis' 'libmad' 'flac' 'curl' 'imlib2' 'wavpack' 'libsndfile' 'libcdio' 'libcddb'
'libx11' 'faad2' 'zlib' 'intltool' 'pkgconfig' 'libpulse' 'libzip' 'libsamplerate'
- 'yasm')
+ 'yasm' 'ffmpeg')
optdepends=('libsamplerate: for Resampler plugin'
'libvorbis: for Ogg Vorbis playback'
'libmad: for MP1/MP2/MP3 playback'
@@ -28,7 +28,8 @@ optdepends=('libsamplerate: for Resampler plugin'
'pulseaudio: for PulseAudio output plugin'
'libx11: for global hotkeys plugin'
'zlib: for Audio Overload plugin'
- 'libzip: for vfs_zip plugin')
+ 'libzip: for vfs_zip plugin'
+ 'ffmpeg: for ffmpeg plugin')
install='deadbeef.install'
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
md5sums=('f1bbb1a0164ed7bcba9c0c8cd1dddcb5')