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

Antonio Rojas arojas at gemini.archlinux.org
Mon Jun 13 08:16:02 UTC 2022


    Date: Monday, June 13, 2022 @ 08:16:02
  Author: arojas
Revision: 1237320

archrelease: copy trunk to community-x86_64

Added:
  bigsh0t/repos/community-x86_64/PKGBUILD
    (from rev 1237319, bigsh0t/trunk/PKGBUILD)
Deleted:
  bigsh0t/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-13 08:15:51 UTC (rev 1237319)
+++ PKGBUILD	2022-06-13 08:16:02 UTC (rev 1237320)
@@ -1,26 +0,0 @@
-# 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
-}

Copied: bigsh0t/repos/community-x86_64/PKGBUILD (from rev 1237319, bigsh0t/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-13 08:16:02 UTC (rev 1237320)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=bigsh0t
+pkgver=2.5.1
+pkgrel=2
+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')
+
+prepare() {
+  sed -e 's|-march=native||' -i leo_sutic-$pkgname-*/CMakeLists.txt # Don't use -march=native
+}
+
+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