This commit is contained in:
joborun linux 2023-07-03 11:31:33 +03:00
parent 209c7ea350
commit 17f2cec8b1
3 changed files with 7 additions and 6 deletions

View File

@ -10,7 +10,7 @@ _vlcver=3.0.18
# optional fixup version including hyphen
_vlcfixupver=
pkgver=${_vlcver}${_vlcfixupver//-/.r}
pkgrel=011
pkgrel=012
pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player - no systemd,avahi,dbus '
url='https://www.videolan.org/vlc/'
# NOTE: switch to ffmpeg4.4, as ffmpeg >= 5 requires extensive changes disabling VAAPI (only supported with vlc >= 4)
@ -125,7 +125,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 CXXFLAGS+=" -std=c++17"
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
@ -263,4 +263,6 @@ sha256sums=(57094439c365d8aa8b9b41fa3080cc0eef2befe6025bb5cef722accc625aedec #
b98043683dd90d3f5a3f501212dfc629839b661100de5ac79fd30cb7b4a06f13 # update-vlc-plugin-cache.hook
7c2643e43322891287b6a67043656d16ca3cb075a55c911b0e159d625061c45a) # c2dd4bfe.patch
## 8655d5a5189d08710fb1969a5f2ec3130174ffacede68458070662dfefbcbf37 vlc-3.0.18-011-x86_64.pkg.tar.lz
## f91ce9525ac2578b574e09259855d9f8878a210fdbe78b81a0c994cf48b33e87 vlc-3.0.18-012-x86_64.pkg.tar.lz

View File

@ -8,7 +8,7 @@ _vlcver=3.0.18
# optional fixup version including hyphen
_vlcfixupver=
pkgver=${_vlcver}${_vlcfixupver//-/.r}
pkgrel=11
pkgrel=12
pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
url='https://www.videolan.org/vlc/'
arch=('x86_64')
@ -133,7 +133,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 CXXFLAGS+=" -std=c++17"
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

View File

@ -89,4 +89,3 @@ libgit2
sdl12-compat