[arch-commits] Commit in rhythmbox/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Wed Oct 17 21:17:21 UTC 2012


    Date: Wednesday, October 17, 2012 @ 17:17:20
  Author: jgc
Revision: 169092

upgpkg: rhythmbox 2.98-2

Disable webkit to avoid mixing two versions of gstreamer into one process

Modified:
  rhythmbox/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-17 21:08:28 UTC (rev 169091)
+++ PKGBUILD	2012-10-17 21:17:20 UTC (rev 169092)
@@ -4,14 +4,14 @@
 
 pkgname=rhythmbox
 pkgver=2.98
-pkgrel=1
+pkgrel=2
 pkgdesc="An iTunes-like music playback and management application"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://www.rhythmbox.org"
 depends=('dconf' 'desktop-file-utils' 'grilo'
          'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'gvfs-afc' 'json-glib'
-         'libdmapsharing' 'libgpod' 'libmtp' 'libnotify' 'libpeas' 'libwebkit3'
+         'libdmapsharing' 'libgpod' 'libmtp' 'libnotify' 'libpeas'
          'lirc-utils' 'media-player-info' 'python2-gobject' 'python2-mako' 'totem-plparser'
          'tdb' 'libdiscid')
 makedepends=('gnome-doc-utils' 'intltool' 'brasero' 'gobject-introspection' 'vala')
@@ -30,7 +30,7 @@
       --libexecdir=/usr/lib/rhythmbox \
       --localstatedir=/var --disable-static \
       --enable-daap --enable-python --enable-vala \
-      --with-mdns=avahi --disable-scrollkeeper
+      --with-mdns=avahi --disable-scrollkeeper --without-webkit
   make
 }
 




More information about the arch-commits mailing list