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

Antonio Rojas arojas at gemini.archlinux.org
Sat Aug 27 17:45:13 UTC 2022


    Date: Saturday, August 27, 2022 @ 17:45:12
  Author: arojas
Revision: 454652

upgpkg: mlt 7.8.0-2: Build glaxnimate module (FS#75672)

Modified:
  mlt/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-27 17:28:14 UTC (rev 454651)
+++ PKGBUILD	2022-08-27 17:45:12 UTC (rev 454652)
@@ -8,7 +8,7 @@
 
 pkgname=mlt
 pkgver=7.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc='An open source multimedia framework'
 arch=(x86_64)
 url='https://www.mltframework.org'
@@ -34,13 +34,14 @@
             'python: python bindings')
 makedepends=(cmake ladspa frei0r-plugins libdv sdl_image libsamplerate sox ffmpeg vid.stab qt5-svg
              jack libexif python swig movit eigen opencv rubberband gdk-pixbuf2 pango rtaudio imagemagick)
-source=(https://github.com/mltframework/mlt/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('4165e62e007e37d65e96517a45817517067897eedef4d83de7208dbd74b1f0f7')
+source=(https://github.com/mltframework/mlt/releases/download/v$pkgver/mlt-$pkgver.tar.gz)
+sha256sums=('66606d79f91b400a4d9380a911a5d771a48bd6413447fa2f3713459eba70242d')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DMOD_OPENCV=ON \
+    -DMOD_GLAXNIMATE=ON \
     -DSWIG_PYTHON=ON
   cmake --build build
 }



More information about the arch-commits mailing list