David Runge pushed to branch main at Arch Linux / Packaging / Packages / vlc
Commits: 7e9f9148 by David Runge at 2026-02-02T00:05:08+01:00 Explicitly disable sndio, as we don't use it Signed-off-by: David Runge <[email protected]> - - - - - 04c03a45 by David Runge at 2026-02-02T00:11:17+01:00 upgpkg: 3.0.21-33 Rebuild against lua 5.5 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = vlc pkgdesc = Free and open source cross-platform multimedia player and framework pkgver = 3.0.21 - pkgrel = 32 + pkgrel = 33 url = https://www.videolan.org/vlc/ arch = x86_64 license = GPL-2.0-or-later ===================================== PKGBUILD ===================================== @@ -16,7 +16,7 @@ _vlcver=3.0.21 # optional fixup version including hyphen _vlcfixupver= pkgver=$_vlcver${_vlcfixupver//-/.r} -pkgrel=32 +pkgrel=33 pkgdesc='Free and open source cross-platform multimedia player and framework' url=https://www.videolan.org/vlc/ arch=(x86_64) @@ -174,6 +174,7 @@ build() { --disable-opencv --disable-rpath --disable-schroedinger + --disable-sndio --disable-update-check --enable-a52 --enable-aa View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/vlc/-/compare/2669a4152ec1445ed7b9a062090ea027a078269a...04c03a45d14ca68dd284287a6dca3d09417a1839 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/vlc/-/compare/2669a4152ec1445ed7b9a062090ea027a078269a...04c03a45d14ca68dd284287a6dca3d09417a1839 You're receiving this email because of your account on gitlab.archlinux.org.
