[arch-commits] Commit in vidcutter/repos (2 files)

Felix Yan felixonmars at archlinux.org
Mon Nov 16 08:31:27 UTC 2020


    Date: Monday, November 16, 2020 @ 08:31:27
  Author: felixonmars
Revision: 755161

archrelease: copy trunk to community-staging-x86_64

Added:
  vidcutter/repos/community-staging-x86_64/
  vidcutter/repos/community-staging-x86_64/PKGBUILD
    (from rev 755160, vidcutter/trunk/PKGBUILD)

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: vidcutter/repos/community-staging-x86_64/PKGBUILD (from rev 755160, vidcutter/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-11-16 08:31:27 UTC (rev 755161)
@@ -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.0
+pkgrel=6
+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=('c09be7eceaf42ff7211fe3b8125279c4fec7f7d251d272b61d579e426bd4e2c2')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # remove mpv.c so it gets regenerated by current cython
+  rm vidcutter/libs/pympv/mpv.c
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list