diff -urN deadbeef.old/deadbeef.install deadbeef/deadbeef.install --- deadbeef.old/deadbeef.install 2013-12-29 04:48:05.439040886 -0500 +++ deadbeef/deadbeef.install 2013-12-29 06:48:18.049904000 -0500 @@ -7,11 +7,6 @@ post_upgrade() { post_install - - cat < ffmpeg support was disabled in this deadbeef release due to -==> incompatibilities with ffmpeg 0.11. It might be re-introduced soon. -EOF } post_remove() { diff -urN deadbeef.old/PKGBUILD deadbeef/PKGBUILD --- deadbeef.old/PKGBUILD 2013-12-29 04:48:05.442374142 -0500 +++ deadbeef/PKGBUILD 2013-12-29 07:03:43.163338490 -0500 @@ -4,13 +4,13 @@ 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' license=('GPL2') depends=('gtk3' 'alsa-lib' 'hicolor-icon-theme' 'desktop-file-utils') -makedepends=('libvorbis' 'libmad' 'flac' 'curl' 'imlib2' 'wavpack' 'libsndfile' 'libcdio' 'libcddb' +makedepends=('libvorbis' 'libmad' 'flac' 'curl' 'imlib2' 'wavpack' 'libsndfile' 'libcdio' 'libcddb' 'ffmpeg' 'libx11' 'faad2' 'zlib' 'intltool' 'pkgconfig' 'libpulse' 'libzip' 'libsamplerate' 'yasm') optdepends=('libsamplerate: for Resampler plugin' @@ -24,6 +24,7 @@ 'libcdio: audio cd plugin' 'libcddb: audio cd plugin' 'faad2: for AAC/MP4 support' + 'ffmpeg: for Opus, TAK and other formats support' 'dbus: for OSD notifications support' 'pulseaudio: for PulseAudio output plugin' 'libx11: for global hotkeys plugin'