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 0a6b8075e98b..d23e8db5fc7d 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.0b4.r0.g2796cc0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/EinApfelBaum/otr-verwaltung3p
arch = any
license = GPL3
@@ -12,7 +12,7 @@ pkgbase = otr-verwaltung3p-dev-git
depends = python-gobject
depends = gst-python
depends = python-appdirs
- depends = python-dbus
+ depends = python-psutil
depends = python-cairo
depends = python-requests
depends = python-keyring
@@ -27,10 +27,10 @@ pkgbase = otr-verwaltung3p-dev-git
depends = ffms2
depends = mediainfo
depends = mkvtoolnix-cli
+ depends = x264
optdepends = gnome-keyring: For password storing in keyring
optdepends = kwallet: For password storing 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
diff --git a/PKGBUILD b/PKGBUILD
index 194a05cf1fc2..4e9d749899b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,18 @@
pkgname=otr-verwaltung3p-dev-git
pkgver=1.0.0b4.r0.g2796cc0
-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-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: For password storing in keyring'
'kwallet: For password storing in wallet'
- 'mediainfo-gui: For plugin Mediainfo'
- 'otr-verwaltung3p-vdub: For cutting old OTR files')
+ 'mediainfo-gui: For plugin Mediainfo')
makedepends=('git' 'python-distutils-extra')
conflicts=('otr-verwaltung3p' 'otr-verwaltung3p-dev')
provides=('otr-verwaltung3p')