mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/vlc to 3.0.4-7
This commit is contained in:
parent
97baffc1f6
commit
efcf9f6e95
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,7 @@ _vlcver=3.0.4
|
|||
# optional fixup version including hyphen
|
||||
_vlcfixupver=
|
||||
pkgver=${_vlcver}${_vlcfixupver//-/.r}
|
||||
pkgrel=6
|
||||
pkgrel=7
|
||||
pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
|
||||
url='https://www.videolan.org/vlc/'
|
||||
arch=('x86_64')
|
||||
|
@ -120,6 +120,8 @@ prepare() {
|
|||
msg2 "Applying patch $src..."
|
||||
patch -Np1 < "../$src"
|
||||
done
|
||||
# libplacebo 0.6 API
|
||||
sed 's|pl_shader_alloc(tc->pl_ctx, NULL, 0, 0);|pl_shader_alloc(tc->pl_ctx, NULL, 0);|' -i modules/video_output/opengl/vout_helper.c
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue