Skip to content
Snippets Groups Projects
Verified Commit 274feecc authored by Antonio Rojas's avatar Antonio Rojas
Browse files

upgpkg: 6.9.0beta1-2: Workaround playback issues with system FFmpeg

parent 02c98dbd
No related branches found
No related tags found
No related merge requests found
pkgbase = qt6-webengine
pkgdesc = Provides support for web applications using the Chromium browser project
pkgver = 6.8.1
pkgver = 6.9.0beta1
pkgrel = 2
url = https://www.qt.io
arch = x86_64
......@@ -69,10 +69,10 @@ pkgbase = qt6-webengine
depends = ttf-font
depends = zlib
optdepends = pipewire: WebRTC desktop sharing under Wayland
source = git+https://code.qt.io/qt/qtwebengine#tag=v6.8.1
source = git+https://code.qt.io/qt/qtwebengine#tag=v6.9.0-beta1
source = git+https://code.qt.io/qt/qtwebengine-chromium
source = disable-ffmpeg-allow-lists.patch
sha256sums = 44c5f3bfe85551a81e733283782f2bd4050e35bde2aeb34fc0cb4d2bb0526fd1
sha256sums = e61a834a6323b2cabcbb716594172caf3f5ddae59412e8f96a2fcdb7272c1e81
sha256sums = SKIP
sha256sums = e6c5ea6e10c032ed36090433c7c8c41ac0dd301c798d5877301d69469d43f1ec
......
......@@ -77,17 +77,11 @@ optdepends=('pipewire: WebRTC desktop sharing under Wayland')
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver
<<<<<<< HEAD
git+https://code.qt.io/qt/qtwebengine-chromium)
sha256sums=('e61a834a6323b2cabcbb716594172caf3f5ddae59412e8f96a2fcdb7272c1e81'
'SKIP')
=======
git+https://code.qt.io/qt/qtwebengine-chromium
disable-ffmpeg-allow-lists.patch)
sha256sums=('44c5f3bfe85551a81e733283782f2bd4050e35bde2aeb34fc0cb4d2bb0526fd1'
sha256sums=('e61a834a6323b2cabcbb716594172caf3f5ddae59412e8f96a2fcdb7272c1e81'
'SKIP'
'e6c5ea6e10c032ed36090433c7c8c41ac0dd301c798d5877301d69469d43f1ec')
>>>>>>> 8c5a87c (Fix playback issues)
prepare() {
cd $_pkgfn
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment