summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d556e7abe44..a679bf18f964 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = otr-verwaltung3p-dev
pkgdesc = Manage your onlinetvrecorder.com files: cut, preview cuts, rate cutlists etc.
pkgver = 1.0.0b4
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/EinApfelBaum/otr-verwaltung3p
arch = any
license = GPL3
@@ -11,7 +11,7 @@ pkgbase = otr-verwaltung3p-dev
depends = python-gobject
depends = gst-python
depends = python-appdirs
- depends = python-dbus
+ depends = python-psutil
depends = python-cairo
depends = python-requests
depends = python-keyring
@@ -26,10 +26,10 @@ pkgbase = otr-verwaltung3p-dev
depends = ffms2
depends = mediainfo
depends = mkvtoolnix-cli
+ depends = x264
optdepends = gnome-keyring: To store the password in keyring
optdepends = kwallet: To store the password in wallet
optdepends = mediainfo-gui: For plugin Mediainfo
- optdepends = otr-verwaltung3p-vdub: For cutting old OTR files
provides = otr-verwaltung3p
conflicts = otr-verwaltung3p
conflicts = otr-verwaltung3p-dev-git
diff --git a/PKGBUILD b/PKGBUILD
index 1fb7dcab8f54..147dc16fd3ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,18 @@
pkgname=otr-verwaltung3p-dev
pkgver=1.0.0b4
-pkgrel=4
+pkgrel=5
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-appdirs' 'python-dbus' 'python-cairo'
+depends=('gtk3' 'python' 'python-gobject' 'gst-python' 'python-appdirs' 'python-psutil' 'python-cairo'
'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')
+ 'mkvtoolnix-cli' 'x264')
optdepends=('gnome-keyring: To store the password in keyring'
'kwallet: To store the password in wallet'
- 'mediainfo-gui: For plugin Mediainfo'
- 'otr-verwaltung3p-vdub: For cutting old OTR files')
+ 'mediainfo-gui: For plugin Mediainfo')
makedepends=('python-distutils-extra')
conflicts=('otr-verwaltung3p' 'otr-verwaltung3p-dev-git')
provides=('otr-verwaltung3p')