summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Rizzitello2018-04-07 08:03:15 -0400
committerChris Rizzitello2018-04-07 08:03:15 -0400
commitff3862ac71ec774845628622e91af61c5dc1ef57 (patch)
treede3c331f3f4518508b561ed25aeabb4cb63eb6f9
parent0f98dd32b8c17a06f369cfe26af8ffcf7991010b (diff)
downloadaur-ff3862ac71ec774845628622e91af61c5dc1ef57.tar.gz
Add depends for video widget
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc321d17eb0d..2cf60a19d212 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Sun Feb 11 14:37:24 UTC 2018
pkgbase = atelier-git
pkgdesc = KDE 3D Printer Host
pkgver = 36b7dda
@@ -17,6 +15,8 @@ pkgbase = atelier-git
depends = kxmlgui
depends = ktexteditor
depends = qwt
+ depends = qt5-multimedia
+ depends = gst-plugins-good
source = git://anongit.kde.org/atelier.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6a7a92cf6a7d..5ddb090acdc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://www.kde.org/"
license=('GPL3')
buildDepends=('git' 'cmake' 'extra-cmake-modules')
-depends=('qt5-base' 'qt5-serialport' 'qt5-charts' 'qt5-3d' 'solid' 'atcore' 'kxmlgui' 'ktexteditor' 'qwt') #Qt5)
+depends=('qt5-base' 'qt5-serialport' 'qt5-charts' 'qt5-3d' 'solid' 'atcore' 'kxmlgui' 'ktexteditor' 'qwt' 'qt5-multimedia' 'gst-plugins-good') #Qt5)
source=('git://anongit.kde.org/atelier.git')
md5sums=(SKIP)