[arch-commits] Commit in vidcutter/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Wed Jul 21 17:52:52 UTC 2021
Date: Wednesday, July 21, 2021 @ 17:52:51
Author: arojas
Revision: 982519
archrelease: copy trunk to community-x86_64
Added:
vidcutter/repos/community-x86_64/PKGBUILD
(from rev 982518, vidcutter/trunk/PKGBUILD)
Deleted:
vidcutter/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-21 17:52:43 UTC (rev 982518)
+++ PKGBUILD 2021-07-21 17:52:51 UTC (rev 982519)
@@ -1,31 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Pete Alexandrou <pete at ozmartians.com>
-
-pkgname=vidcutter
-pkgver=6.0.5
-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=('b33c50606de20d480f14682d4c958d266257a34f8b2765a6c1a7aef991bec769')
-
-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
- export PYTHONHASHSEED=0
- python3 setup.py install --root="$pkgdir" --optimize=1
-}
Copied: vidcutter/repos/community-x86_64/PKGBUILD (from rev 982518, vidcutter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-21 17:52:51 UTC (rev 982519)
@@ -0,0 +1,31 @@
+# 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=1
+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
+ export PYTHONHASHSEED=0
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
More information about the arch-commits
mailing list