summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQue Quotion2018-04-29 19:27:52 +0900
committerQue Quotion2018-04-29 19:27:52 +0900
commitcd673e9728085ce616a898d209452afc46eb2bbb (patch)
tree83d8bb0f5b5e232d817182c76825e8d39803d6cd
parentd015d6264409a81f9022f37604c67c39b041b72c (diff)
downloadaur-cd673e9728085ce616a898d209452afc46eb2bbb.tar.gz
Add gst-libav as a dependency: needed to watch about a third of all online streaming video (html5?)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d4f8f4d0557..d5e8e17377ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = epiphany-pantheon-bzr
pkgdesc = A GNOME web browser based on the WebKit rendering engine, with Elementary OS patches
pkgver = 3.27.90.1ubuntu1.r20
- pkgrel = 2
+ pkgrel = 3
url = http://www.gnome.org/projects/epiphany/
arch = i686
arch = x86_64
@@ -21,6 +21,7 @@ pkgbase = epiphany-pantheon-bzr
depends = gcr
depends = libhttpseverywhere
depends = libdazzle
+ depends = gst-libav
provides = epiphany
provides = epiphany-sync
conflicts = epiphany
diff --git a/PKGBUILD b/PKGBUILD
index 1260e6670251..77aef255e757 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@ pkgname=$_pkgname-pantheon-bzr
ephyver=3.27.90-1ubuntu1
ubunturel=bionic
pkgver=3.27.90.1ubuntu1.r20
-pkgrel=2
+pkgrel=3
pkgdesc="A GNOME web browser based on the WebKit rendering engine, with Elementary OS patches"
url="http://www.gnome.org/projects/epiphany/"
arch=('i686' 'x86_64')
license=('GPL')
-depends=('webkit2gtk>=2.19.4' gcr libhttpseverywhere libdazzle)
+depends=('webkit2gtk>=2.19.4' gcr libhttpseverywhere libdazzle gst-libav)
makedepends=(meson docbook-xml startup-notification lsb-release
gobject-introspection yelp-tools autoconf-archive appstream-glib bzr)
groups=(pantheon-unstable pantheon-qq)