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

Antonio Rojas arojas at gemini.archlinux.org
Sat Jun 4 22:07:20 UTC 2022


    Date: Saturday, June 4, 2022 @ 22:07:20
  Author: arojas
Revision: 1222826

Add bigsh0t for additional kdenlive effects (FS#74958)

Added:
  bigsh0t/
  bigsh0t/trunk/
  bigsh0t/trunk/PKGBUILD

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

Added: bigsh0t/trunk/PKGBUILD
===================================================================
--- bigsh0t/trunk/PKGBUILD	                        (rev 0)
+++ bigsh0t/trunk/PKGBUILD	2022-06-04 22:07:20 UTC (rev 1222826)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=bigsh0t
+pkgver=2.5.1
+pkgrel=1
+pkgdesc='A collection of frei0r plugins for VR video, with support for Shotcut'
+arch=(x86_64)
+url='https://bitbucket.org/leo_sutic/bigsh0t'
+license=(GPL)
+depends=(gcc-libs)
+makedepends=(cmake python)
+source=($pkgname-$pkgver::https://bitbucket.org/leo_sutic/bigsh0t/get/$pkgver.tar.gz)
+sha256sums=('7808e1ebd6329f3f52f66c76f3db65571f2422247a1e654f1617efcad3aaa484')
+
+build() {
+  cmake -B build -S leo_sutic-$pkgname-* \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  cmake --build build
+}
+
+package() {
+#  DESTDIR="$pkgdir" cmake --install build
+  install -Dm755 build/*.so -t "$pkgdir"/usr/lib/frei0r-1
+  install -d "$pkgdir"/usr/share
+  mv build/shotcut "$pkgdir"/usr/share
+}



More information about the arch-commits mailing list