diff --git a/srcpkgs/vidcutter/patches/mpv-0.35-3.patch b/srcpkgs/vidcutter/patches/mpv-0.35-3.patch deleted file mode 100644 index d1f5f1364c6..00000000000 --- a/srcpkgs/vidcutter/patches/mpv-0.35-3.patch +++ /dev/null @@ -1,29 +0,0 @@ -https://github.com/ozmartian/vidcutter/commit/4cf1458d832e6ac7a824d7963c6dc3a0e5c17574.patch - -From 4cf1458d832e6ac7a824d7963c6dc3a0e5c17574 Mon Sep 17 00:00:00 2001 -From: Pete Alexandrou -Date: Sat, 30 Apr 2022 15:49:17 +1000 -Subject: [PATCH] pympv updates - ---- - vidcutter/libs/pympv/mpv.c | 3792 +++++++++++++++++----------------- - vidcutter/libs/pympv/mpv.pyx | 6 +- - 2 files changed, 1900 insertions(+), 1898 deletions(-) - -diff --git a/vidcutter/libs/pympv/mpv.pyx b/vidcutter/libs/pympv/mpv.pyx -index 8af2dcc7..1decdda8 100644 ---- a/vidcutter/libs/pympv/mpv.pyx -+++ b/vidcutter/libs/pympv/mpv.pyx -@@ -30,8 +30,10 @@ from client cimport * - __version__ = "0.3.0" - __author__ = "Andre D" - --_REQUIRED_CAPI_MAJOR = 2 --_MIN_CAPI_MINOR = 0 -+#_REQUIRED_CAPI_MAJOR = 2 -+#_MIN_CAPI_MINOR = 0 -+_REQUIRED_CAPI_MAJOR = 1 -+_MIN_CAPI_MINOR = 109 - - cdef unsigned long _CAPI_VERSION - with nogil: diff --git a/srcpkgs/vidcutter/template b/srcpkgs/vidcutter/template index 6eddc1345ec..bd1b1b9c201 100644 --- a/srcpkgs/vidcutter/template +++ b/srcpkgs/vidcutter/template @@ -1,7 +1,7 @@ # Template file for 'vidcutter' pkgname=vidcutter version=6.0.5.1 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools python3-Cython" makedepends="mpv-devel python3-devel"