git » mlt.git » commit e6976d8

Build glaxnimate module (FS#75672)

author Antonio Rojas
2022-08-27 17:45:12 UTC
committer Antonio Rojas
2022-08-27 17:45:12 UTC
parent f1cf3de2670be7b75017c861efb4568cdd22a5d4

Build glaxnimate module (FS#75672)

PKGBUILD +4 -3

diff --git a/PKGBUILD b/PKGBUILD
index 4d0d6f9..c948ffa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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 @@ optdepends=('sdl_image: SDL1 plugin'
             '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
 }