Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions multimedia/vlc/vlc.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+

# thanks to USUARIONUEVO on LQ!
sed -i 's/gstvideopool.h/video.h/' modules/codec/gstreamer/gstvlcvideopool.h

CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
LDFLAGS="$SLKLDFLAGS" \
Expand All @@ -135,6 +138,8 @@ LDFLAGS="$SLKLDFLAGS" \
--enable-merge-ffmpeg \
--disable-libplacebo \
--disable-upnp \
--disable-opencv \
--disable-libass \
$wayland \
$runasroot \
$aom \
Expand Down
2 changes: 1 addition & 1 deletion multimedia/vlc/vlc.info
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ DOWNLOAD="https://get.videolan.org/vlc/3.0.23/vlc-3.0.23.tar.xz"
MD5SUM="ebc3f0d0a94785fd2b2df4087516938e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libass libdc1394 libdvbpsi libmpeg2 lua portaudio twolame gsm libtar libkate faac libdca libshout avahi projectM jack libsidplay2 zvbi faad2 libavc1394 libmodplug musepack-tools vcdimager dirac gnome-vfs live555 rtmpdump libdvdcss schroedinger libminizip chromaprint x264 x265 libnfs protobuf3"
REQUIRES="libdc1394 libdvbpsi libmpeg2 portaudio twolame gsm libtar libkate faac libdca libshout projectM jack libsidplay2 zvbi faad2 libavc1394 libmodplug musepack-tools vcdimager dirac gnome-vfs live555 rtmpdump libdvdcss schroedinger libminizip chromaprint x264 x265 libnfs"
MAINTAINER="Antonio Leal"
EMAIL="antonioleal@yahoo.com"
Loading