[arch-commits] Commit in vlc/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Apr 24 10:59:02 UTC 2016
Date: Sunday, April 24, 2016 @ 12:59:01
Author: arojas
Revision: 266106
Make qt4 optional, some packages depend only on libvlc and shouldn't pull an entire toolkit (FS#21934,FS#47888)
Modified:
vlc/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-04-24 08:42:46 UTC (rev 266105)
+++ PKGBUILD 2016-04-24 10:59:01 UTC (rev 266106)
@@ -5,12 +5,12 @@
pkgname=vlc
pkgver=2.2.2
-pkgrel=3
+pkgrel=4
pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
arch=('i686' 'x86_64')
url="http://www.videolan.org/vlc/"
license=('LGPL2.1' 'GPL2')
-depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt4' 'libproxy'
+depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy'
'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska'
'zvbi' 'taglib' 'libmpcdec' 'ffmpeg2.8' 'faad2' 'libupnp'
'libshout' 'libmad' 'libmpeg2' 'xcb-util-keysyms' 'libtar'
@@ -19,7 +19,7 @@
'libdc1394' 'libavc1394' 'lirc' 'libcaca' 'gtk2'
'librsvg' 'portaudio' 'libgme' 'xosd' 'projectm'
'twolame' 'aalib' 'libmtp' 'libdvdcss' 'gnome-vfs'
- 'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa')
+ 'libgoom2' 'vcdimager' 'opus' 'libssh2' 'mesa' 'qt4')
optdepends=('avahi: for service discovery using bonjour protocol'
'libnotify: for notification plugin'
'gtk2: for notify plugin'
@@ -50,7 +50,8 @@
'ttf-dejavu: for subtitle font'
'opus: for opus support'
'libssh2: for sftp support'
- 'lua-socket: for http interface')
+ 'lua-socket: for http interface'
+ 'qt4: for the GUI')
conflicts=('vlc-plugin')
replaces=('vlc-plugin')
backup=('usr/share/vlc/lua/http/.hosts'
More information about the arch-commits
mailing list