summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPete Alexandrou2022-02-22 15:32:31 +1100
committerPete Alexandrou2022-02-22 15:32:31 +1100
commitfa461775205cd0a3fb0da5896a6b18980cbcff5a (patch)
treeb6a06ac907f5a8119bee3df9f6564921f881ce92
parentbc79d246248ffca1369c2f450aeda3d406528313 (diff)
downloadaur-fa461775205cd0a3fb0da5896a6b18980cbcff5a.tar.gz
switch to mpv-git using new 2.0 libmpv with opengl_cb patches in pympv
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5a302166c3b..524629214d51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vidcutter-git
pkgdesc = A modern and fast media cutter and joiner
pkgver = 6.0.5.1
- pkgrel = 3
+ pkgrel = 4
url = https://vidcutter.ozmartians.com
install = vidcutter-git.install
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = vidcutter-git
makedepends = python-setuptools
depends = ffmpeg
depends = mediainfo
- depends = mpv
+ depends = mpv-git
depends = python-opengl
depends = python-pyqt5
depends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index e33fc10bc4e4..c677725037d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Pete Alexandrou <pete@ozmartians.com>
pkgname=vidcutter-git
pkgver=6.0.5.1
-pkgrel=3
+pkgrel=4
pkgdesc='A modern and fast media cutter and joiner'
arch=('x86_64')
license=('GPL3')
url="https://vidcutter.ozmartians.com"
# source=(https://github.com/ozmartian/${pkgname%-git}/archive/${pkgver}.tar.gz)
source=(git+https://github.com/ozmartian/vidcutter.git)
-depends=('ffmpeg' 'mediainfo' 'mpv' 'python-opengl' 'python-pyqt5' 'python-setuptools' 'python-simplejson')
+depends=('ffmpeg' 'mediainfo' 'mpv-git' 'python-opengl' 'python-pyqt5' 'python-setuptools' 'python-simplejson')
makedepends=('python-setuptools')
install=${pkgname}.install
provides=('vidcutter')