fix: video load

Applying d8f9797 commit patch to fix the video load bug.
https://www.mail-archive.com/kde-bugs-dist@kde.org/msg700354.html
This commit is contained in:
Pelayo García 2022-11-21 14:49:12 +01:00 committed by GitHub
parent 5e4925424f
commit 107b499f98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -31,12 +31,14 @@ source=("https://download.kde.org/stable/${pkgname}/${_tar}.tar.xz"
"https://invent.kde.org/multimedia/subtitlecomposer/-/commit/4f4f560e40ba0b760cf688eb024be3cc734ca347.patch")
sha256sums=('ef9cb3c0c1fe1f40cf9d8e795859b9b28adf2da3be77a076d46bc28df4cd0255'
'SKIP'
'012d89a4c3e328c0dca02a85113ac5f01b52a398de5dc2ed75d2d5d14b36886d')
'012d89a4c3e328c0dca02a85113ac5f01b52a398de5dc2ed75d2d5d14b36886d'
'4044626bbd5682692cffd458be70313318f7e665f22df0fe7648acee28064aa1')
validpgpkeys=('76F79007A54A4B68F1547928E2418746EF9D9B26')
prepare() {
cd "${srcdir}/${_tar}"
patch -p1 -i "$srcdir/4f4f560e40ba0b760cf688eb024be3cc734ca347.patch"
patch -p1 -i "$srcdir/d8f9797d9c0d45fa9f4402f79c539544b74d2cc7.patch"
}
build() {