summaryrefslogtreecommitdiff
path: root/community/deadbeef
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-07-27 00:02:04 +0000
committerroot <root@rshg054.dnsready.net>2012-07-27 00:02:04 +0000
commit1616f43507a7f8785a479ecf6ce905828a232f02 (patch)
tree2da0cc5a8e57effad5bcd327be1957b187b67f36 /community/deadbeef
parentc4c5143448e3be178c254e8f9f1ab24661dc3b20 (diff)
Fri Jul 27 00:02:04 UTC 2012
Diffstat (limited to 'community/deadbeef')
-rw-r--r--community/deadbeef/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/deadbeef/PKGBUILD b/community/deadbeef/PKGBUILD
index 7b59cae51..38eba673f 100644
--- a/community/deadbeef/PKGBUILD
+++ b/community/deadbeef/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 73469 2012-07-08 09:29:55Z ibiru $
+# $Id: PKGBUILD 74372 2012-07-25 22:55:20Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Alexey Yakovenko <waker@users.sourceforge.net>
pkgname=deadbeef
pkgver=0.5.5
-pkgrel=1
+pkgrel=2
pkgdesc='An audio player for GNU/Linux based on GTK2.'
arch=('i686' 'x86_64')
url='http://deadbeef.sourceforge.net'
license=('GPL2')
-depends=('gtk2' 'alsa-lib' 'hicolor-icon-theme' 'desktop-file-utils')
+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')
@@ -37,7 +37,7 @@ md5sums=('7cc10cefda0f4044eea897893e4cc1a9')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --disable-ffmpeg
+ ./configure --prefix=/usr --disable-ffmpeg --enable-gtk3
make
}