extra/vlc to 3.0.17.4-9

This commit is contained in:
Kevin Mihelich 2022-10-05 23:31:51 +00:00
parent fec8a1aec5
commit db575fd198

View file

@ -11,7 +11,7 @@ _vlcver=3.0.17.4
# optional fixup version including hyphen
_vlcfixupver=
pkgver=${_vlcver}${_vlcfixupver//-/.r}
pkgrel=8
pkgrel=9
pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
url='https://www.videolan.org/vlc/'
arch=('x86_64')
@ -139,6 +139,7 @@ build() {
export CFLAGS+=" -I/usr/include/samba-4.0 -ffat-lto-objects"
export CPPFLAGS+=" -I/usr/include/samba-4.0"
export CXXFLAGS+=" -std=c++11"
export PKG_CONFIG_PATH="/usr/lib/ffmpeg4.4/pkgconfig"
# upstream doesn't support lua 5.4 yet: https://trac.videolan.org/vlc/ticket/25036
export LUAC=/usr/bin/luac5.2
export LUA_LIBS="$(pkg-config --libs lua5.2)"