2017-05-22 22:24:39 +00:00
|
|
|
# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
|
|
|
|
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
|
2015-08-06 00:55:17 +00:00
|
|
|
# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca>
|
|
|
|
# Contributor: Martin Sandsmark <martin.sandsmark@kde.org>
|
|
|
|
|
|
|
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
|
|
|
# - enable gles2
|
|
|
|
|
|
|
|
pkgname=vlc
|
2019-08-21 19:18:29 +00:00
|
|
|
_vlcver=3.0.8
|
2018-08-16 23:18:15 +00:00
|
|
|
# optional fixup version including hyphen
|
2018-09-04 00:44:06 +00:00
|
|
|
_vlcfixupver=
|
2018-08-16 23:18:15 +00:00
|
|
|
pkgver=${_vlcver}${_vlcfixupver//-/.r}
|
2019-10-27 20:19:37 +00:00
|
|
|
pkgrel=3
|
2017-05-22 22:24:39 +00:00
|
|
|
pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
|
|
|
|
url='https://www.videolan.org/vlc/'
|
2017-12-03 16:12:40 +00:00
|
|
|
arch=('x86_64')
|
2015-08-06 00:55:17 +00:00
|
|
|
license=('LGPL2.1' 'GPL2')
|
2019-06-06 00:54:35 +00:00
|
|
|
# TODO: libplacebo https://github.com/haasn/libplacebo/commit/65ddefbadc3481a7835baa23701a7a2992ca2768
|
2018-09-25 23:18:20 +00:00
|
|
|
depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy' 'lua' 'libidn'
|
2018-03-09 18:58:12 +00:00
|
|
|
'libmatroska' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 'libmad'
|
|
|
|
'libmpeg2' 'xcb-util-keysyms' 'libtar' 'libxinerama' 'libsecret'
|
|
|
|
'libarchive' 'qt5-base' 'qt5-x11extras' 'qt5-svg' 'freetype2'
|
2019-06-06 00:54:35 +00:00
|
|
|
'fribidi' 'harfbuzz' 'fontconfig' 'libxml2' 'gnutls' # 'libplacebo'
|
2018-09-25 23:18:20 +00:00
|
|
|
'wayland-protocols' 'aribb24')
|
2018-03-09 18:58:12 +00:00
|
|
|
makedepends=('gst-plugins-base-libs' 'live-media' 'libnotify' 'libbluray'
|
2018-08-19 17:35:58 +00:00
|
|
|
'flac' 'libdc1394' 'libavc1394' 'libcaca' 'gtk3'
|
2019-02-25 14:42:16 +00:00
|
|
|
'librsvg' 'libgme' 'xosd' 'twolame' 'aalib' 'avahi' 'systemd-libs'
|
2018-03-09 18:58:12 +00:00
|
|
|
'libmtp' 'libupnp' 'libmicrodns' 'libdvdcss' 'smbclient'
|
2018-05-12 16:44:10 +00:00
|
|
|
'vcdimager' 'libssh2' 'mesa' 'protobuf' 'libnfs' 'mpg123'
|
2018-03-09 18:58:12 +00:00
|
|
|
'libdvdread' 'libdvdnav' 'libogg' 'libshout' 'libmodplug' 'libvpx'
|
|
|
|
'libvorbis' 'speex' 'opus' 'libtheora' 'libpng' 'libjpeg-turbo'
|
|
|
|
'libx265.so' 'libx264.so' 'zvbi' 'libass' 'libkate' 'libtiger'
|
|
|
|
'sdl_image' 'libpulse' 'alsa-lib' 'jack' 'libsamplerate' 'libsoxr'
|
2019-01-12 03:04:14 +00:00
|
|
|
'lirc' 'libgoom2' 'projectm' 'chromaprint' 'aom' 'srt' 'dav1d')
|
2018-03-09 18:58:12 +00:00
|
|
|
optdepends=('avahi: service discovery using bonjour protocol'
|
2019-01-12 03:04:14 +00:00
|
|
|
'aom: AOM AV1 codec'
|
2018-03-09 18:58:12 +00:00
|
|
|
'gst-plugins-base-libs: for libgst plugins'
|
2019-01-12 03:04:14 +00:00
|
|
|
'dav1d: dav1d AV1 decoder'
|
2018-03-09 18:58:12 +00:00
|
|
|
'libdvdcss: decoding encrypted DVDs'
|
|
|
|
'libavc1394: devices using the 1394ta AV/C'
|
|
|
|
'libdc1394: IEEE 1394 access plugin'
|
|
|
|
'kwallet: kwallet keystore'
|
|
|
|
'libva-vdpau-driver: vdpau backend nvidia'
|
|
|
|
'libva-intel-driver: video backend intel'
|
|
|
|
'libbluray: Blu-Ray video input'
|
|
|
|
'flac: Free Lossless Audio Codec plugin'
|
|
|
|
'twolame: TwoLAME mpeg2 encoder plugin'
|
|
|
|
'libgme: Game Music Emu plugin'
|
2015-08-06 00:55:17 +00:00
|
|
|
'vcdimager: navigate VCD with libvcdinfo'
|
2018-03-09 18:58:12 +00:00
|
|
|
'libmtp: MTP devices discovery'
|
2019-02-25 14:42:16 +00:00
|
|
|
'systemd-libs: udev services discovery'
|
2018-03-09 18:58:12 +00:00
|
|
|
'smbclient: SMB access plugin'
|
|
|
|
'libcdio: audio CD playback'
|
2019-10-27 20:19:37 +00:00
|
|
|
'gnu-free-fonts: subtitle font '
|
2018-03-09 18:58:12 +00:00
|
|
|
'ttf-dejavu: subtitle font'
|
|
|
|
'libssh2: sftp access'
|
|
|
|
'libnfs: NFS access'
|
|
|
|
'mpg123: mpg123 codec'
|
|
|
|
'protobuf: chromecast streaming'
|
|
|
|
'libmicrodns: mDNS services discovery (chromecast etc)'
|
|
|
|
'lua-socket: http interface'
|
|
|
|
'live-media: RTSP input'
|
|
|
|
'libdvdread: DVD input module'
|
|
|
|
'libdvdnav: DVD with navigation input module'
|
|
|
|
'libogg: Ogg and OggSpots codec'
|
|
|
|
'libshout: shoutcast/icecast output plugin'
|
|
|
|
'libmodplug: MOD output plugin'
|
|
|
|
'libvpx: VP8 and VP9 codec'
|
|
|
|
'libvorbis: Vorbis decoder/encoder'
|
|
|
|
'speex: Speex codec'
|
|
|
|
'opus: opus codec'
|
|
|
|
'libtheora: theora codec'
|
|
|
|
'libpng: PNG support'
|
|
|
|
'libjpeg-turbo: JPEG support'
|
|
|
|
'librsvg: SVG plugin'
|
2018-08-16 12:23:03 +00:00
|
|
|
'x264: H264 encoding'
|
2018-03-09 18:58:12 +00:00
|
|
|
'x265: HEVC/H.265 encoder'
|
|
|
|
'zvbi: VBI/Teletext decoding'
|
|
|
|
'libass: Subtitle support'
|
|
|
|
'libkate: Kate codec'
|
|
|
|
'libtiger: Tiger rendering for Kate streams'
|
|
|
|
'sdl_image: SDL image support'
|
2019-01-12 03:04:14 +00:00
|
|
|
'srt: SRT input/output plugin'
|
2018-03-09 18:58:12 +00:00
|
|
|
'aalib: ASCII art video output'
|
|
|
|
'libcaca: colored ASCII art video output'
|
|
|
|
'libpulse: PulseAudio audio output'
|
|
|
|
'alsa-lib: ALSA audio output'
|
|
|
|
'jack: jack audio server'
|
|
|
|
'libsamplerate: audio Resampler'
|
|
|
|
'libsoxr: SoX audio Resampler'
|
|
|
|
'chromaprint: Chromaprint audio fingerprinter'
|
|
|
|
'lirc: lirc control'
|
|
|
|
'libgoom2: Goom visualization'
|
|
|
|
'projectm: ProjectM visualisation'
|
|
|
|
'ncurses: ncurses interface'
|
|
|
|
'libnotify: notification plugin'
|
|
|
|
'gtk3: notification plugin')
|
2015-08-06 00:55:17 +00:00
|
|
|
conflicts=('vlc-plugin')
|
|
|
|
replaces=('vlc-plugin')
|
|
|
|
options=('!emptydirs')
|
2018-08-16 23:18:15 +00:00
|
|
|
source=(https://download.videolan.org/${pkgname}/${_vlcver}/${pkgname}-${_vlcver}${_vlcfixupver}.tar.xz{,.asc}
|
2017-05-22 22:24:39 +00:00
|
|
|
update-vlc-plugin-cache.hook
|
2019-06-11 23:19:51 +00:00
|
|
|
lua53_compat.patch)
|
2019-08-21 19:18:29 +00:00
|
|
|
sha512sums=('5ade0b350e98fd6fa90035bffabda96f0addb3844a7c0a242b4db1cab6a746e1adb1d713ddcb48ae51a7d1736090f096f5d3b0637a9f958ccf4fcf27e838cf70'
|
2017-05-22 22:24:39 +00:00
|
|
|
'SKIP'
|
2018-03-09 18:58:12 +00:00
|
|
|
'80357bae69e32b353d3784932d854e294906798e14faffb87c3383c3b6f6bdc57cbabb9c6e3f3c1adf0f8ddbb24153e72104c963cf1934970c2983c96daef9df'
|
2019-06-11 23:19:51 +00:00
|
|
|
'33cda373aa1fb3ee19a78748e2687f2b93c8662c9fda62ecd122a2e649df8edaceb54dda3991bc38c80737945a143a9e65baa2743a483bb737bb94cd590dc25f')
|
2017-05-22 22:24:39 +00:00
|
|
|
validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release Signing Key
|
2015-08-06 00:55:17 +00:00
|
|
|
|
|
|
|
prepare() {
|
2018-08-16 23:18:15 +00:00
|
|
|
cd ${pkgname}-${_vlcver}
|
2018-03-09 18:58:12 +00:00
|
|
|
sed -e 's:truetype/ttf-dejavu:TTF:g' -i modules/visualization/projectm.cpp
|
|
|
|
sed -e 's|-Werror-implicit-function-declaration||g' -i configure
|
|
|
|
sed 's|whoami|echo builduser|g' -i configure
|
|
|
|
sed 's|hostname -f|echo arch|g' -i configure
|
2018-09-04 00:44:06 +00:00
|
|
|
local src
|
|
|
|
for src in "${source[@]}"; do
|
|
|
|
src="${src%%::*}"
|
|
|
|
src="${src##*/}"
|
|
|
|
[[ $src = *.patch ]] || continue
|
|
|
|
msg2 "Applying patch $src..."
|
|
|
|
patch -Np1 < "../$src"
|
|
|
|
done
|
2015-08-06 00:55:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
build() {
|
2018-08-16 23:18:15 +00:00
|
|
|
cd ${pkgname}-${_vlcver}
|
2017-05-22 22:24:39 +00:00
|
|
|
|
|
|
|
export CFLAGS+=" -I/usr/include/samba-4.0"
|
|
|
|
export CPPFLAGS+=" -I/usr/include/samba-4.0"
|
2018-01-14 16:34:50 +00:00
|
|
|
export CXXFLAGS+=" -std=c++11"
|
2017-05-22 22:24:39 +00:00
|
|
|
export LUAC=/usr/bin/luac
|
2017-12-03 16:12:40 +00:00
|
|
|
export LUA_LIBS="$(pkg-config --libs lua)"
|
2018-03-09 18:58:12 +00:00
|
|
|
export RCC=/usr/bin/rcc-qt5
|
2015-08-06 00:55:17 +00:00
|
|
|
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
--sysconfdir=/etc \
|
2018-09-04 00:44:06 +00:00
|
|
|
--with-kde-solid=/usr/share/solid/actions/ \
|
2015-08-06 00:55:17 +00:00
|
|
|
--disable-rpath \
|
2019-01-12 03:04:14 +00:00
|
|
|
--enable-gles2 \
|
2015-08-06 00:55:17 +00:00
|
|
|
--enable-nls \
|
2018-03-09 18:58:12 +00:00
|
|
|
--enable-archive \
|
|
|
|
--enable-live555 \
|
|
|
|
--enable-dc1394 \
|
|
|
|
--enable-dv1394 \
|
|
|
|
--enable-dvdread \
|
|
|
|
--enable-dvdnav \
|
|
|
|
--enable-bluray \
|
2018-05-12 16:44:10 +00:00
|
|
|
--disable-opencv \
|
2018-03-09 18:58:12 +00:00
|
|
|
--enable-smbclient \
|
|
|
|
--enable-sftp \
|
|
|
|
--enable-nfs \
|
2015-08-06 00:55:17 +00:00
|
|
|
--enable-realrtsp \
|
2018-03-09 18:58:12 +00:00
|
|
|
--enable-dvbpsi \
|
|
|
|
--enable-gme \
|
|
|
|
--enable-ogg \
|
|
|
|
--enable-shout \
|
|
|
|
--enable-matroska \
|
|
|
|
--enable-mod \
|
|
|
|
--enable-mpc \
|
|
|
|
--enable-mad \
|
|
|
|
--enable-mpg123 \
|
|
|
|
--enable-gst-decode \
|
|
|
|
--enable-avcodec \
|
|
|
|
--enable-libva \
|
|
|
|
--enable-avformat \
|
|
|
|
--enable-postproc \
|
|
|
|
--enable-faad \
|
|
|
|
--enable-vpx \
|
|
|
|
--enable-twolame \
|
|
|
|
--disable-fdkaac \
|
|
|
|
--enable-a52 \
|
|
|
|
--enable-dca \
|
|
|
|
--enable-flac \
|
|
|
|
--enable-libmpeg2 \
|
|
|
|
--enable-vorbis \
|
|
|
|
--enable-speex \
|
|
|
|
--enable-opus \
|
|
|
|
--enable-oggspots \
|
|
|
|
--disable-schroedinger \
|
|
|
|
--enable-png \
|
|
|
|
--enable-jpeg \
|
|
|
|
--enable-x264 \
|
|
|
|
--enable-x265 \
|
|
|
|
--enable-zvbi \
|
|
|
|
--enable-libass \
|
|
|
|
--enable-kate \
|
|
|
|
--enable-tiger \
|
|
|
|
--enable-vdpau \
|
|
|
|
--enable-wayland \
|
|
|
|
--enable-sdl-image \
|
|
|
|
--enable-freetype \
|
|
|
|
--enable-fribidi \
|
|
|
|
--enable-harfbuzz \
|
|
|
|
--enable-fontconfig \
|
|
|
|
--enable-svg \
|
|
|
|
--enable-svgdec \
|
2015-08-06 00:55:17 +00:00
|
|
|
--enable-aa \
|
2018-03-09 18:58:12 +00:00
|
|
|
--enable-caca \
|
|
|
|
--enable-pulse \
|
|
|
|
--enable-alsa \
|
|
|
|
--enable-jack \
|
|
|
|
--enable-samplerate \
|
|
|
|
--enable-soxr \
|
|
|
|
--enable-chromaprint \
|
|
|
|
--enable-chromecast \
|
|
|
|
--enable-qt \
|
|
|
|
--enable-skins2 \
|
|
|
|
--enable-libtar \
|
|
|
|
--enable-ncurses \
|
|
|
|
--enable-lirc \
|
|
|
|
--enable-goom \
|
|
|
|
--enable-projectm \
|
|
|
|
--enable-avahi \
|
|
|
|
--enable-mtp \
|
2015-08-06 00:55:17 +00:00
|
|
|
--enable-upnp \
|
2018-03-09 18:58:12 +00:00
|
|
|
--enable-microdns \
|
|
|
|
--enable-libxml2 \
|
|
|
|
--disable-libgcrypt \
|
|
|
|
--enable-gnutls \
|
|
|
|
--enable-taglib \
|
|
|
|
--enable-secret \
|
|
|
|
--enable-kwallet \
|
|
|
|
--disable-update-check \
|
|
|
|
--enable-notify \
|
2019-06-06 00:54:35 +00:00
|
|
|
--disable-libplacebo \
|
2018-03-09 18:58:12 +00:00
|
|
|
--enable-vlc \
|
2018-09-04 00:44:06 +00:00
|
|
|
--enable-aribsub \
|
2019-01-12 03:04:14 +00:00
|
|
|
--enable-aom \
|
2019-06-06 00:54:35 +00:00
|
|
|
--enable-srt \
|
|
|
|
--enable-dav1d
|
2015-08-06 00:55:17 +00:00
|
|
|
make
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
2018-08-16 23:18:15 +00:00
|
|
|
cd ${pkgname}-${_vlcver}
|
2015-08-06 00:55:17 +00:00
|
|
|
|
|
|
|
make DESTDIR="${pkgdir}" install
|
|
|
|
|
2018-03-09 18:58:12 +00:00
|
|
|
for res in 16 32 48 128 256; do
|
2018-08-16 23:18:15 +00:00
|
|
|
install -Dm 644 "${srcdir}/vlc-${_vlcver}/share/icons/${res}x${res}/vlc.png" \
|
2015-08-06 00:55:17 +00:00
|
|
|
"${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png"
|
|
|
|
done
|
2017-05-22 22:24:39 +00:00
|
|
|
install -Dm 644 "${srcdir}/update-vlc-plugin-cache.hook" -t "${pkgdir}/usr/share/libalpm/hooks"
|
2015-08-06 00:55:17 +00:00
|
|
|
}
|
2017-05-22 22:24:39 +00:00
|
|
|
|
2018-01-12 02:09:04 +00:00
|
|
|
# vim: ts=2 sw=2 et:
|