summaryrefslogtreecommitdiff
path: root/extra/quodlibet
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-06-08 10:51:38 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-06-08 10:51:38 +0200
commit86c07f860ec2bad836bce1eaf59b923aa5c3a5cc (patch)
treeee11bae8aa26c33b36cbdbcedb78e0d685fa4a52 /extra/quodlibet
parent3187d2ae8f540fd5f918eecc4d63b6f305bba632 (diff)
parent7d11e9346ebd0f9c378952caee0c82d6ca815f4e (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/chmsee/PKGBUILD community/haveged/PKGBUILD core/pinentry/PKGBUILD extra/vim/PKGBUILD
Diffstat (limited to 'extra/quodlibet')
-rw-r--r--extra/quodlibet/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/quodlibet/PKGBUILD b/extra/quodlibet/PKGBUILD
index 63d9e89dd..bf92df5db 100644
--- a/extra/quodlibet/PKGBUILD
+++ b/extra/quodlibet/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 153859 2012-03-20 06:20:55Z eric $
+# $Id: PKGBUILD 160925 2012-06-07 02:14:07Z eric $
# Maintainer: Eric Bélanger <eric@archlinux.org>
pkgname=quodlibet
pkgver=2.4
-pkgrel=1
+pkgrel=2
pkgdesc="An audio player written in pygtk"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL2')
@@ -13,10 +13,10 @@ depends=('gstreamer0.10-python' 'gstreamer0.10-base-plugins' 'gstreamer0.10-good
makedepends=('intltool')
optdepends=('gstreamer0.10-ffmpeg: for ffmpeg (ASF/WMA) support '
'gstreamer0.10-bad-plugins: for MPEG-4 (AAC) and Musepack support'
- 'dbus-python: for dbus support'
+ 'python2-dbus: for dbus support'
'notification-daemon: for notification support'
'libgpod: for ipod support'
- 'python-feedparser: for audio feeds (podcast) support'
+ 'python2-feedparser: for audio feeds (podcast) support'
'udisks: for media devices support'
'media-player-info: for media devices support')
options=('!makeflags')
@@ -26,6 +26,7 @@ sha1sums=('7e11cda2827bb0d04b7d2b7854b8a2854ed074c8')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed -i 's#env python#env python2#' *.py quodlibet/util/fmps.py
+ sed -i 's#libudev.so.0#libudev.so.1#' quodlibet/devices/__init__.py
./setup.py build
}