[arch-commits] Commit in vidcutter/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Jan 10 11:48:05 UTC 2021


    Date: Sunday, January 10, 2021 @ 11:48:05
  Author: arojas
Revision: 817035

archrelease: copy trunk to community-x86_64

Added:
  vidcutter/repos/community-x86_64/PKGBUILD
    (from rev 817034, vidcutter/trunk/PKGBUILD)
Deleted:
  vidcutter/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-10 11:47:56 UTC (rev 817034)
+++ PKGBUILD	2021-01-10 11:48:05 UTC (rev 817035)
@@ -1,30 +0,0 @@
-# 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
-}

Copied: vidcutter/repos/community-x86_64/PKGBUILD (from rev 817034, vidcutter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-10 11:48:05 UTC (rev 817035)
@@ -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
+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=('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
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list