summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob McCathie2016-04-06 22:12:09 +1000
committerRob McCathie2016-04-06 22:12:09 +1000
commit08749d2ee898bbccf51e8e7837e02085585372f6 (patch)
tree9712422a48c35a5e236c3542152cc13aa53ce840
parent00decb25e26c02083c31214c31c4268c560c8b65 (diff)
downloadaur-08749d2ee898bbccf51e8e7837e02085585372f6.tar.gz
didn't realise BOTH good and libav gst is needed for h.264
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f082f1d7b758..54e67ce95cad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by makepkg 5.0.1
-# Wed Apr 6 12:02:56 UTC 2016
+# Wed Apr 6 12:11:16 UTC 2016
pkgbase = palemoon-bin
pkgdesc = Open source web browser based on Firefox focusing on efficiency.
pkgver = 26.2.0
@@ -20,6 +20,7 @@ pkgbase = palemoon-bin
depends = alsa-lib
optdepends = palemoon-i18n-default: language pack for system active language
optdepends = gst-plugins-bad: aac and mp3 audio playback
+ optdepends = gst-plugins-good: h.264 video playback
optdepends = gst-libav: h.264 video playback
optdepends = hunspell: spell checker and morphological analyzer
optdepends = hyphen: library for hyphenation and justification
diff --git a/PKGBUILD b/PKGBUILD
index 52ea99b94d15..b959eac44ba9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ license=('MPL' 'GPL' 'LGPL')
depends=('gtk2' 'dbus-glib' 'desktop-file-utils' 'libxt' 'mime-types' 'nss' 'alsa-lib')
optdepends=('palemoon-i18n-default: language pack for system active language'
'gst-plugins-bad: aac and mp3 audio playback'
+ 'gst-plugins-good: h.264 video playback'
'gst-libav: h.264 video playback'
'hunspell: spell checker and morphological analyzer'
'hyphen: library for hyphenation and justification')