author | Levente Polyak
<anthraxx@archlinux.org> 2018-04-24 23:50:38 UTC |
committer | Levente Polyak
<anthraxx@archlinux.org> 2018-04-24 23:50:38 UTC |
parent | 610384c47e564e472cf25f92beacf40b998ec46d |
PKGBUILD | +5 | -6 |
diff --git a/PKGBUILD b/PKGBUILD index 611f437..64a5955 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,8 +4,8 @@ # Contributor: Martin Sandsmark <martin.sandsmark@kde.org> pkgname=vlc -pkgver=3.0.1 -pkgrel=2 +pkgver=3.0.2 +pkgrel=1 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player' url='https://www.videolan.org/vlc/' arch=('x86_64') @@ -20,7 +20,7 @@ makedepends=('gst-plugins-base-libs' 'live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' 'libdc1394' 'libavc1394' 'libcaca' 'gtk3' 'librsvg' 'libgme' 'xosd' 'twolame' 'aalib' 'avahi' 'libsystemd' 'libmtp' 'libupnp' 'libmicrodns' 'libdvdcss' 'smbclient' - 'vcdimager' 'libssh2' 'mesa' 'protobuf' 'opencv' 'libnfs' 'mpg123' + 'vcdimager' 'libssh2' 'mesa' 'protobuf' 'libnfs' 'mpg123' 'libdvdread' 'libdvdnav' 'libogg' 'libshout' 'libmodplug' 'libvpx' 'libvorbis' 'speex' 'opus' 'libtheora' 'libpng' 'libjpeg-turbo' 'libx265.so' 'libx264.so' 'zvbi' 'libass' 'libkate' 'libtiger' @@ -47,7 +47,6 @@ optdepends=('avahi: service discovery using bonjour protocol' 'ttf-freefont: subtitle font ' 'ttf-dejavu: subtitle font' 'libssh2: sftp access' - 'opencv: opencv video' 'libnfs: NFS access' 'mpg123: mpg123 codec' 'protobuf: chromecast streaming' @@ -94,7 +93,7 @@ options=('!emptydirs') source=(https://download.videolan.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc} update-vlc-plugin-cache.hook lua53_compat.patch) -sha512sums=('f2ba7586e8fb8c04484e62809265ec998e875b1eff03262bbf463370277a318816cbb8d260901c774e59443393b16b040cb714019c80e051578008abbf91b13c' +sha512sums=('907a999dfa00fbc378e46689b2c32a09ea324b47a92b2183f2a1ade2c2c1ec205517580000a3c615d17b15d6885ee0ac51894944b90077968cb30ff58745497f' 'SKIP' '80357bae69e32b353d3784932d854e294906798e14faffb87c3383c3b6f6bdc57cbabb9c6e3f3c1adf0f8ddbb24153e72104c963cf1934970c2983c96daef9df' '33cda373aa1fb3ee19a78748e2687f2b93c8662c9fda62ecd122a2e649df8edaceb54dda3991bc38c80737945a143a9e65baa2743a483bb737bb94cd590dc25f') @@ -130,7 +129,7 @@ build() { --enable-dvdread \ --enable-dvdnav \ --enable-bluray \ - --enable-opencv \ + --disable-opencv \ --enable-smbclient \ --enable-sftp \ --enable-nfs \