Date: Wednesday, October 5, 2022 @ 14:34:46
Author: alucryd
Revision: 457276
FS#76096: rebuild after libebml ABI breakage
Modified:
vlc/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-05 14:21:50 UTC (rev 457275)
+++ PKGBUILD 2022-10-05 14:34:46 UTC (rev 457276)
@@ -8,7 +8,7 @@
# 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')
@@ -136,6 +136,7 @@
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)"