git » vlc.git » commit 36c4fa4

FS#76096: rebuild after libebml ABI breakage

author Maxime Gauduin
2022-10-05 14:34:46 UTC
committer Maxime Gauduin
2022-10-05 14:34:46 UTC
parent ab025593b111c57768c2ba7eea8e033adfe83cfb

FS#76096: rebuild after libebml ABI breakage

PKGBUILD +2 -1

diff --git a/PKGBUILD b/PKGBUILD
index 9436d66..ed29181 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,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')
@@ -136,6 +136,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)"