summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiachen Yang2015-05-27 21:22:51 +0900
committerJiachen Yang2015-05-27 21:22:51 +0900
commitabd05c1b69e23e4c5b8021e50b9532703a0bca9f (patch)
treefa97676e6be51b34e5826959126a447215858daf
parent283097a1ca971d370fb5aa4b493000ed756d1021 (diff)
downloadaur-abd05c1b69e23e4c5b8021e50b9532703a0bca9f.tar.gz
add dependencies for notification sound
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23bc606977b8..89b8ca506281 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,8 @@ pkgbase = cutegram-git
depends = qt5-webengine
depends = qt5-imageformats
depends = qt5-graphicaleffects
+ depends = gstreamer0.10-base-plugins
+ depends = gstreamer0.10-good-plugins
depends = qt5-quickcontrols
depends = libqtelegram-ae>=1:3.3
source = cutegram-git::git+https://github.com/Aseman-Land/Cutegram.git
diff --git a/PKGBUILD b/PKGBUILD
index faf40197a011..475755059092 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,7 @@ url="http://aseman.co/cutegram"
license=('GPL')
depends=('qt5-base' 'qt5-declarative' 'qt5-multimedia' 'qt5-quick1'
'qt5-webengine' 'qt5-imageformats' 'qt5-graphicaleffects'
+ 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins'
'qt5-quickcontrols' 'libqtelegram-ae>=1:3.3')
makedepends=('git')
source=("${pkgname}"::"git+https://github.com/Aseman-Land/Cutegram.git")