~alpine/aports

[alpine-aports] [PATCH] community/gst-plugins-bad: enable opus support

Details
Message ID
<20181002193626.24860-1-raschi.alex@gmail.com>
Sender timestamp
1538508986
DKIM signature
missing
Download raw message
Patch: +2 -1
* 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.
---
 community/gst-plugins-bad/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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
-- 
2.19.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)