[arch-commits] Commit in vlc/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Thu Nov 15 01:03:12 UTC 2018


    Date: Thursday, November 15, 2018 @ 01:03:12
  Author: anthraxx
Revision: 339697

upgpkg: vlc 3.0.4-7 (libplacebo rebuild)

Modified:
  vlc/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-15 00:41:04 UTC (rev 339696)
+++ PKGBUILD	2018-11-15 01:03:12 UTC (rev 339697)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=6
+pkgrel=7
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
@@ -117,6 +117,8 @@
     msg2 "Applying patch $src..."
     patch -Np1 < "../$src"
   done
+  # libplacebo 0.6 API
+  sed 's|pl_shader_alloc(tc->pl_ctx, NULL, 0, 0);|pl_shader_alloc(tc->pl_ctx, NULL, 0);|' -i modules/video_output/opengl/vout_helper.c
 }
 
 build() {



More information about the arch-commits mailing list