extra/vlc to 3.0.20-10

This commit is contained in:
Kevin Mihelich 2024-06-21 23:03:56 +00:00
parent a0e178f331
commit 75b3bfab2b
3 changed files with 7 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = vlc pkgbase = vlc
pkgdesc = Multi-platform MPEG, VCD/DVD, and DivX player pkgdesc = Multi-platform MPEG, VCD/DVD, and DivX player
pkgver = 3.0.20 pkgver = 3.0.20
pkgrel = 9 pkgrel = 10
url = https://www.videolan.org/vlc/ url = https://www.videolan.org/vlc/
arch = x86_64 arch = x86_64
license = GPL-2.0-or-later license = GPL-2.0-or-later

View 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\\.]+)\\):"

View file

@ -11,7 +11,7 @@ _vlcver=3.0.20
# optional fixup version including hyphen # optional fixup version including hyphen
_vlcfixupver= _vlcfixupver=
pkgver=${_vlcver}${_vlcfixupver//-/.r} pkgver=${_vlcver}${_vlcfixupver//-/.r}
pkgrel=9 pkgrel=10
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')
@ -233,7 +233,7 @@ prepare() {
build() { build() {
cd ${pkgname}-${_vlcver} 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 CPPFLAGS+=" -I/usr/include/samba-4.0"
export CXXFLAGS+=" -std=c++17" export CXXFLAGS+=" -std=c++17"
export PKG_CONFIG_PATH="/usr/lib/ffmpeg4.4/pkgconfig" export PKG_CONFIG_PATH="/usr/lib/ffmpeg4.4/pkgconfig"