[arch-commits] Commit in vidcutter/trunk (PKGBUILD)

Evangelos Foutras foutrelis at gemini.archlinux.org
Sat Dec 18 03:33:27 UTC 2021


    Date: Saturday, December 18, 2021 @ 03:33:26
  Author: foutrelis
Revision: 1076673

upgpkg: vidcutter 6.0.5.1-3: fix thumbnail generation (FS#73064)

Modified:
  vidcutter/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-18 01:03:25 UTC (rev 1076672)
+++ PKGBUILD	2021-12-18 03:33:26 UTC (rev 1076673)
@@ -3,7 +3,7 @@
 
 pkgname=vidcutter
 pkgver=6.0.5.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Modern, simple to use, constantly evolving and hella fast media cutter + joiner with frame-accurate SmartCut technology'
 arch=('x86_64')
 url='https://github.com/ozmartian/vidcutter'
@@ -10,11 +10,15 @@
 license=('GPL3')
 depends=('ffmpeg' 'mediainfo' 'mpv' 'python-opengl' 'python-pyqt5' 'python-simplejson')
 makedepends=('python-setuptools' 'cython')
-source=("https://github.com/ozmartian/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('c6374eaedb845f9e580e555dd12c1db1cf2ffa28d3756b08e2ae28c1a4cd4a96')
+source=("https://github.com/ozmartian/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz"
+        $pkgname-python310.patch::https://github.com/ozmartian/vidcutter/commit/85bf70698ed9.patch)
+sha256sums=('c6374eaedb845f9e580e555dd12c1db1cf2ffa28d3756b08e2ae28c1a4cd4a96'
+            'e7f9ff874ff18c0be25ac3f48c164678684ad9e66de623733db8bc250f538a32')
 
 prepare() {
   cd $pkgname-$pkgver
+  # https://bugs.archlinux.org/task/73064
+  patch -Np1 -i ../$pkgname-python310.patch
   # remove mpv.c so it gets regenerated by current cython
   rm vidcutter/libs/pympv/mpv.c
 }



More information about the arch-commits mailing list