git » vlc.git » commit 5d2364c

3.0.6-5: libvpx+protobuf rebuild (remove libvpx)

author Jan Alexander Steffens
2019-03-04 21:46:28 UTC
committer Jan Alexander Steffens
2019-03-04 21:46:28 UTC
parent 5187cb5af1214a120fed9d5d346b3858a55a8755

3.0.6-5: libvpx+protobuf rebuild (remove libvpx)

PKGBUILD +4 -4

diff --git a/PKGBUILD b/PKGBUILD
index 498072b..eef5508 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _vlcver=3.0.6
 # optional fixup version including hyphen
 _vlcfixupver=
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=4
+pkgrel=5
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
@@ -24,7 +24,7 @@ makedepends=('gst-plugins-base-libs' 'live-media' 'libnotify' 'libbluray'
              'librsvg' 'libgme' 'xosd' 'twolame' 'aalib' 'avahi' 'systemd-libs'
              'libmtp' 'libupnp' 'libmicrodns' 'libdvdcss' 'smbclient'
              'vcdimager' 'libssh2' 'mesa' 'protobuf' 'libnfs' 'mpg123'
-             'libdvdread' 'libdvdnav' 'libogg' 'libshout' 'libmodplug' 'libvpx'
+             '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'
@@ -62,7 +62,7 @@ optdepends=('avahi: service discovery using bonjour protocol'
             'libogg: Ogg and OggSpots codec'
             'libshout: shoutcast/icecast output plugin'
             'libmodplug: MOD output plugin'
-            'libvpx: VP8 and VP9 codec'
+            #'libvpx: VP8 and VP9 codec'
             'libvorbis: Vorbis decoder/encoder'
             'speex: Speex codec'
             'opus: opus codec'
@@ -162,7 +162,7 @@ build() {
               --enable-avformat \
               --enable-postproc \
               --enable-faad \
-              --enable-vpx \
+              --disable-vpx \
               --enable-twolame \
               --disable-fdkaac \
               --enable-a52 \