[arch-commits] Commit in vidcutter/repos (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Dec 3 00:39:57 UTC 2021
Date: Friday, December 3, 2021 @ 00:39:56
Author: felixonmars
Revision: 1063942
archrelease: copy trunk to community-staging-x86_64
Added:
vidcutter/repos/community-staging-x86_64/
vidcutter/repos/community-staging-x86_64/PKGBUILD
(from rev 1063941, vidcutter/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: vidcutter/repos/community-staging-x86_64/PKGBUILD (from rev 1063941, vidcutter/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2021-12-03 00:39:56 UTC (rev 1063942)
@@ -0,0 +1,30 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Pete Alexandrou <pete at ozmartians.com>
+
+pkgname=vidcutter
+pkgver=6.0.5.1
+pkgrel=2
+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'
+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')
+
+prepare() {
+ cd $pkgname-$pkgver
+ # remove mpv.c so it gets regenerated by current cython
+ rm vidcutter/libs/pympv/mpv.c
+}
+
+build() {
+ cd $pkgname-$pkgver
+ python setup.py build
+}
+
+package() {
+ cd $pkgname-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
More information about the arch-commits
mailing list