git » vlc.git » commit d41b7b4

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

author Antonio Rojas
2018-08-19 08:02:44 UTC
committer Antonio Rojas
2018-08-19 08:02:44 UTC
parent c1697392c38f6da22a978e7e3dbcf667e709a20b

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

PKGBUILD +4 -4

diff --git a/PKGBUILD b/PKGBUILD
index cf173e6..cdf4ed7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _vlcver=3.0.3
 # 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 @@ depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'libproxy' 'lua'
          '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 @@ optdepends=('avahi: service discovery using bonjour protocol'
             '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 @@ build() {
               --disable-update-check \
               --enable-notify \
               --enable-libplacebo \
-              --enable-vlc
+              --enable-vlc \
+              --with-kde-solid=/usr/share/solid/actions/
   make
 }