[arch-commits] Commit in vlc/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Aug 19 08:02:45 UTC 2018


    Date: Sunday, August 19, 2018 @ 08:02:44
  Author: arojas
Revision: 332613

Drop kdelibs dependency, manually specify the solid path instead (FS#57904)

Modified:
  vlc/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-19 07:45:43 UTC (rev 332612)
+++ PKGBUILD	2018-08-19 08:02:44 UTC (rev 332613)
@@ -8,7 +8,7 @@
 # optional fixup version including hyphen
 _vlcfixupver=-1
 pkgver=${_vlcver}${_vlcfixupver//-/.r}
-pkgrel=1
+pkgrel=2
 pkgdesc='Multi-platform MPEG, VCD/DVD, and DivX player'
 url='https://www.videolan.org/vlc/'
 arch=('x86_64')
@@ -20,7 +20,7 @@
          'fribidi' 'harfbuzz' 'fontconfig' 'libxml2' 'gnutls' 'libplacebo'
          'wayland-protocols')
 makedepends=('gst-plugins-base-libs' 'live-media' 'libnotify' 'libbluray'
-             'flac' 'kdelibs' 'libdc1394' 'libavc1394' 'libcaca' 'gtk3'
+             'flac' 'libdc1394' 'libavc1394' 'libcaca' 'gtk3'
              'librsvg' 'libgme' 'xosd' 'twolame' 'aalib' 'avahi' 'libsystemd'
              'libmtp' 'libupnp' 'libmicrodns' 'libdvdcss' 'smbclient'
              'vcdimager' 'libssh2' 'mesa' 'protobuf' 'libnfs' 'mpg123'
@@ -34,7 +34,6 @@
             'libdvdcss: decoding encrypted DVDs'
             'libavc1394: devices using the 1394ta AV/C'
             'libdc1394: IEEE 1394 access plugin'
-            'kdelibs: KDE Solid hardware integration'
             'kwallet: kwallet keystore'
             'libva-vdpau-driver: vdpau backend nvidia'
             'libva-intel-driver: video backend intel'
@@ -219,7 +218,8 @@
               --disable-update-check \
               --enable-notify \
               --enable-libplacebo \
-              --enable-vlc
+              --enable-vlc \
+              --with-kde-solid=/usr/share/solid/actions/
   make
 }
 



More information about the arch-commits mailing list