diff options
Diffstat (limited to 'multimedia/vlc/vlc.SlackBuild')
-rw-r--r-- | multimedia/vlc/vlc.SlackBuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/multimedia/vlc/vlc.SlackBuild b/multimedia/vlc/vlc.SlackBuild index 5eabff2773e1c..9f03914a3e8bf 100644 --- a/multimedia/vlc/vlc.SlackBuild +++ b/multimedia/vlc/vlc.SlackBuild @@ -8,6 +8,7 @@ # Copyright (c) 2007,2008,2009,2010,2011 Eric Hameleers, Eindhoven, Netherlands # Copyright (c) 2014-2022 Christoph Willing, Brisbane, Australia # Copyright (c) 2022 Bill Kirkpatrick, Bay City, Texas, USA +# Copyright (c) 2023 Tim Dickson, Scotland # All rights reserved. # # Redistribution and use of this script, with or without modification is @@ -37,11 +38,14 @@ # 20220215 bkw: Modified by SlackBuilds.org: # - stop the build if libebml is installed, since it will fail. +# 20230224 tjd: updated for 3.0.18 added patch to disable libplacebo +# thanks to bkw + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=vlc -VERSION=${VERSION:-3.0.17.3} -BUILD=${BUILD:-4} +VERSION=${VERSION:-3.0.18} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -127,6 +131,7 @@ LDFLAGS="$SLKLDFLAGS" \ --enable-qt=5 \ --enable-merge-ffmpeg \ --disable-upnp \ + --disable-libplacebo \ $wayland \ $runasroot \ $aom \ |