vlc: Backport 'vout_opengl: add compatibility alias for libplacebo v5'
This commit is contained in:
@@ -8,7 +8,7 @@ pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
|
||||
conflicts=("${MINGW_PACKAGE_PREFIX}-${_realname}-git")
|
||||
replaces=("${MINGW_PACKAGE_PREFIX}-${_realname}-git")
|
||||
pkgver=3.0.18
|
||||
pkgrel=7
|
||||
pkgrel=8
|
||||
pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
@@ -105,7 +105,8 @@ source=(https://get.videolan.org/${_realname}/${pkgver}/${_realname}-${pkgver}.t
|
||||
0019-qt5-headers.patch
|
||||
0023-opencv4-support.patch
|
||||
0025-iovec-redefined.patch
|
||||
0026-fix-libsynchronization-check.patch)
|
||||
0026-fix-libsynchronization-check.patch
|
||||
https://code.videolan.org/videolan/vlc/-/commit/65ea8d19d91ac1599a29e8411485a72fe89c45e2.patch)
|
||||
sha256sums=('57094439c365d8aa8b9b41fa3080cc0eef2befe6025bb5cef722accc625aedec'
|
||||
'130cdf7655deca92fd28dd177cd99aab24113bd1052700896046b66acbcb1f2d'
|
||||
'8f40d57bb087306e5099c5b9067dacca0479c4dc9e45eb902ad04eeb3fb83ef3'
|
||||
@@ -117,7 +118,8 @@ sha256sums=('57094439c365d8aa8b9b41fa3080cc0eef2befe6025bb5cef722accc625aedec'
|
||||
'278e6111e467dfb1b6b4228489dc6ab029abfa11df3c77d8cd8021987a11b4ea'
|
||||
'b7651185a3c78c4bbfd3ef92b9af0d894cc6276754447d9fd705c46df7a33526'
|
||||
'2b0f45a93c804e8e6e59a56d0ed82d2bc703a3b7ef166aa98ad311d9b15d4f08'
|
||||
'54ddd07473da265ebaff7d928a23bcc639354513d5e0677afe21b6496f934625')
|
||||
'54ddd07473da265ebaff7d928a23bcc639354513d5e0677afe21b6496f934625'
|
||||
'695f984f5974343fd44a8208a7170f85d2253ffd3a276171556e2e02b4bc8fcf')
|
||||
|
||||
apply_patch_with_msg() {
|
||||
for _patch in "$@"
|
||||
@@ -140,7 +142,8 @@ prepare() {
|
||||
0007-Mingw-load-libraries-not-only-from-system32.patch \
|
||||
0019-qt5-headers.patch \
|
||||
0025-iovec-redefined.patch \
|
||||
0026-fix-libsynchronization-check.patch
|
||||
0026-fix-libsynchronization-check.patch \
|
||||
65ea8d19d91ac1599a29e8411485a72fe89c45e2.patch
|
||||
|
||||
./bootstrap
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user