mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/vlc to 3.0.18-12
This commit is contained in:
parent
62dc966a0b
commit
4ddfce4beb
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ _vlcver=3.0.18
|
||||||
# optional fixup version including hyphen
|
# optional fixup version including hyphen
|
||||||
_vlcfixupver=
|
_vlcfixupver=
|
||||||
pkgver=${_vlcver}${_vlcfixupver//-/.r}
|
pkgver=${_vlcver}${_vlcfixupver//-/.r}
|
||||||
pkgrel=11
|
pkgrel=12
|
||||||
pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
|
pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
|
||||||
url='https://www.videolan.org/vlc/'
|
url='https://www.videolan.org/vlc/'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -136,7 +136,7 @@ build() {
|
||||||
|
|
||||||
export CFLAGS+=" -I/usr/include/samba-4.0 -ffat-lto-objects"
|
export CFLAGS+=" -I/usr/include/samba-4.0 -ffat-lto-objects"
|
||||||
export CPPFLAGS+=" -I/usr/include/samba-4.0"
|
export CPPFLAGS+=" -I/usr/include/samba-4.0"
|
||||||
export CXXFLAGS+=" -std=c++11"
|
export CXXFLAGS+=" -std=c++17"
|
||||||
export PKG_CONFIG_PATH="/usr/lib/ffmpeg4.4/pkgconfig"
|
export PKG_CONFIG_PATH="/usr/lib/ffmpeg4.4/pkgconfig"
|
||||||
# upstream doesn't support lua 5.4 yet: https://trac.videolan.org/vlc/ticket/25036
|
# upstream doesn't support lua 5.4 yet: https://trac.videolan.org/vlc/ticket/25036
|
||||||
export LUAC=/usr/bin/luac5.2
|
export LUAC=/usr/bin/luac5.2
|
||||||
|
|
Loading…
Reference in a new issue