parent
3870e2447a
commit
9f30bd998f
2 changed files with 1 additions and 30 deletions
|
@ -1,29 +0,0 @@
|
|||
https://github.com/ozmartian/vidcutter/commit/4cf1458d832e6ac7a824d7963c6dc3a0e5c17574.patch
|
||||
|
||||
From 4cf1458d832e6ac7a824d7963c6dc3a0e5c17574 Mon Sep 17 00:00:00 2001
|
||||
From: Pete Alexandrou <pete@ozmartians.com>
|
||||
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:
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue