diff --git a/mlt/.SRCINFO b/mlt/.SRCINFO new file mode 100644 index 0000000000..eb4e525057 --- /dev/null +++ b/mlt/.SRCINFO @@ -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 diff --git a/mlt/.nvchecker.toml b/mlt/.nvchecker.toml new file mode 100644 index 0000000000..e74fc70b01 --- /dev/null +++ b/mlt/.nvchecker.toml @@ -0,0 +1,5 @@ +[mlt] +source = 'github' +github = 'mltframework/mlt' +use_max_tag = true +prefix = 'v' diff --git a/mlt/PKGBUILD b/mlt/PKGBUILD index 5c0b86bacc..43ac6669a3 100644 --- a/mlt/PKGBUILD +++ b/mlt/PKGBUILD @@ -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'