* update mlt to 7.24.0-3

This commit is contained in:
Alexander Baldeck 2024-08-07 11:01:26 +02:00
parent a688aa82ed
commit 40e46ac8cc
3 changed files with 79 additions and 1 deletions

73
mlt/.SRCINFO Normal file
View File

@ -0,0 +1,73 @@
pkgbase = mlt
pkgdesc = An open source multimedia framework
pkgver = 7.24.0
pkgrel = 3
url = https://www.mltframework.org
arch = x86_64
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
makedepends = libdv
makedepends = libexif
makedepends = libsamplerate
makedepends = movit
makedepends = opencv
makedepends = pango
makedepends = python
makedepends = qt5-svg
makedepends = qt6-5compat
makedepends = qt6-svg
makedepends = rtaudio
makedepends = rubberband
makedepends = sox
makedepends = sdl_image
makedepends = swig
makedepends = vid.stab
depends = gcc-libs
depends = glibc
depends = libebur128
optdepends = ffmpeg: ffmpeg plugin
optdepends = fftw: plus plugin
optdepends = fontconfig: gdk plugin
optdepends = frei0r-plugins: for additional effects
optdepends = gdk-pixbuf2: gdk plugin
optdepends = glib2: gdk plugin
optdepends = jack: JACK sound output plugin
optdepends = ladspa: LADSPA plugins
optdepends = libepoxy: opengl plugin
optdepends = libexif: auto rotate plugin
optdepends = libglvnd: opengl plugin
optdepends = libsamplerate: libavresample plugin
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
optdepends = qt6-base: Qt6 plugin
optdepends = qt6-5compat: Qt6 plugin
optdepends = qt6-svg: Qt6 plugin
optdepends = pango: gdk plugin
optdepends = python: python bindings
optdepends = rtaudio: rtaudio plugin
optdepends = rubberband: audio pitch plugin
optdepends = sdl2: SDL2 plugin
optdepends = sdl_image: SDL1 plugin
optdepends = sdl12-compat: SDL1 plugin
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://gitlab.com/mattbas/glaxnimate.git
sha256sums = 00bdefd6b1aa8e870eee4b085ff5d3264077ecec82d0015902391117b12f5ab6
sha256sums = SKIP
pkgname = mlt

5
mlt/.nvchecker.toml Normal file
View File

@ -0,0 +1,5 @@
[mlt]
source = 'github'
github = 'mltframework/mlt'
use_max_tag = true
prefix = 'v'

View File

@ -9,7 +9,7 @@
pkgname=mlt
pkgver=7.24.0
pkgrel=2
pkgrel=3
pkgdesc='An open source multimedia framework'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://www.mltframework.org'