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

Antonio Rojas arojas at gemini.archlinux.org
Sat Jun 4 22:16:46 UTC 2022


    Date: Saturday, June 4, 2022 @ 22:16:46
  Author: arojas
Revision: 1222828

Update to 1.8.0

Modified:
  frei0r-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |   32 +++++++-------------------------
 1 file changed, 7 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-04 22:07:33 UTC (rev 1222827)
+++ PKGBUILD	2022-06-04 22:16:46 UTC (rev 1222828)
@@ -2,38 +2,20 @@
 # Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
 
 pkgname=frei0r-plugins
-pkgver=1.7.0
-pkgrel=2
+pkgver=1.8.0
+pkgrel=1
 pkgdesc='Minimalistic plugin API for video effects'
 arch=('x86_64')
 url='https://frei0r.dyne.org/'
 license=('GPL2')
 depends=('cairo' 'gavl')
-makedepends=('cmake' 'doxygen' 'ninja') # opencv - not compatible with 4.0
-#optdepends=('opencv: for facebl0r and facedetect plugins')
-source=("https://files.dyne.org/frei0r/$pkgname-$pkgver.tar.gz"{,.asc}
-         https://github.com/dyne/frei0r/commit/e48da90c.patch
-         https://github.com/dyne/frei0r/commit/9e79ba02.patch
-         https://github.com/dyne/frei0r/commit/aa7ccf8e.patch
-         https://github.com/dyne/frei0r/commit/b8d4e059.patch
-         https://github.com/dyne/frei0r/commit/febd7387.patch)
+makedepends=('cmake' 'doxygen' 'ninja' 'opencv')
+optdepends=('opencv: for facebl0r and facedetect plugins')
+source=("https://files.dyne.org/frei0r/$pkgname-$pkgver.tar.gz"{,.asc})
 validpgpkeys=('6113D89CA825C5CEDD02C87273B35DA54ACB7D10') # Denis Roio (Jaromil)
-sha256sums=('1b1ff8f0f9bc23eed724e94e9a7c1d8f0244bfe33424bb4fe68e6460c088523a'
-            'SKIP'
-            '7e7db9b0d8d1b6d4a4a16fd586012e9b820933a7dfc163a1e231976d9e88b203'
-            'b4649a5251eb39ad8e7d7990d716247190cc3ddf2028a119f7805f3683d2d0f7'
-            '41fb30e2dcfefe96aca544ffdd4a94c996adc7397fec44ee6cd6d8a2506a25ae'
-            '0997a05a485ac19b1b0053ebf6c624a90b0904f69b04725b305601f2916efc2d'
-            'b8151ed31d3003a4109ba5ec15600c182b894ee1b4f2db9f3226dc17c0e48d95')
+sha256sums=('45a28655caf057227b442b800ca3899e93490515c81e212d219fdf4a7613f5c4'
+            'SKIP')
 
-prepare() {
-  cd $pkgname-$pkgver
-# Backport fixes for kdenlive
-  for _commit in e48da90c 9e79ba02 aa7ccf8e b8d4e059 febd7387; do
-    patch -p1 -i ../$_commit.patch
-  done
-}
-
 build() {
   cmake -S $pkgname-$pkgver -B build -G Ninja -DCMAKE_INSTALL_PREFIX='/usr'
   cmake --build build



More information about the arch-commits mailing list