diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-11 16:54:49 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-11 16:54:49 +0100 |
commit | 6767b6bbf9829a692c85c3dcd5ee0280982bd252 (patch) | |
tree | 10bdbab736fb8e6abe1e99f4d1293b8e634c852a /extra/totem | |
parent | 422ddbe135468a35d04170922ea3d25d18246aca (diff) | |
parent | ab94338181959432cf0046ce0a9643307dab9366 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
extra/libwebp/PKGBUILD
extra/totem/PKGBUILD
extra/webkitgtk/PKGBUILD
Diffstat (limited to 'extra/totem')
-rw-r--r-- | extra/totem/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/extra/totem/PKGBUILD b/extra/totem/PKGBUILD index 4cd12d4ee..7bd46d5b9 100644 --- a/extra/totem/PKGBUILD +++ b/extra/totem/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 170538 2012-11-08 11:31:05Z heftig $ +# $Id: PKGBUILD 173078 2012-12-10 11:38:58Z jgc $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgbase=totem pkgname=('totem' 'totem-plugin') pkgver=3.6.3 -pkgrel=1 +pkgrel=2 pkgdesc="GNOME3 movie player based on GStreamer" url="http://www.gnome.org" arch=('i686' 'x86_64' 'mips64el') license=(GPL2 custom) depends=(gst-plugins-base gst-plugins-good totem-plparser desktop-file-utils iso-codes libpeas hicolor-icon-theme gnome-icon-theme-symbolic gsettings-desktop-schemas dconf clutter-gst - clutter-gtk mx python2-gobject gst-plugins-bad) -makedepends=(intltool gnome-doc-utils nautilus vala grilo pylint) + clutter-gtk python2-gobject gst-plugins-bad) +makedepends=(intltool gnome-doc-utils nautilus vala grilo pylint dbus-glib libzeitgeist) [ "$CARCH" != "mips64el" ] && makedepends+=('lirc-utils') options=('!libtool' '!emptydirs') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz @@ -39,8 +39,8 @@ package_totem() { optdepends=('gst-plugins-ugly: Extra media codecs' 'gst-ffmpeg: Extra media codecs' 'grilo-plugins: Browse sidebar (remote media)' - 'pyxdg: opensubtitles plugin') - [ "$CARCH" != "mips64el" ] && optdepends+=('lirc-utils: Infrared Remote Control plugin') + 'pyxdg: opensubtitles plugin' + 'libzeitgeist: Zeitgeist plugin') cd "$pkgbase-$pkgver" make DESTDIR="${pkgdir}" install @@ -56,7 +56,7 @@ package_totem() { package_totem-plugin() { pkgdesc="Totem plugin for web browsers" - depends=("totem=$pkgver") + depends=("totem=$pkgver" dbus-glib) backup=(etc/totem/browser-plugins.ini) cd "$pkgbase-$pkgver" |