Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / mlt


Commits:
cea76b17 by Antonio Rojas at 2024-04-28T09:05:11+02:00
upgpkg: 7.24.0-1: Update to 7.24.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,15 +1,16 @@
 pkgbase = mlt
        pkgdesc = An open source multimedia framework
-       pkgver = 7.22.0
-       pkgrel = 4
+       pkgver = 7.24.0
+       pkgrel = 1
        url = https://www.mltframework.org
        arch = x86_64
-       license = GPL
+       license = LGPL-2.1-only
        makedepends = cmake
        makedepends = eigen
        makedepends = ffmpeg
        makedepends = frei0r-plugins
        makedepends = gdk-pixbuf2
+       makedepends = git
        makedepends = imagemagick
        makedepends = jack
        makedepends = ladspa
@@ -64,7 +65,9 @@ pkgbase = mlt
        optdepends = sox: SOX (Audio Swiss Army Knife) plugin
        optdepends = vid.stab: video stabilize plugin
        optdepends = zlib: glaxnimate plugin
-       source = 
https://github.com/mltframework/mlt/releases/download/v7.22.0/mlt-7.22.0.tar.gz
-       sha256sums = 
7cf4d9573a061d76902c6e12a2f09f5f461e7c697635233df82a63a3fe4d6da6
+       source = git+https://github.com/mltframework/mlt#tag=v7.24.0
+       source = git+https://gitlab.com/mattbas/glaxnimate.git
+       sha256sums = 
00bdefd6b1aa8e870eee4b085ff5d3264077ecec82d0015902391117b12f5ab6
+       sha256sums = SKIP
 
 pkgname = mlt


=====================================
PKGBUILD
=====================================
@@ -7,12 +7,12 @@
 # Contributor: Gustavo Alvarez <sl1pk...@gmail.com>
 
 pkgname=mlt
-pkgver=7.22.0
-pkgrel=4
+pkgver=7.24.0
+pkgrel=1
 pkgdesc='An open source multimedia framework'
 arch=(x86_64)
 url='https://www.mltframework.org'
-license=(GPL)
+license=(LGPL-2.1-only)
 depends=(gcc-libs
          glibc
          libebur128)
@@ -53,6 +53,7 @@ makedepends=(cmake
              ffmpeg
              frei0r-plugins
              gdk-pixbuf2
+             git
              imagemagick
              jack
              ladspa
@@ -72,11 +73,20 @@ makedepends=(cmake
              sdl_image
              swig
              vid.stab)
-source=(https://github.com/mltframework/mlt/releases/download/v$pkgver/mlt-$pkgver.tar.gz)
-sha256sums=('7cf4d9573a061d76902c6e12a2f09f5f461e7c697635233df82a63a3fe4d6da6')
+source=(git+https://github.com/mltframework/mlt#tag=v$pkgver
+        git+https://gitlab.com/mattbas/glaxnimate.git)
+sha256sums=('00bdefd6b1aa8e870eee4b085ff5d3264077ecec82d0015902391117b12f5ab6'
+            'SKIP')
+
+prepare() {
+  cd $pkgname
+  git submodule init
+  git submodule set-url src/modules/glaxnimate/glaxnimate "$srcdir"/glaxnimate
+  git -c protocol.file.allow=always submodule update
+}
 
 build() {
-  cmake -B build -S $pkgname-$pkgver \
+  cmake -B build -S $pkgname \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DMOD_OPENCV=ON \
     -DMOD_GLAXNIMATE=ON \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mlt/-/commit/cea76b1730b2e61facea6ae795b6e2b95c5c1076

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mlt/-/commit/cea76b1730b2e61facea6ae795b6e2b95c5c1076
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to