summaryrefslogtreecommitdiffstats
path: root/multimedia/vlc
diff options
context:
space:
mode:
author Matteo Bernardini2018-06-30 11:03:14 +0200
committer Matteo Bernardini2018-06-30 11:03:14 +0200
commit6f78c5c4a1e635f8b874c40badcb9f53de7427ac (patch)
treeaa0e46529d3a1d19fdbe48b038cf1a430e30a5b2 /multimedia/vlc
parentb13bac81600f381d328cd59ccfee57213fce3907 (diff)
downloadslackbuilds-current-20180630.1.tar.gz
20180630.1 global branch merge.current-20180630.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'multimedia/vlc')
-rw-r--r--multimedia/vlc/README4
-rw-r--r--multimedia/vlc/vlc.SlackBuild3
2 files changed, 2 insertions, 5 deletions
diff --git a/multimedia/vlc/README b/multimedia/vlc/README
index d1ecfa9112..486733ea48 100644
--- a/multimedia/vlc/README
+++ b/multimedia/vlc/README
@@ -37,7 +37,3 @@ Please advise the maintainer to suggest support for any further options.
*NOTES*
- the qt4 interface seems not to be working ATM so the qt5 one is
enabled by default: this means qt5 is a new mandatory dependency
-- you *need* to version-bump the libva and libva-intel-driver in
- Slackware to versions 1.7.3 for VAAPI support: as we suppose
- a standard install, "--enable-libva=no" is added between the
- configure options, instead
diff --git a/multimedia/vlc/vlc.SlackBuild b/multimedia/vlc/vlc.SlackBuild
index c66f6861cf..f171c8f8d5 100644
--- a/multimedia/vlc/vlc.SlackBuild
+++ b/multimedia/vlc/vlc.SlackBuild
@@ -81,6 +81,8 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
+sed -i '/DEPRECATED/s:^://:' modules/text_renderer/freetype/text_layout.c
+
patch -p0 < $CWD/patch-projectM-fontpath.diff
patch -p0 < $CWD/patch_vlc_cache_gen.diff
@@ -108,7 +110,6 @@ LDFLAGS="$SLKLDFLAGS" \
$wayland \
$opencv \
--enable-merge-ffmpeg \
- --enable-libva=no \
--with-kde-solid=no \
make