diff options
author | Christoph Willing <chris.willing@iinet.net.au> | 2017-01-13 14:56:46 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-15 06:35:39 +0700 |
commit | 2794d0d471f1a595d337cf64275e93a2d91e1638 (patch) | |
tree | 676b44a8f27408781e2aec923be0953464cf292f /multimedia/vlc | |
parent | 7a1acd5860af0bcf7c0eb9f3a4f2f2e59223dd0a (diff) | |
download | slackbuilds-2794d0d471f1a595d337cf64275e93a2d91e1638.tar.gz |
multimedia/vlc: Adjust for arm architecture
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
Diffstat (limited to 'multimedia/vlc')
-rw-r--r-- | multimedia/vlc/README | 3 | ||||
-rw-r--r-- | multimedia/vlc/vlc.SlackBuild | 4 | ||||
-rw-r--r-- | multimedia/vlc/vlc.info | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/multimedia/vlc/README b/multimedia/vlc/README index 1aab89deab..80eda6636e 100644 --- a/multimedia/vlc/README +++ b/multimedia/vlc/README @@ -12,4 +12,7 @@ are detected at build time, they will be included. Conversely if optional packages are not available at build time, vlc will continue to build with a reduced feature set. +The vsxu SlackBuild is now optional for x86 machines; removed from +REQUIRES since it does not compile on arm machines at the moment. + Please advise the maintainer to suggest support for any further options. diff --git a/multimedia/vlc/vlc.SlackBuild b/multimedia/vlc/vlc.SlackBuild index 85e2969e08..ed492cb6a8 100644 --- a/multimedia/vlc/vlc.SlackBuild +++ b/multimedia/vlc/vlc.SlackBuild @@ -6,7 +6,7 @@ # modified to build VLC only, shared libraries needed. # Copyright (c) 2007,2008,2009,2010,2011 Eric Hameleers, Eindhoven, Netherlands -# Copyright (c) 2014-2016 Christoph Willing, Brisbane, Australia +# Copyright (c) 2014-2017 Christoph Willing, Brisbane, Australia # # Permission to use, copy, modify, and distribute this software for # any purpose with or without fee is hereby granted, provided that @@ -29,7 +29,7 @@ PRGNAM=vlc VERSION=${VERSION:-2.2.4} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then diff --git a/multimedia/vlc/vlc.info b/multimedia/vlc/vlc.info index 376d64c07e..35ead9c467 100644 --- a/multimedia/vlc/vlc.info +++ b/multimedia/vlc/vlc.info @@ -5,6 +5,6 @@ DOWNLOAD="http://download.videolan.org/vlc/2.2.4/vlc-2.2.4.tar.xz" MD5SUM="55666c9898f658c7fcca12725bf7dd1b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="libass libdc1394 libdvbpsi libmpeg2 libupnp lua portaudio twolame opus ffmpeg libwebp gsm opencv libtar libkate faac libdca libmatroska libshout speex avahi projectM jack-audio-connection-kit libsidplay2 zvbi faad2 libavc1394 libmodplug musepack-tools vcdimager dirac vsxu gnome-vfs live555 rtmpdump libdvdcss fluidsynth schroedinger libminizip chromaprint x264 x265 libbluray" +REQUIRES="libass libdc1394 libdvbpsi libmpeg2 libupnp lua portaudio twolame opus ffmpeg libwebp gsm opencv libtar libkate faac libdca libmatroska libshout speex avahi projectM jack-audio-connection-kit libsidplay2 zvbi faad2 libavc1394 libmodplug musepack-tools vcdimager dirac gnome-vfs live555 rtmpdump libdvdcss fluidsynth schroedinger libminizip chromaprint x264 x265 libbluray" MAINTAINER="Christoph Willing" EMAIL="chris.willing@linux.com" |