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

Jan de Groot jgc at archlinux.org
Mon Sep 24 17:44:49 UTC 2012


    Date: Monday, September 24, 2012 @ 13:44:49
  Author: jgc
Revision: 166998

upgpkg: webkitgtk3 1.10.0-1

1.10.0, build with gstreamer 1.0

Modified:
  webkitgtk3/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-09-24 17:44:34 UTC (rev 166997)
+++ PKGBUILD	2012-09-24 17:44:49 UTC (rev 166998)
@@ -2,32 +2,33 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=webkitgtk3
-pkgver=1.9.92
+pkgver=1.10.0
 pkgrel=1
 pkgdesc="GTK+ Web content engine library for GTK+ 3.0"
 arch=('i686' 'x86_64')
 url="http://webkitgtk.org/"
 license=('custom')
-depends=('libxt' 'libxslt' 'sqlite' 'gstreamer0.10-base' 'libsoup' 'enchant' 'libgl' 'geoclue' 'gtk2' 'gtk3')
+depends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 'gtk2' 'gtk3' 'gst-plugins-base-libs')
 makedepends=('gperf' 'gobject-introspection' 'python2' 'mesa' 'ruby' 'gtk-doc')
 conflicts=('libwebkit3')
 provides=("libwebkit3=${pkgver}")
 replaces=('libwebkit3')
 options=('!libtool' '!emptydirs')
-source=(http://webkitgtk.org/releases/webkit-$pkgver.tar.xz)
-sha256sums=('27d28eb721ae4aae2d66e32eda4c11cc3ced53372e74da9ce0e1adc9857fbc22')
+source=(http://webkitgtk.org/releases/webkitgtk-$pkgver.tar.xz)
+sha1sums=('5e022110cef5ff87a4c55ff0358dedd596502a84')
 
 build() {
-  cd "$srcdir/webkit-$pkgver"
+  cd "$srcdir/webkitgtk-$pkgver"
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
     --enable-introspection \
     --disable-silent-rules \
-    --libexecdir=/usr/lib/webkitgtk3
+    --libexecdir=/usr/lib/webkitgtk3 \
+    --with-gstreamer=1.0
   make all stamp-po
 }
 
 package() {
-  cd "$srcdir/webkit-$pkgver"
+  cd "$srcdir/webkitgtk-$pkgver"
   make -j1 DESTDIR="$pkgdir" install
   install -Dm644 Source/WebKit/LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
 }




More information about the arch-commits mailing list