diff options
author | raschi.alex@gmail.com <raschi.alex@gmail.com> | 2018-10-02 21:36:26 +0200 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-10-15 09:04:11 +0000 |
commit | 27422f5c7c8adcb16c85eef4f61880790162116a (patch) | |
tree | 99174fb48f7f622dec37bd9bcbe1d58df4839453 | |
parent | 0da5ab1247787e861b8f4abb2c89f133b99782d0 (diff) | |
download | aports-27422f5c7c8adcb16c85eef4f61880790162116a.tar.bz2 aports-27422f5c7c8adcb16c85eef4f61880790162116a.tar.xz |
community/gst-plugins-bad: enable opus support
* fixes #9262
The issue was not webkit2gtk itself but rather gst-plugins-bad which was
built without opus support, youtube uses this codec for 1080p videos.
To test run luakit with enable_mediasource = true and try to watch a
1080p video on youtube.
-rw-r--r-- | community/gst-plugins-bad/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/gst-plugins-bad/APKBUILD b/community/gst-plugins-bad/APKBUILD index 116fd58626..f497abf744 100644 --- a/community/gst-plugins-bad/APKBUILD +++ b/community/gst-plugins-bad/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gst-plugins-bad pkgver=1.14.2 -pkgrel=0 +pkgrel=1 pkgdesc="GStreamer bad plugins" url="https://gstreamer.freedesktop.org" arch="all" @@ -39,6 +39,7 @@ makedepends=" libass-dev libsrtp-dev orc-compiler + opus-dev " subpackages="$pkgname-lang $pkgname-dev $pkgname-doc" source="https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-$pkgver.tar.xz |