summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Davis2018-06-30 13:57:48 -0400
committerChristopher Davis2018-06-30 14:00:40 -0400
commita260b07de31393e631880851dded8310d8d555e8 (patch)
tree0c97d4b125955c151a12cd3d569cae57331e13d1
parent7f2273950c8db4c3fdf0221617fe0b97a90e17b5 (diff)
downloadaur-a260b07de31393e631880851dded8310d8d555e8.tar.gz
Add gstreamer dependencies
Fractal recently merged an inline audio player. This player requires gstreamer and multiple gstreamer plugins to work, and this commit adds those as a dependency. This is also the first commit from me, Christopher Davis, as a maintainer.
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD8
2 files changed, 17 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21b3dc71167f..dd4892191317 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = fractal-git
pkgdesc = Matrix.org gtk+ client
- pkgver = r225.e693b8d
+ pkgver = r840.d1dba64
pkgrel = 1
- url = https://gitlab.gnome.org/danigm/fractal
+ url = https://gitlab.gnome.org/World/fractal
arch = i686
arch = x86_64
license = GPL3
@@ -10,8 +10,17 @@ pkgbase = fractal-git
makedepends = rust
makedepends = pkg-config
makedepends = git
+ makedepends = meson
depends = gtk3
- source = git://github.com/danigm/fractal
+ depends = gstreamer
+ depends = gst-plugins-base
+ depends = gst-plugins-good
+ depends = gst-plugins-bad
+ depends = gst-plugins-ugly
+ depends = gst-libav
+ depends = gspell
+ provides = fractal
+ source = git+https://gitlab.gnome.org/World/fractal.git
md5sums = SKIP
pkgname = fractal-git
diff --git a/PKGBUILD b/PKGBUILD
index acf65bc4b153..46b59ff9ce76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,16 @@
-# Maintainer: Falk Alexander Seidl <fa@terminal.run>
+# Maintainer: Christopher Davis <brainblastedmods@gmail.com>
+# Submitter: Falk Alexander Seidl <fa@terminal.run>
pkgname=fractal-git
_gitname=fractal
-pkgver=r582.d6145e8
+pkgver=r840.d1dba64
pkgrel=1
pkgdesc="Matrix.org gtk+ client"
arch=('i686' 'x86_64')
license=('GPL3')
url="https://gitlab.gnome.org/World/fractal"
-depends=('gtk3')
+depends=('gtk3' 'gstreamer' 'gst-plugins-base' 'gst-plugins-good'
+ 'gst-plugins-bad' 'gst-plugins-ugly' 'gst-libav' 'gspell')
conflics=('fractal')
provides=('fractal')
makedepends=('gtk3' 'rust' 'pkg-config' 'git' 'meson')