diff options
Diffstat (limited to 'extra/rhythmbox/PKGBUILD')
-rw-r--r-- | extra/rhythmbox/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/rhythmbox/PKGBUILD b/extra/rhythmbox/PKGBUILD index bd77b2427..40647db10 100644 --- a/extra/rhythmbox/PKGBUILD +++ b/extra/rhythmbox/PKGBUILD @@ -6,14 +6,15 @@ pkgname=rhythmbox pkgver=2.97 pkgrel=2 pkgdesc="An iTunes-like music playback and management application" -arch=('i686' 'x86_64') +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' 'libmusicbrainz4' 'libnotify' 'libpeas' 'libwebkit3' - 'lirc-utils' 'media-player-info' 'mx' 'python2-gobject' 'python2-mako' 'totem-plparser' + 'media-player-info' 'mx' 'python2-gobject' 'python2-mako' 'totem-plparser' 'tdb' 'libdiscid') +[ "$CARCH" != "mips64el" ] && depends+=('lirc-utils') makedepends=('gnome-doc-utils' 'intltool' 'brasero' 'gobject-introspection' 'vala') optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs' 'gstreamer0.10-bad-plugins: Extra media codecs' |