summaryrefslogtreecommitdiff
path: root/extra/rhythmbox
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-06-29 11:32:39 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-06-29 11:32:39 +0200
commit50aa5b5bd92fbf10494cbce145f4e7b19ce36daf (patch)
tree48f4258a99ad35fb42649f2d357a44ae2eeaaff4 /extra/rhythmbox
parent95e1f7f04a6cd0145a5fa4e8cc6a698b255d584c (diff)
Disable lirc support or unarch packages using it.
No one reported wanting to fix or use it.
Diffstat (limited to 'extra/rhythmbox')
-rw-r--r--extra/rhythmbox/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/rhythmbox/PKGBUILD b/extra/rhythmbox/PKGBUILD
index 2b947339b..3e562af0d 100644
--- a/extra/rhythmbox/PKGBUILD
+++ b/extra/rhythmbox/PKGBUILD
@@ -10,7 +10,8 @@ arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
url="http://www.rhythmbox.org"
depends=('clutter' 'clutter-gtk' 'clutter-gst' 'dconf' 'desktop-file-utils' 'grilo' 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'gvfs-afc' 'json-glib' 'libdmapsharing' 'libgpod' 'libmtp' 'libmusicbrainz3'
- 'libnotify' 'libpeas' 'libwebkit3' 'lirc-utils' 'media-player-info' 'mx' 'python2-gobject' 'python2-mako' 'totem-plparser' 'tdb')
+ 'libnotify' 'libpeas' 'libwebkit3' 'media-player-info' 'mx' 'python2-gobject' 'python2-mako' 'totem-plparser' 'tdb')
+[ "$CARCH" != "mips64el" ] && depends+=('lirc-utils')
makedepends=('gnome-doc-utils' 'intltool' 'brasero' 'gobject-introspection')
optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'
'gstreamer0.10-bad-plugins: Extra media codecs'