* update mlt to 7.28.0-2

This commit is contained in:
Alexander Baldeck 2024-11-18 12:47:03 +01:00
parent 511a31013f
commit c98d59baa5
2 changed files with 18 additions and 8 deletions

View File

@ -1,9 +1,13 @@
pkgbase = mlt
pkgdesc = An open source multimedia framework
pkgver = 7.24.0
pkgrel = 3
pkgver = 7.28.0
pkgrel = 2
url = https://www.mltframework.org
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = LGPL-2.1-only
makedepends = cmake
makedepends = eigen
@ -17,7 +21,6 @@ pkgbase = mlt
makedepends = libdv
makedepends = libexif
makedepends = libsamplerate
makedepends = movit
makedepends = opencv
makedepends = pango
makedepends = python
@ -48,7 +51,6 @@ pkgbase = mlt
optdepends = libvorbis: vorbis plugin
optdepends = libx11: SDL1 plugin
optdepends = libxml2: XML plugin
optdepends = movit: opengl plugin
optdepends = opencv: openCV plugin
optdepends = qt5-base: QT5 plugins
optdepends = qt5-svg: Qt5 plugins
@ -65,9 +67,17 @@ pkgbase = mlt
optdepends = sox: SOX (Audio Swiss Army Knife) plugin
optdepends = vid.stab: video stabilize plugin
optdepends = zlib: glaxnimate plugin
source = git+https://github.com/mltframework/mlt#tag=v7.24.0
source = git+https://github.com/mltframework/mlt#tag=v7.28.0
source = git+https://gitlab.com/mattbas/glaxnimate.git
sha256sums = 00bdefd6b1aa8e870eee4b085ff5d3264077ecec82d0015902391117b12f5ab6
sha256sums = SKIP
optdepends_x86_64 = movit: opengl plugin
makedepends_x86_64 = movit
optdepends_powerpc64le = movit: opengl plugin
makedepends_powerpc64le = movit
optdepends_powerpc = movit: opengl plugin
makedepends_powerpc = movit
optdepends_riscv64 = movit: opengl plugin
makedepends_riscv64 = movit
pkgname = mlt

View File

@ -8,8 +8,8 @@
# Contributor: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=mlt
pkgver=7.24.0
pkgrel=3.1
pkgver=7.28.0
pkgrel=2
pkgdesc='An open source multimedia framework'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://www.mltframework.org'
@ -84,7 +84,7 @@ makedepends_riscv64=(movit)
makedepends_x86_64=(movit)
source=(git+https://github.com/mltframework/mlt#tag=v$pkgver
git+https://gitlab.com/mattbas/glaxnimate.git)
sha256sums=('00bdefd6b1aa8e870eee4b085ff5d3264077ecec82d0015902391117b12f5ab6'
sha256sums=('b1723017d5b122542d2abad6eda156c567ebe2963a8007dfabba8657f7a732f3'
'SKIP')
prepare() {