summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQue Quotion2020-01-14 17:30:32 +0900
committerQue Quotion2020-01-14 17:30:32 +0900
commit52eacef5c6afd4d8e0da89ab10608c7c000be6c6 (patch)
tree697985c46d245aa20b4f407185d5654e70f8ef99
parentec3fb6407e1088e6eb927ce20a3a1e39a298002f (diff)
downloadaur-52eacef5c6afd4d8e0da89ab10608c7c000be6c6.tar.gz
Add gst-plugins-base dependency: seems to be required for funtional A/V; including HTML5
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43c31754f309..f0e8584d28c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = epiphany-pantheon
pkgdesc = A GNOME web browser based on the WebKit rendering engine (with elementary OS patches)
pkgver = 3.35.2+1+g16a4219dc
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.gnome.org/Apps/Web
arch = x86_64
groups = pantheon
@@ -19,6 +19,7 @@ pkgbase = epiphany-pantheon
depends = gcr
depends = libdazzle
depends = libhandy
+ depends = gst-plugins-base
provides = epiphany=3.35.2+1+g16a4219dc
provides = epiphany-sync
source = epiphany-pantheon::git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=16a4219dcb44b23d23c9ebe69ad466cb2ea7e597
diff --git a/PKGBUILD b/PKGBUILD
index 142077af1a7e..ba54a80b3665 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=epiphany-pantheon
pkgver=3.35.2+1+g16a4219dc
-pkgrel=1
+pkgrel=2
pkgdesc="A GNOME web browser based on the WebKit rendering engine (with elementary OS patches)"
url="https://wiki.gnome.org/Apps/Web"
arch=(x86_64)
license=(GPL)
-depends=(webkit2gtk gcr libdazzle libhandy)
+depends=(webkit2gtk gcr libdazzle libhandy gst-plugins-base)
makedepends=(docbook-xml startup-notification lsb-release gobject-introspection yelp-tools
appstream-glib git meson)
checkdepends=(xorg-server-xvfb)