summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a195e48147d8..817612a7ba40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = otr-verwaltung3p-dev-git
pkgdesc = Manage your onlinetvrecorder.com files: cut, preview cuts, rate cutlists etc.
pkgver = 1.0.0.beta002.r1.g271f1e3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/EinApfelBaum/otr-verwaltung3p
arch = any
license = GPL3
@@ -18,6 +18,7 @@ pkgbase = otr-verwaltung3p-dev-git
depends = python-keyring
depends = gst-plugins-base
depends = gst-plugins-good
+ depends = gst-plugin-gtk
depends = gst-plugins-bad
depends = gst-plugins-ugly
depends = gst-libav
diff --git a/PKGBUILD b/PKGBUILD
index 37b2208722cb..c14f01462820 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=otr-verwaltung3p-dev-git
pkgver=1.0.0.beta002.r1.g271f1e3
-pkgrel=2
+pkgrel=3
pkgdesc='Manage your onlinetvrecorder.com files: cut, preview cuts, rate cutlists etc.'
arch=('any')
url='https://github.com/EinApfelBaum/otr-verwaltung3p'
license=('GPL3')
depends=('gtk3' 'python' 'python-gobject' 'gst-python' 'python-xdg' 'python-dbus' 'python-cairo'
- 'python-requests' 'python-keyring' 'gst-plugins-base' 'gst-plugins-good'
+ 'python-requests' 'python-keyring' 'gst-plugins-base' 'gst-plugins-good' 'gst-plugin-gtk'
'gst-plugins-bad' 'gst-plugins-ugly' 'gst-libav' 'mpv' 'ffmpeg' 'ffms2' 'mediainfo'
'mkvtoolnix-cli')
optdepends=('gnome-keyring: For password storing in keyring'