mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/vlc to 3.0.20-10
This commit is contained in:
parent
a0e178f331
commit
75b3bfab2b
3 changed files with 7 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = vlc
|
||||
pkgdesc = Multi-platform MPEG, VCD/DVD, and DivX player
|
||||
pkgver = 3.0.20
|
||||
pkgrel = 9
|
||||
pkgrel = 10
|
||||
url = https://www.videolan.org/vlc/
|
||||
arch = x86_64
|
||||
license = GPL-2.0-or-later
|
||||
|
|
4
extra/vlc/.nvchecker.toml
Normal file
4
extra/vlc/.nvchecker.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
[vlc]
|
||||
source = "regex"
|
||||
url = "https://www.videolan.org/vlc/download-sources.html"
|
||||
regex = "Latest VLC source code tarball \\(([0-9\\.]+)\\):"
|
|
@ -11,7 +11,7 @@ _vlcver=3.0.20
|
|||
# optional fixup version including hyphen
|
||||
_vlcfixupver=
|
||||
pkgver=${_vlcver}${_vlcfixupver//-/.r}
|
||||
pkgrel=9
|
||||
pkgrel=10
|
||||
pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
|
||||
url='https://www.videolan.org/vlc/'
|
||||
arch=('x86_64')
|
||||
|
@ -233,7 +233,7 @@ prepare() {
|
|||
build() {
|
||||
cd ${pkgname}-${_vlcver}
|
||||
|
||||
export CFLAGS+=" -I/usr/include/samba-4.0 -ffat-lto-objects"
|
||||
export CFLAGS+=" -I/usr/include/samba-4.0 -ffat-lto-objects -Wno-incompatible-pointer-types"
|
||||
export CPPFLAGS+=" -I/usr/include/samba-4.0"
|
||||
export CXXFLAGS+=" -std=c++17"
|
||||
export PKG_CONFIG_PATH="/usr/lib/ffmpeg4.4/pkgconfig"
|
||||
|
|
Loading…
Reference in a new issue