summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2013-01-11 16:00:49 -0600
committerDoug Newgard2013-01-11 16:00:49 -0600
commit1bf7e25b50fed75141c876788dd501386788b88c (patch)
tree174530049a3f1c0721a7945a02199206787af2d2
parentf8651a06e9d4ee8608ccb859976193e52fc9c15e (diff)
downloadaur-1bf7e25b50fed75141c876788dd501386788b88c.tar.gz
Now requires gstreamer 1.0 instead of 0.10
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee9d3112d0ab..b7b01e9f8c9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ewebkit-svn
pkgdesc = WebKit ported to the Enlightenment Foundation Libraries
- pkgver = 138558
+ pkgver = 139452
pkgrel = 1
url = http://trac.webkit.org/wiki/EFLWebKit
arch = i686
@@ -20,7 +20,7 @@ pkgbase = ewebkit-svn
depends = sqlite
depends = e_dbus
depends = libtiff
- depends = gstreamer0.10-base-plugins
+ depends = gst-plugins-base-libs
depends = libsoup
depends = libxslt
depends = libxt
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..e4fa42cf9be4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*~
+src/
+pkg/
+*.tar.*
diff --git a/PKGBUILD b/PKGBUILD
index 4986c0b91ceb..a0849adb38ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: twa022 <twa022 at gmail dot com>
pkgname=ewebkit-svn
-pkgver=138558
+pkgver=139452
pkgrel=1
pkgdesc="WebKit ported to the Enlightenment Foundation Libraries"
arch=('i686' 'x86_64')
url="http://trac.webkit.org/wiki/EFLWebKit"
license=('LGPL2' 'LGPL2.1' 'BSD')
depends=('atk' 'elementary' 'enchant' 'sqlite' 'e_dbus' 'libtiff'
- 'gstreamer0.10-base-plugins' 'libsoup' 'libxslt' 'libxt')
+ 'gst-plugins-base-libs' 'libsoup' 'libxslt' 'libxt')
makedepends=('cmake' 'subversion' 'perl' 'python2' 'ruby' 'gperf')
_svntrunk=https://svn.webkit.org/repository/webkit/trunk