author | Levente Polyak
<anthraxx@archlinux.org> 2018-03-06 20:02:15 UTC |
committer | Levente Polyak
<anthraxx@archlinux.org> 2018-03-06 20:02:15 UTC |
parent | 64c3581c8562f0b172cb6b9993ebbcef0d327dc2 |
PKGBUILD | +6 | -8 |
diff --git a/PKGBUILD b/PKGBUILD index dfbd063..611f437 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgname=vlc pkgver=3.0.1 -pkgrel=1 +pkgrel=2 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player' url='https://www.videolan.org/vlc/' arch=('x86_64') @@ -22,11 +22,10 @@ makedepends=('gst-plugins-base-libs' 'live-media' 'libnotify' 'libbluray' 'libmtp' 'libupnp' 'libmicrodns' 'libdvdcss' 'smbclient' 'vcdimager' 'libssh2' 'mesa' 'protobuf' 'opencv' 'libnfs' 'mpg123' 'libdvdread' 'libdvdnav' 'libogg' 'libshout' 'libmodplug' 'libvpx' - 'libfdk-aac' 'libvorbis' 'speex' 'opus' 'libtheora' 'libpng' - 'libjpeg-turbo' 'libx265.so' 'libx264.so' 'zvbi' 'libass' - 'libkate' 'libtiger' 'sdl_image' 'libpulse' 'alsa-lib' 'jack' - 'libsamplerate' 'libsoxr' 'lirc' 'libgoom2' 'projectm' - 'chromaprint') + 'libvorbis' 'speex' 'opus' 'libtheora' 'libpng' 'libjpeg-turbo' + 'libx265.so' 'libx264.so' 'zvbi' 'libass' 'libkate' 'libtiger' + 'sdl_image' 'libpulse' 'alsa-lib' 'jack' 'libsamplerate' 'libsoxr' + 'lirc' 'libgoom2' 'projectm' 'chromaprint') optdepends=('avahi: service discovery using bonjour protocol' 'gst-plugins-base-libs: for libgst plugins' 'libdvdcss: decoding encrypted DVDs' @@ -61,7 +60,6 @@ optdepends=('avahi: service discovery using bonjour protocol' 'libshout: shoutcast/icecast output plugin' 'libmodplug: MOD output plugin' 'libvpx: VP8 and VP9 codec' - 'libfdk-aac: FDK AAC codec' 'libvorbis: Vorbis decoder/encoder' 'speex: Speex codec' 'opus: opus codec' @@ -154,7 +152,7 @@ build() { --enable-faad \ --enable-vpx \ --enable-twolame \ - --enable-fdkaac \ + --disable-fdkaac \ --enable-a52 \ --enable-dca \ --enable-flac \