summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2022-09-29 00:06:48 +0000
committermarkd <markd@pkgsrc.org>2022-09-29 00:06:48 +0000
commit4521b9e25e846d5bc7bdd40bc2c3df03d0f03f79 (patch)
treea46bf89be3d40b94b213e73704f9164f8f0db2bf
parent730b2ae485201d4e374a3dbf61d3aca1db54a428 (diff)
downloadpkgsrc-4521b9e25e846d5bc7bdd40bc2c3df03d0f03f79.tar.gz
mlt: update to 7.8.0
7.8.0 This highlight of this version is a new glaxnimate producer to render 2D vector art and animation. 7.6.0 This version adds image slice-threading to many filters and full support for full range color. All inputs are normalized to and processed at the range specified by the consumer property color_range that defaults to tv/mpeg (limited). 7.4.0 This main highlight of this version is property animation for avfilter! 7.2.0 This is the first major maintenance release for the new major version 7 rendering it much more production ready. Plus there are a few nice new features.
-rw-r--r--multimedia/mlt/Makefile14
-rw-r--r--multimedia/mlt/PLIST855
-rw-r--r--multimedia/mlt/buildlink3.mk6
-rw-r--r--multimedia/mlt/distinfo8
4 files changed, 438 insertions, 445 deletions
diff --git a/multimedia/mlt/Makefile b/multimedia/mlt/Makefile
index 2dd50cc3551..ca95e926e45 100644
--- a/multimedia/mlt/Makefile
+++ b/multimedia/mlt/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.121 2022/09/27 20:58:26 wiz Exp $
+# $NetBSD: Makefile,v 1.122 2022/09/29 00:06:48 markd Exp $
-DISTNAME= mlt-6.26.1
-PKGREVISION= 9
+DISTNAME= mlt-7.8.0
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_GITHUB:=mltframework/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -13,13 +12,9 @@ LICENSE= gnu-gpl-v2
USE_TOOLS+= pkg-config gmake
USE_LANGUAGES= c c++
-GNU_CONFIGURE= YES
+USE_CMAKE= YES
-CONFIGURE_ARGS+= --enable-gpl
-CONFIGURE_ARGS+= --disable-swfdec
-CONFIGURE_ARGS+= --disable-sdl
-
-CFLAGS.NetBSD+= -DHAVE_LOCALE_H -DHAVE_STRTOD_L
+CFLAGS.NetBSD+= -DHAVE_LOCALE_H -DHAVE_STRTOD_L -D__SETLOCALE_SOURCE__
SUBST_CLASSES+= frei0r
SUBST_STAGE.frei0r= pre-configure
@@ -29,6 +24,7 @@ SUBST_SED.frei0r= -e 's^/usr/lib/frei0r-1.*:^${BUILDLINK_PREFIX.frei0r}/lib/frei
PKGCONFIG_OVERRIDE+= mlt++.pc.in
PKGCONFIG_OVERRIDE+= mlt-framework.pc.in
+.include "../../audio/alsa-lib/buildlink3.mk"
.include "../../audio/jack/buildlink3.mk"
.include "../../audio/ladspa/buildlink3.mk"
.include "../../audio/libebur128/buildlink3.mk"
diff --git a/multimedia/mlt/PLIST b/multimedia/mlt/PLIST
index d458298f40e..21b1fe03e40 100644
--- a/multimedia/mlt/PLIST
+++ b/multimedia/mlt/PLIST
@@ -1,430 +1,427 @@
-@comment $NetBSD: PLIST,v 1.6 2021/04/14 11:19:16 nia Exp $
+@comment $NetBSD: PLIST,v 1.7 2022/09/29 00:06:48 markd Exp $
bin/melt
-include/mlt++/Mlt.h
-include/mlt++/MltAnimation.h
-include/mlt++/MltAudio.h
-include/mlt++/MltConfig.h
-include/mlt++/MltConsumer.h
-include/mlt++/MltDeque.h
-include/mlt++/MltEvent.h
-include/mlt++/MltFactory.h
-include/mlt++/MltField.h
-include/mlt++/MltFilter.h
-include/mlt++/MltFilteredConsumer.h
-include/mlt++/MltFilteredProducer.h
-include/mlt++/MltFrame.h
-include/mlt++/MltGeometry.h
-include/mlt++/MltMultitrack.h
-include/mlt++/MltParser.h
-include/mlt++/MltPlaylist.h
-include/mlt++/MltProducer.h
-include/mlt++/MltProfile.h
-include/mlt++/MltProperties.h
-include/mlt++/MltPushConsumer.h
-include/mlt++/MltRepository.h
-include/mlt++/MltService.h
-include/mlt++/MltTokeniser.h
-include/mlt++/MltTractor.h
-include/mlt++/MltTransition.h
-include/mlt/framework/mlt.h
-include/mlt/framework/mlt_animation.h
-include/mlt/framework/mlt_audio.h
-include/mlt/framework/mlt_cache.h
-include/mlt/framework/mlt_consumer.h
-include/mlt/framework/mlt_deque.h
-include/mlt/framework/mlt_events.h
-include/mlt/framework/mlt_factory.h
-include/mlt/framework/mlt_field.h
-include/mlt/framework/mlt_filter.h
-include/mlt/framework/mlt_frame.h
-include/mlt/framework/mlt_geometry.h
-include/mlt/framework/mlt_log.h
-include/mlt/framework/mlt_luma_map.h
-include/mlt/framework/mlt_multitrack.h
-include/mlt/framework/mlt_parser.h
-include/mlt/framework/mlt_playlist.h
-include/mlt/framework/mlt_pool.h
-include/mlt/framework/mlt_producer.h
-include/mlt/framework/mlt_profile.h
-include/mlt/framework/mlt_properties.h
-include/mlt/framework/mlt_property.h
-include/mlt/framework/mlt_repository.h
-include/mlt/framework/mlt_service.h
-include/mlt/framework/mlt_slices.h
-include/mlt/framework/mlt_tokeniser.h
-include/mlt/framework/mlt_tractor.h
-include/mlt/framework/mlt_transition.h
-include/mlt/framework/mlt_types.h
-include/mlt/framework/mlt_version.h
-lib/libmlt++.so
-lib/libmlt++.so.3
-lib/libmlt++.so.${PKGVERSION}
-lib/libmlt.so
-lib/libmlt.so.6
-lib/libmlt.so.${PKGVERSION}
-lib/mlt/libmltavformat.so
-lib/mlt/libmltcore.so
-lib/mlt/libmltdecklink.so
-lib/mlt/libmltfrei0r.so
-lib/mlt/libmltgdk.so
-lib/mlt/libmltjackrack.so
-lib/mlt/libmltkdenlive.so
-lib/mlt/libmltmotion_est.so
-lib/mlt/libmltnormalize.so
-lib/mlt/libmltoldfilm.so
-lib/mlt/libmltopengl.so
-lib/mlt/libmltplus.so
-lib/mlt/libmltplusgpl.so
-lib/mlt/libmltqt.so
-lib/mlt/libmltresample.so
-lib/mlt/libmltsdl2.so
-lib/mlt/libmltsox.so
-lib/mlt/libmltvideostab.so
-lib/mlt/libmltvmfx.so
-lib/mlt/libmltvorbis.so
-lib/mlt/libmltxine.so
-lib/mlt/libmltxml.so
-lib/pkgconfig/mlt++.pc
-lib/pkgconfig/mlt-framework.pc
-share/mlt/avformat/blacklist.txt
-share/mlt/avformat/consumer_avformat.yml
-share/mlt/avformat/producer_avformat.yml
-share/mlt/avformat/yuv_only.txt
-share/mlt/core/consumer_multi.yml
-share/mlt/core/data_fx.properties
-share/mlt/core/filter_audiomap.yml
-share/mlt/core/filter_audiowave.yml
-share/mlt/core/filter_brightness.yml
-share/mlt/core/filter_channelcopy.yml
-share/mlt/core/filter_choppy.yml
-share/mlt/core/filter_crop.yml
-share/mlt/core/filter_data_show.yml
-share/mlt/core/filter_fieldorder.yml
-share/mlt/core/filter_gamma.yml
-share/mlt/core/filter_greyscale.yml
-share/mlt/core/filter_luma.yml
-share/mlt/core/filter_mask_apply.yml
-share/mlt/core/filter_mask_start.yml
-share/mlt/core/filter_mirror.yml
-share/mlt/core/filter_mono.yml
-share/mlt/core/filter_obscure.yml
-share/mlt/core/filter_panner.yml
-share/mlt/core/filter_region.yml
-share/mlt/core/filter_rescale.yml
-share/mlt/core/filter_resize.yml
-share/mlt/core/filter_transition.yml
-share/mlt/core/filter_watermark.yml
-share/mlt/core/loader.dict
-share/mlt/core/loader.ini
-share/mlt/core/producer_colour.yml
-share/mlt/core/producer_consumer.yml
-share/mlt/core/producer_hold.yml
-share/mlt/core/producer_loader.yml
-share/mlt/core/producer_melt.yml
-share/mlt/core/producer_melt_file.yml
-share/mlt/core/producer_noise.yml
-share/mlt/core/producer_timewarp.yml
-share/mlt/core/producer_tone.yml
-share/mlt/core/transition_composite.yml
-share/mlt/core/transition_luma.yml
-share/mlt/core/transition_matte.yml
-share/mlt/core/transition_mix.yml
-share/mlt/core/transition_region.yml
-share/mlt/decklink/consumer_decklink.yml
-share/mlt/decklink/producer_decklink.yml
-share/mlt/feeds/NTSC/data_fx.properties
-share/mlt/feeds/NTSC/etv.properties
-share/mlt/feeds/NTSC/obscure.properties
-share/mlt/feeds/PAL/border.properties
-share/mlt/feeds/PAL/data_fx.properties
-share/mlt/feeds/PAL/etv.properties
-share/mlt/feeds/PAL/example.properties
-share/mlt/feeds/PAL/obscure.properties
-share/mlt/frei0r/blacklist.txt
-share/mlt/frei0r/filter_cairoblend_mode.yml
-share/mlt/frei0r/not_thread_safe.txt
-share/mlt/frei0r/param_name_map.yaml
-share/mlt/frei0r/resolution_scale.yml
-share/mlt/gdk/filter_rescale.yml
-share/mlt/gdk/producer_pango.yml
-share/mlt/gdk/producer_pixbuf.yml
-share/mlt/jackrack/blacklist.txt
-share/mlt/jackrack/consumer_jack.yml
-share/mlt/jackrack/filter_jack.yml
-share/mlt/jackrack/filter_jackrack.yml
-share/mlt/jackrack/filter_ladspa.yml
-share/mlt/jackrack/producer_ladspa.yml
-share/mlt/kdenlive/filter_boxblur.yml
-share/mlt/kdenlive/filter_freeze.yml
-share/mlt/kdenlive/filter_wave.yml
-share/mlt/kdenlive/producer_framebuffer.yml
-share/mlt/metaschema.yaml
-share/mlt/motion_est/filter_autotrack_rectangle.yml
-share/mlt/motion_est/filter_motion_est.yml
-share/mlt/motion_est/filter_vismv.yml
-share/mlt/motion_est/producer_slowmotion.yml
-share/mlt/normalize/filter_audiolevel.yml
-share/mlt/normalize/filter_volume.yml
-share/mlt/oldfilm/dust1.svg
-share/mlt/oldfilm/dust2.svg
-share/mlt/oldfilm/dust3.svg
-share/mlt/oldfilm/dust4.svg
-share/mlt/oldfilm/dust5.svg
-share/mlt/oldfilm/fdust.svg
-share/mlt/oldfilm/filter_dust.yml
-share/mlt/oldfilm/filter_grain.yml
-share/mlt/oldfilm/filter_lines.yml
-share/mlt/oldfilm/filter_oldfilm.yml
-share/mlt/oldfilm/filter_tcolor.yml
-share/mlt/oldfilm/filter_vignette.yml
-share/mlt/oldfilm/grain.svg
-share/mlt/oldfilm/lines.svg
-share/mlt/oldfilm/oldfilm.svg
-share/mlt/oldfilm/tcolor.svg
-share/mlt/oldfilm/vignette.svg
-share/mlt/opengl/filter_movit_blur.yml
-share/mlt/opengl/filter_movit_deconvolution_sharpen.yml
-share/mlt/opengl/filter_movit_diffusion.yml
-share/mlt/opengl/filter_movit_flip.yml
-share/mlt/opengl/filter_movit_glow.yml
-share/mlt/opengl/filter_movit_lift_gamma_gain.yml
-share/mlt/opengl/filter_movit_mirror.yml
-share/mlt/opengl/filter_movit_opacity.yml
-share/mlt/opengl/filter_movit_rect.yml
-share/mlt/opengl/filter_movit_saturation.yml
-share/mlt/opengl/filter_movit_vignette.yml
-share/mlt/opengl/filter_movit_white_balance.yml
-share/mlt/opengl/transition_movit_luma.yml
-share/mlt/opengl/transition_movit_mix.yml
-share/mlt/opengl/transition_movit_overlay.yml
-share/mlt/plus/consumer_blipflash.yml
-share/mlt/plus/filter_affine.yml
-share/mlt/plus/filter_charcoal.yml
-share/mlt/plus/filter_dance.yml
-share/mlt/plus/filter_dynamic_loudness.yml
-share/mlt/plus/filter_dynamictext.yml
-share/mlt/plus/filter_fft.yml
-share/mlt/plus/filter_invert.yml
-share/mlt/plus/filter_lift_gamma_gain.yml
-share/mlt/plus/filter_loudness.yml
-share/mlt/plus/filter_loudness_meter.yml
-share/mlt/plus/filter_lumakey.yml
-share/mlt/plus/filter_pillar_echo.yml
-share/mlt/plus/filter_rgblut.yml
-share/mlt/plus/filter_sepia.yml
-share/mlt/plus/filter_spot_remover.yml
-share/mlt/plus/filter_strobe.yml
-share/mlt/plus/filter_text.yml
-share/mlt/plus/filter_timer.yml
-share/mlt/plus/producer_blipflash.yml
-share/mlt/plus/producer_count.yml
-share/mlt/plus/transition_affine.yml
-share/mlt/plusgpl/consumer_cbrts.yml
-share/mlt/plusgpl/filter_burningtv.yml
-share/mlt/plusgpl/filter_lumaliftgaingamma.yml
-share/mlt/plusgpl/filter_rotoscoping.yml
-share/mlt/presets/consumer/avformat/AAC
-share/mlt/presets/consumer/avformat/ALAC
-share/mlt/presets/consumer/avformat/AV1
-share/mlt/presets/consumer/avformat/FLAC
-share/mlt/presets/consumer/avformat/Flash
-share/mlt/presets/consumer/avformat/GIF
-share/mlt/presets/consumer/avformat/MJPEG
-share/mlt/presets/consumer/avformat/MP3
-share/mlt/presets/consumer/avformat/MPEG-2
-share/mlt/presets/consumer/avformat/MPEG-4
-share/mlt/presets/consumer/avformat/MPEG-4-ASP
-share/mlt/presets/consumer/avformat/Slide-Deck-H264
-share/mlt/presets/consumer/avformat/Slide-Deck-HEVC
-share/mlt/presets/consumer/avformat/Sony-PSP
-share/mlt/presets/consumer/avformat/Vorbis
-share/mlt/presets/consumer/avformat/WAV
-share/mlt/presets/consumer/avformat/WMA
-share/mlt/presets/consumer/avformat/WMV
-share/mlt/presets/consumer/avformat/XDCAM-HD422
-share/mlt/presets/consumer/avformat/YouTube
-share/mlt/presets/consumer/avformat/alpha/Quicktime Animation
-share/mlt/presets/consumer/avformat/alpha/Ut Video
-share/mlt/presets/consumer/avformat/alpha/vp8
-share/mlt/presets/consumer/avformat/alpha/vp9
-share/mlt/presets/consumer/avformat/atsc_1080i_50/DNxHD
-share/mlt/presets/consumer/avformat/atsc_1080i_5994/DNxHD
-share/mlt/presets/consumer/avformat/atsc_1080p_2398/DNxHD
-share/mlt/presets/consumer/avformat/atsc_1080p_24/DNxHD
-share/mlt/presets/consumer/avformat/atsc_1080p_25/DNxHD
-share/mlt/presets/consumer/avformat/atsc_1080p_2997/DNxHD
-share/mlt/presets/consumer/avformat/atsc_1080p_30/DNxHD
-share/mlt/presets/consumer/avformat/atsc_1080p_50/DNxHD
-share/mlt/presets/consumer/avformat/atsc_1080p_5994/DNxHD
-share/mlt/presets/consumer/avformat/atsc_1080p_60/DNxHD
-share/mlt/presets/consumer/avformat/atsc_720p_2398/DNxHD
-share/mlt/presets/consumer/avformat/atsc_720p_50/DNxHD
-share/mlt/presets/consumer/avformat/atsc_720p_5994/DNxHD
-share/mlt/presets/consumer/avformat/atsc_720p_60/DNxHD
-share/mlt/presets/consumer/avformat/dv_ntsc/D10
-share/mlt/presets/consumer/avformat/dv_ntsc/DV
-share/mlt/presets/consumer/avformat/dv_ntsc/DVCPRO50
-share/mlt/presets/consumer/avformat/dv_ntsc/DVD
-share/mlt/presets/consumer/avformat/dv_ntsc_wide/D10
-share/mlt/presets/consumer/avformat/dv_ntsc_wide/DV
-share/mlt/presets/consumer/avformat/dv_ntsc_wide/DVCPRO50
-share/mlt/presets/consumer/avformat/dv_ntsc_wide/DVD
-share/mlt/presets/consumer/avformat/dv_pal/D10
-share/mlt/presets/consumer/avformat/dv_pal/DV
-share/mlt/presets/consumer/avformat/dv_pal/DVCPRO50
-share/mlt/presets/consumer/avformat/dv_pal/DVD
-share/mlt/presets/consumer/avformat/dv_pal_wide/D10
-share/mlt/presets/consumer/avformat/dv_pal_wide/DV
-share/mlt/presets/consumer/avformat/dv_pal_wide/DVCPRO50
-share/mlt/presets/consumer/avformat/dv_pal_wide/DVD
-share/mlt/presets/consumer/avformat/hdv_1080_25p/HDV
-share/mlt/presets/consumer/avformat/hdv_1080_30p/HDV
-share/mlt/presets/consumer/avformat/hdv_1080_50i/HDV
-share/mlt/presets/consumer/avformat/hdv_1080_60i/HDV
-share/mlt/presets/consumer/avformat/hdv_720_25p/HDV
-share/mlt/presets/consumer/avformat/hdv_720_30p/HDV
-share/mlt/presets/consumer/avformat/hdv_720_50p/HDV
-share/mlt/presets/consumer/avformat/hdv_720_60p/HDV
-share/mlt/presets/consumer/avformat/intermediate/DNxHR-HQ
-share/mlt/presets/consumer/avformat/intermediate/MJPEG
-share/mlt/presets/consumer/avformat/intermediate/MPEG-2
-share/mlt/presets/consumer/avformat/intermediate/MPEG-4
-share/mlt/presets/consumer/avformat/intermediate/ProRes
-share/mlt/presets/consumer/avformat/intermediate/ProRes HQ
-share/mlt/presets/consumer/avformat/intermediate/ProRes-Kostya
-share/mlt/presets/consumer/avformat/lossless/FFV1
-share/mlt/presets/consumer/avformat/lossless/H.264
-share/mlt/presets/consumer/avformat/lossless/HuffYUV
-share/mlt/presets/consumer/avformat/lossless/Ut Video
-share/mlt/presets/consumer/avformat/stills/BMP
-share/mlt/presets/consumer/avformat/stills/DPX
-share/mlt/presets/consumer/avformat/stills/JPEG
-share/mlt/presets/consumer/avformat/stills/PNG
-share/mlt/presets/consumer/avformat/stills/PPM
-share/mlt/presets/consumer/avformat/stills/TGA
-share/mlt/presets/consumer/avformat/stills/TIFF
-share/mlt/presets/consumer/avformat/vp9
-share/mlt/presets/consumer/avformat/webm
-share/mlt/presets/consumer/avformat/webm-pass1
-share/mlt/presets/consumer/avformat/x264-medium
-share/mlt/presets/consumer/avformat/x264-medium-baseline
-share/mlt/presets/consumer/avformat/x264-medium-main
-share/mlt/presets/consumer/avformat/x264-medium-pass1
-share/mlt/presets/consumer/avformat/x265-medium
-share/mlt/presets/consumer/avformat/x265-medium-pass1
-share/mlt/presets/filter/brightness/from_black
-share/mlt/presets/filter/brightness/to_black
-share/mlt/presets/filter/movit.blur/blur_in
-share/mlt/presets/filter/movit.blur/blur_in_out
-share/mlt/presets/filter/movit.blur/blur_out
-share/mlt/presets/filter/movit.opacity/fade_in
-share/mlt/presets/filter/movit.opacity/fade_in_out
-share/mlt/presets/filter/movit.opacity/fade_out
-share/mlt/presets/filter/volume/fade_in
-share/mlt/presets/filter/volume/fade_out
-share/mlt/profiles/atsc_1080i_50
-share/mlt/profiles/atsc_1080i_5994
-share/mlt/profiles/atsc_1080i_60
-share/mlt/profiles/atsc_1080p_2398
-share/mlt/profiles/atsc_1080p_24
-share/mlt/profiles/atsc_1080p_25
-share/mlt/profiles/atsc_1080p_2997
-share/mlt/profiles/atsc_1080p_30
-share/mlt/profiles/atsc_1080p_50
-share/mlt/profiles/atsc_1080p_5994
-share/mlt/profiles/atsc_1080p_60
-share/mlt/profiles/atsc_720p_2398
-share/mlt/profiles/atsc_720p_24
-share/mlt/profiles/atsc_720p_25
-share/mlt/profiles/atsc_720p_2997
-share/mlt/profiles/atsc_720p_30
-share/mlt/profiles/atsc_720p_50
-share/mlt/profiles/atsc_720p_5994
-share/mlt/profiles/atsc_720p_60
-share/mlt/profiles/cif_15
-share/mlt/profiles/cif_ntsc
-share/mlt/profiles/cif_pal
-share/mlt/profiles/cvd_ntsc
-share/mlt/profiles/cvd_pal
-share/mlt/profiles/dv_ntsc
-share/mlt/profiles/dv_ntsc_wide
-share/mlt/profiles/dv_pal
-share/mlt/profiles/dv_pal_wide
-share/mlt/profiles/hdv_1080_25p
-share/mlt/profiles/hdv_1080_30p
-share/mlt/profiles/hdv_1080_50i
-share/mlt/profiles/hdv_1080_60i
-share/mlt/profiles/hdv_720_25p
-share/mlt/profiles/hdv_720_30p
-share/mlt/profiles/hdv_720_50p
-share/mlt/profiles/hdv_720_60p
-share/mlt/profiles/qcif_15
-share/mlt/profiles/qcif_ntsc
-share/mlt/profiles/qcif_pal
-share/mlt/profiles/qhd_1440p_2398
-share/mlt/profiles/qhd_1440p_24
-share/mlt/profiles/qhd_1440p_25
-share/mlt/profiles/qhd_1440p_2997
-share/mlt/profiles/qhd_1440p_30
-share/mlt/profiles/qhd_1440p_50
-share/mlt/profiles/qhd_1440p_5994
-share/mlt/profiles/qhd_1440p_60
-share/mlt/profiles/quarter_15
-share/mlt/profiles/quarter_ntsc
-share/mlt/profiles/quarter_ntsc_wide
-share/mlt/profiles/quarter_pal
-share/mlt/profiles/quarter_pal_wide
-share/mlt/profiles/sdi_486i_5994
-share/mlt/profiles/sdi_486p_2398
-share/mlt/profiles/square_1080p_30
-share/mlt/profiles/square_1080p_60
-share/mlt/profiles/square_ntsc
-share/mlt/profiles/square_ntsc_wide
-share/mlt/profiles/square_pal
-share/mlt/profiles/square_pal_wide
-share/mlt/profiles/svcd_ntsc
-share/mlt/profiles/svcd_ntsc_wide
-share/mlt/profiles/svcd_pal
-share/mlt/profiles/svcd_pal_wide
-share/mlt/profiles/uhd_2160p_2398
-share/mlt/profiles/uhd_2160p_24
-share/mlt/profiles/uhd_2160p_25
-share/mlt/profiles/uhd_2160p_2997
-share/mlt/profiles/uhd_2160p_30
-share/mlt/profiles/uhd_2160p_50
-share/mlt/profiles/uhd_2160p_5994
-share/mlt/profiles/uhd_2160p_60
-share/mlt/profiles/vcd_ntsc
-share/mlt/profiles/vcd_pal
-share/mlt/profiles/vertical_hd_30
-share/mlt/profiles/vertical_hd_60
-share/mlt/qt/filter_audiospectrum.yml
-share/mlt/qt/filter_audiowaveform.yml
-share/mlt/qt/filter_lightshow.yml
-share/mlt/qt/filter_qtblend.yml
-share/mlt/qt/filter_qtcrop.yml
-share/mlt/qt/filter_qtext.yml
-share/mlt/qt/filter_typewriter.yml
-share/mlt/qt/producer_kdenlivetitle.yml
-share/mlt/qt/producer_qimage.yml
-share/mlt/qt/producer_qtext.yml
-share/mlt/qt/transition_qtblend.yml
-share/mlt/qt/transition_vqm.yml
-share/mlt/resample/filter_resample.yml
-share/mlt/sdl2/consumer_sdl2.yml
-share/mlt/sdl2/consumer_sdl2_audio.yml
-share/mlt/sox/filter_sox.yml
-share/mlt/sox/filter_sox_effect.yml
-share/mlt/videostab/filter_videostab.yml
-share/mlt/videostab/filter_videostab2.yml
-share/mlt/vmfx/filter_chroma.yml
-share/mlt/vmfx/filter_chroma_hold.yml
-share/mlt/vmfx/filter_mono.yml
-share/mlt/vmfx/filter_shape.yml
-share/mlt/vmfx/producer_pgm.yml
-share/mlt/vorbis/producer_vorbis.yml
-share/mlt/xml/consumer_xml.yml
-share/mlt/xml/mlt-xml.dtd
-share/mlt/xml/producer_xml-nogl.yml
-share/mlt/xml/producer_xml-string.yml
-share/mlt/xml/producer_xml.yml
+bin/melt-7
+include/mlt-7/framework/mlt.h
+include/mlt-7/framework/mlt_animation.h
+include/mlt-7/framework/mlt_audio.h
+include/mlt-7/framework/mlt_cache.h
+include/mlt-7/framework/mlt_chain.h
+include/mlt-7/framework/mlt_consumer.h
+include/mlt-7/framework/mlt_deque.h
+include/mlt-7/framework/mlt_events.h
+include/mlt-7/framework/mlt_factory.h
+include/mlt-7/framework/mlt_field.h
+include/mlt-7/framework/mlt_filter.h
+include/mlt-7/framework/mlt_frame.h
+include/mlt-7/framework/mlt_image.h
+include/mlt-7/framework/mlt_link.h
+include/mlt-7/framework/mlt_log.h
+include/mlt-7/framework/mlt_luma_map.h
+include/mlt-7/framework/mlt_multitrack.h
+include/mlt-7/framework/mlt_parser.h
+include/mlt-7/framework/mlt_playlist.h
+include/mlt-7/framework/mlt_pool.h
+include/mlt-7/framework/mlt_producer.h
+include/mlt-7/framework/mlt_profile.h
+include/mlt-7/framework/mlt_properties.h
+include/mlt-7/framework/mlt_property.h
+include/mlt-7/framework/mlt_repository.h
+include/mlt-7/framework/mlt_service.h
+include/mlt-7/framework/mlt_slices.h
+include/mlt-7/framework/mlt_tokeniser.h
+include/mlt-7/framework/mlt_tractor.h
+include/mlt-7/framework/mlt_transition.h
+include/mlt-7/framework/mlt_types.h
+include/mlt-7/framework/mlt_version.h
+include/mlt-7/mlt++/Mlt.h
+include/mlt-7/mlt++/MltAnimation.h
+include/mlt-7/mlt++/MltAudio.h
+include/mlt-7/mlt++/MltChain.h
+include/mlt-7/mlt++/MltConfig.h
+include/mlt-7/mlt++/MltConsumer.h
+include/mlt-7/mlt++/MltDeque.h
+include/mlt-7/mlt++/MltEvent.h
+include/mlt-7/mlt++/MltFactory.h
+include/mlt-7/mlt++/MltField.h
+include/mlt-7/mlt++/MltFilter.h
+include/mlt-7/mlt++/MltFilteredConsumer.h
+include/mlt-7/mlt++/MltFilteredProducer.h
+include/mlt-7/mlt++/MltFrame.h
+include/mlt-7/mlt++/MltImage.h
+include/mlt-7/mlt++/MltLink.h
+include/mlt-7/mlt++/MltMultitrack.h
+include/mlt-7/mlt++/MltParser.h
+include/mlt-7/mlt++/MltPlaylist.h
+include/mlt-7/mlt++/MltProducer.h
+include/mlt-7/mlt++/MltProfile.h
+include/mlt-7/mlt++/MltProperties.h
+include/mlt-7/mlt++/MltPushConsumer.h
+include/mlt-7/mlt++/MltRepository.h
+include/mlt-7/mlt++/MltService.h
+include/mlt-7/mlt++/MltTokeniser.h
+include/mlt-7/mlt++/MltTractor.h
+include/mlt-7/mlt++/MltTransition.h
+lib/cmake/Mlt7/Mlt7Config.cmake
+lib/cmake/Mlt7/Mlt7ConfigVersion.cmake
+lib/cmake/Mlt7/Mlt7Targets-noconfig.cmake
+lib/cmake/Mlt7/Mlt7Targets.cmake
+lib/libmlt++-7.so
+lib/libmlt++-7.so.7
+lib/libmlt++-7.so.${PKGVERSION}
+lib/libmlt-7.so
+lib/libmlt-7.so.7
+lib/libmlt-7.so.${PKGVERSION}
+lib/mlt-7/libmltavformat.so
+lib/mlt-7/libmltcore.so
+lib/mlt-7/libmltdecklink.so
+lib/mlt-7/libmltfrei0r.so
+lib/mlt-7/libmltgdk.so
+lib/mlt-7/libmltjackrack.so
+lib/mlt-7/libmltkdenlive.so
+lib/mlt-7/libmltmovit.so
+lib/mlt-7/libmltnormalize.so
+lib/mlt-7/libmltoldfilm.so
+lib/mlt-7/libmltplus.so
+lib/mlt-7/libmltplusgpl.so
+lib/mlt-7/libmltqt.so
+lib/mlt-7/libmltresample.so
+lib/mlt-7/libmltrtaudio.so
+lib/mlt-7/libmltsdl2.so
+lib/mlt-7/libmltsox.so
+lib/mlt-7/libmltvorbis.so
+lib/mlt-7/libmltxine.so
+lib/mlt-7/libmltxml.so
+lib/pkgconfig/mlt++-7.pc
+lib/pkgconfig/mlt-framework-7.pc
+man/man1/melt-7.1
+share/mlt-7/avformat/blacklist.txt
+share/mlt-7/avformat/consumer_avformat.yml
+share/mlt-7/avformat/producer_avformat.yml
+share/mlt-7/avformat/resolution_scale.yml
+share/mlt-7/avformat/yuv_only.txt
+share/mlt-7/core/consumer_multi.yml
+share/mlt-7/core/filter_audiomap.yml
+share/mlt-7/core/filter_audiowave.yml
+share/mlt-7/core/filter_box_blur.yml
+share/mlt-7/core/filter_brightness.yml
+share/mlt-7/core/filter_channelcopy.yml
+share/mlt-7/core/filter_choppy.yml
+share/mlt-7/core/filter_crop.yml
+share/mlt-7/core/filter_fieldorder.yml
+share/mlt-7/core/filter_gamma.yml
+share/mlt-7/core/filter_greyscale.yml
+share/mlt-7/core/filter_luma.yml
+share/mlt-7/core/filter_mask_apply.yml
+share/mlt-7/core/filter_mask_start.yml
+share/mlt-7/core/filter_mirror.yml
+share/mlt-7/core/filter_mono.yml
+share/mlt-7/core/filter_obscure.yml
+share/mlt-7/core/filter_panner.yml
+share/mlt-7/core/filter_pillar_echo.yml
+share/mlt-7/core/filter_rescale.yml
+share/mlt-7/core/filter_resize.yml
+share/mlt-7/core/filter_transition.yml
+share/mlt-7/core/filter_watermark.yml
+share/mlt-7/core/link_timeremap.yml
+share/mlt-7/core/loader.dict
+share/mlt-7/core/loader.ini
+share/mlt-7/core/producer_colour.yml
+share/mlt-7/core/producer_consumer.yml
+share/mlt-7/core/producer_hold.yml
+share/mlt-7/core/producer_loader.yml
+share/mlt-7/core/producer_melt.yml
+share/mlt-7/core/producer_melt_file.yml
+share/mlt-7/core/producer_noise.yml
+share/mlt-7/core/producer_timewarp.yml
+share/mlt-7/core/producer_tone.yml
+share/mlt-7/core/transition_composite.yml
+share/mlt-7/core/transition_luma.yml
+share/mlt-7/core/transition_matte.yml
+share/mlt-7/core/transition_mix.yml
+share/mlt-7/decklink/consumer_decklink.yml
+share/mlt-7/decklink/producer_decklink.yml
+share/mlt-7/frei0r/blacklist.txt
+share/mlt-7/frei0r/filter_cairoblend_mode.yml
+share/mlt-7/frei0r/not_thread_safe.txt
+share/mlt-7/frei0r/param_name_map.yaml
+share/mlt-7/frei0r/resolution_scale.yml
+share/mlt-7/gdk/filter_rescale.yml
+share/mlt-7/gdk/producer_pango.yml
+share/mlt-7/gdk/producer_pixbuf.yml
+share/mlt-7/jackrack/consumer_jack.yml
+share/mlt-7/jackrack/filter_jack.yml
+share/mlt-7/jackrack/filter_jackrack.yml
+share/mlt-7/jackrack/filter_ladspa.yml
+share/mlt-7/jackrack/producer_ladspa.yml
+share/mlt-7/kdenlive/filter_boxblur.yml
+share/mlt-7/kdenlive/filter_freeze.yml
+share/mlt-7/kdenlive/filter_wave.yml
+share/mlt-7/kdenlive/producer_framebuffer.yml
+share/mlt-7/metaschema.yaml
+share/mlt-7/movit/filter_movit_blur.yml
+share/mlt-7/movit/filter_movit_deconvolution_sharpen.yml
+share/mlt-7/movit/filter_movit_diffusion.yml
+share/mlt-7/movit/filter_movit_flip.yml
+share/mlt-7/movit/filter_movit_glow.yml
+share/mlt-7/movit/filter_movit_lift_gamma_gain.yml
+share/mlt-7/movit/filter_movit_mirror.yml
+share/mlt-7/movit/filter_movit_opacity.yml
+share/mlt-7/movit/filter_movit_rect.yml
+share/mlt-7/movit/filter_movit_saturation.yml
+share/mlt-7/movit/filter_movit_vignette.yml
+share/mlt-7/movit/filter_movit_white_balance.yml
+share/mlt-7/movit/transition_movit_luma.yml
+share/mlt-7/movit/transition_movit_mix.yml
+share/mlt-7/movit/transition_movit_overlay.yml
+share/mlt-7/normalize/filter_audiolevel.yml
+share/mlt-7/normalize/filter_volume.yml
+share/mlt-7/oldfilm/dust1.svg
+share/mlt-7/oldfilm/dust2.svg
+share/mlt-7/oldfilm/dust3.svg
+share/mlt-7/oldfilm/dust4.svg
+share/mlt-7/oldfilm/dust5.svg
+share/mlt-7/oldfilm/fdust.svg
+share/mlt-7/oldfilm/filter_dust.yml
+share/mlt-7/oldfilm/filter_grain.yml
+share/mlt-7/oldfilm/filter_lines.yml
+share/mlt-7/oldfilm/filter_oldfilm.yml
+share/mlt-7/oldfilm/filter_tcolor.yml
+share/mlt-7/oldfilm/filter_vignette.yml
+share/mlt-7/oldfilm/grain.svg
+share/mlt-7/oldfilm/lines.svg
+share/mlt-7/oldfilm/oldfilm.svg
+share/mlt-7/oldfilm/tcolor.svg
+share/mlt-7/oldfilm/vignette.svg
+share/mlt-7/plus/consumer_blipflash.yml
+share/mlt-7/plus/filter_affine.yml
+share/mlt-7/plus/filter_charcoal.yml
+share/mlt-7/plus/filter_chroma.yml
+share/mlt-7/plus/filter_chroma_hold.yml
+share/mlt-7/plus/filter_dance.yml
+share/mlt-7/plus/filter_dynamic_loudness.yml
+share/mlt-7/plus/filter_dynamictext.yml
+share/mlt-7/plus/filter_fft.yml
+share/mlt-7/plus/filter_invert.yml
+share/mlt-7/plus/filter_lift_gamma_gain.yml
+share/mlt-7/plus/filter_loudness.yml
+share/mlt-7/plus/filter_loudness_meter.yml
+share/mlt-7/plus/filter_lumakey.yml
+share/mlt-7/plus/filter_rgblut.yml
+share/mlt-7/plus/filter_sepia.yml
+share/mlt-7/plus/filter_shape.yml
+share/mlt-7/plus/filter_spot_remover.yml
+share/mlt-7/plus/filter_strobe.yml
+share/mlt-7/plus/filter_text.yml
+share/mlt-7/plus/filter_threshold.yml
+share/mlt-7/plus/filter_timer.yml
+share/mlt-7/plus/producer_blipflash.yml
+share/mlt-7/plus/producer_count.yml
+share/mlt-7/plus/producer_pgm.yml
+share/mlt-7/plus/transition_affine.yml
+share/mlt-7/plusgpl/consumer_cbrts.yml
+share/mlt-7/plusgpl/filter_burningtv.yml
+share/mlt-7/plusgpl/filter_lumaliftgaingamma.yml
+share/mlt-7/plusgpl/filter_rotoscoping.yml
+share/mlt-7/presets/consumer/avformat/AAC
+share/mlt-7/presets/consumer/avformat/ALAC
+share/mlt-7/presets/consumer/avformat/AV1
+share/mlt-7/presets/consumer/avformat/FLAC
+share/mlt-7/presets/consumer/avformat/Flash
+share/mlt-7/presets/consumer/avformat/GIF
+share/mlt-7/presets/consumer/avformat/MJPEG
+share/mlt-7/presets/consumer/avformat/MP3
+share/mlt-7/presets/consumer/avformat/MPEG-2
+share/mlt-7/presets/consumer/avformat/MPEG-4
+share/mlt-7/presets/consumer/avformat/MPEG-4-ASP
+share/mlt-7/presets/consumer/avformat/Slide-Deck-H264
+share/mlt-7/presets/consumer/avformat/Slide-Deck-HEVC
+share/mlt-7/presets/consumer/avformat/Sony-PSP
+share/mlt-7/presets/consumer/avformat/Vorbis
+share/mlt-7/presets/consumer/avformat/WAV
+share/mlt-7/presets/consumer/avformat/WMA
+share/mlt-7/presets/consumer/avformat/WMV
+share/mlt-7/presets/consumer/avformat/XDCAM-HD422
+share/mlt-7/presets/consumer/avformat/YouTube
+share/mlt-7/presets/consumer/avformat/alpha/Quicktime Animation
+share/mlt-7/presets/consumer/avformat/alpha/Ut Video
+share/mlt-7/presets/consumer/avformat/alpha/vp8
+share/mlt-7/presets/consumer/avformat/alpha/vp9
+share/mlt-7/presets/consumer/avformat/atsc_1080i_50/DNxHD
+share/mlt-7/presets/consumer/avformat/atsc_1080i_5994/DNxHD
+share/mlt-7/presets/consumer/avformat/atsc_1080p_2398/DNxHD
+share/mlt-7/presets/consumer/avformat/atsc_1080p_24/DNxHD
+share/mlt-7/presets/consumer/avformat/atsc_1080p_25/DNxHD
+share/mlt-7/presets/consumer/avformat/atsc_1080p_2997/DNxHD
+share/mlt-7/presets/consumer/avformat/atsc_1080p_30/DNxHD
+share/mlt-7/presets/consumer/avformat/atsc_1080p_50/DNxHD
+share/mlt-7/presets/consumer/avformat/atsc_1080p_5994/DNxHD
+share/mlt-7/presets/consumer/avformat/atsc_1080p_60/DNxHD
+share/mlt-7/presets/consumer/avformat/atsc_720p_2398/DNxHD
+share/mlt-7/presets/consumer/avformat/atsc_720p_50/DNxHD
+share/mlt-7/presets/consumer/avformat/atsc_720p_5994/DNxHD
+share/mlt-7/presets/consumer/avformat/atsc_720p_60/DNxHD
+share/mlt-7/presets/consumer/avformat/dv_ntsc/D10
+share/mlt-7/presets/consumer/avformat/dv_ntsc/DV
+share/mlt-7/presets/consumer/avformat/dv_ntsc/DVCPRO50
+share/mlt-7/presets/consumer/avformat/dv_ntsc/DVD
+share/mlt-7/presets/consumer/avformat/dv_ntsc_wide/D10
+share/mlt-7/presets/consumer/avformat/dv_ntsc_wide/DV
+share/mlt-7/presets/consumer/avformat/dv_ntsc_wide/DVCPRO50
+share/mlt-7/presets/consumer/avformat/dv_ntsc_wide/DVD
+share/mlt-7/presets/consumer/avformat/dv_pal/D10
+share/mlt-7/presets/consumer/avformat/dv_pal/DV
+share/mlt-7/presets/consumer/avformat/dv_pal/DVCPRO50
+share/mlt-7/presets/consumer/avformat/dv_pal/DVD
+share/mlt-7/presets/consumer/avformat/dv_pal_wide/D10
+share/mlt-7/presets/consumer/avformat/dv_pal_wide/DV
+share/mlt-7/presets/consumer/avformat/dv_pal_wide/DVCPRO50
+share/mlt-7/presets/consumer/avformat/dv_pal_wide/DVD
+share/mlt-7/presets/consumer/avformat/hdv_1080_25p/HDV
+share/mlt-7/presets/consumer/avformat/hdv_1080_30p/HDV
+share/mlt-7/presets/consumer/avformat/hdv_1080_50i/HDV
+share/mlt-7/presets/consumer/avformat/hdv_1080_60i/HDV
+share/mlt-7/presets/consumer/avformat/hdv_720_25p/HDV
+share/mlt-7/presets/consumer/avformat/hdv_720_30p/HDV
+share/mlt-7/presets/consumer/avformat/hdv_720_50p/HDV
+share/mlt-7/presets/consumer/avformat/hdv_720_60p/HDV
+share/mlt-7/presets/consumer/avformat/intermediate/DNxHR-HQ
+share/mlt-7/presets/consumer/avformat/intermediate/MJPEG
+share/mlt-7/presets/consumer/avformat/intermediate/MPEG-2
+share/mlt-7/presets/consumer/avformat/intermediate/MPEG-4
+share/mlt-7/presets/consumer/avformat/intermediate/ProRes
+share/mlt-7/presets/consumer/avformat/intermediate/ProRes HQ
+share/mlt-7/presets/consumer/avformat/intermediate/ProRes-Kostya
+share/mlt-7/presets/consumer/avformat/lossless/FFV1
+share/mlt-7/presets/consumer/avformat/lossless/H.264
+share/mlt-7/presets/consumer/avformat/lossless/HuffYUV
+share/mlt-7/presets/consumer/avformat/lossless/Ut Video
+share/mlt-7/presets/consumer/avformat/stills/BMP
+share/mlt-7/presets/consumer/avformat/stills/DPX
+share/mlt-7/presets/consumer/avformat/stills/JPEG
+share/mlt-7/presets/consumer/avformat/stills/PNG
+share/mlt-7/presets/consumer/avformat/stills/PPM
+share/mlt-7/presets/consumer/avformat/stills/TGA
+share/mlt-7/presets/consumer/avformat/stills/TIFF
+share/mlt-7/presets/consumer/avformat/stills/webp
+share/mlt-7/presets/consumer/avformat/vp9
+share/mlt-7/presets/consumer/avformat/webm
+share/mlt-7/presets/consumer/avformat/webm-pass1
+share/mlt-7/presets/consumer/avformat/webp
+share/mlt-7/presets/consumer/avformat/x264-medium
+share/mlt-7/presets/consumer/avformat/x264-medium-baseline
+share/mlt-7/presets/consumer/avformat/x264-medium-main
+share/mlt-7/presets/consumer/avformat/x264-medium-pass1
+share/mlt-7/presets/consumer/avformat/x265-medium
+share/mlt-7/presets/consumer/avformat/x265-medium-pass1
+share/mlt-7/presets/filter/brightness/from_black
+share/mlt-7/presets/filter/brightness/to_black
+share/mlt-7/presets/filter/movit.blur/blur_in
+share/mlt-7/presets/filter/movit.blur/blur_in_out
+share/mlt-7/presets/filter/movit.blur/blur_out
+share/mlt-7/presets/filter/movit.opacity/fade_in
+share/mlt-7/presets/filter/movit.opacity/fade_in_out
+share/mlt-7/presets/filter/movit.opacity/fade_out
+share/mlt-7/presets/filter/volume/fade_in
+share/mlt-7/presets/filter/volume/fade_out
+share/mlt-7/profiles/atsc_1080i_50
+share/mlt-7/profiles/atsc_1080i_5994
+share/mlt-7/profiles/atsc_1080i_60
+share/mlt-7/profiles/atsc_1080p_2398
+share/mlt-7/profiles/atsc_1080p_24
+share/mlt-7/profiles/atsc_1080p_25
+share/mlt-7/profiles/atsc_1080p_2997
+share/mlt-7/profiles/atsc_1080p_30
+share/mlt-7/profiles/atsc_1080p_50
+share/mlt-7/profiles/atsc_1080p_5994
+share/mlt-7/profiles/atsc_1080p_60
+share/mlt-7/profiles/atsc_720p_2398
+share/mlt-7/profiles/atsc_720p_24
+share/mlt-7/profiles/atsc_720p_25
+share/mlt-7/profiles/atsc_720p_2997
+share/mlt-7/profiles/atsc_720p_30
+share/mlt-7/profiles/atsc_720p_50
+share/mlt-7/profiles/atsc_720p_5994
+share/mlt-7/profiles/atsc_720p_60
+share/mlt-7/profiles/cif_15
+share/mlt-7/profiles/cif_ntsc
+share/mlt-7/profiles/cif_pal
+share/mlt-7/profiles/cvd_ntsc
+share/mlt-7/profiles/cvd_pal
+share/mlt-7/profiles/dv_ntsc
+share/mlt-7/profiles/dv_ntsc_wide
+share/mlt-7/profiles/dv_pal
+share/mlt-7/profiles/dv_pal_wide
+share/mlt-7/profiles/hdv_1080_25p
+share/mlt-7/profiles/hdv_1080_30p
+share/mlt-7/profiles/hdv_1080_50i
+share/mlt-7/profiles/hdv_1080_60i
+share/mlt-7/profiles/hdv_720_25p
+share/mlt-7/profiles/hdv_720_30p
+share/mlt-7/profiles/hdv_720_50p
+share/mlt-7/profiles/hdv_720_60p
+share/mlt-7/profiles/qcif_15
+share/mlt-7/profiles/qcif_ntsc
+share/mlt-7/profiles/qcif_pal
+share/mlt-7/profiles/qhd_1440p_2398
+share/mlt-7/profiles/qhd_1440p_24
+share/mlt-7/profiles/qhd_1440p_25
+share/mlt-7/profiles/qhd_1440p_2997
+share/mlt-7/profiles/qhd_1440p_30
+share/mlt-7/profiles/qhd_1440p_50
+share/mlt-7/profiles/qhd_1440p_5994
+share/mlt-7/profiles/qhd_1440p_60
+share/mlt-7/profiles/quarter_15
+share/mlt-7/profiles/quarter_ntsc
+share/mlt-7/profiles/quarter_ntsc_wide
+share/mlt-7/profiles/quarter_pal
+share/mlt-7/profiles/quarter_pal_wide
+share/mlt-7/profiles/sdi_486i_5994
+share/mlt-7/profiles/sdi_486p_2398
+share/mlt-7/profiles/square_1080p_30
+share/mlt-7/profiles/square_1080p_60
+share/mlt-7/profiles/square_ntsc
+share/mlt-7/profiles/square_ntsc_wide
+share/mlt-7/profiles/square_pal
+share/mlt-7/profiles/square_pal_wide
+share/mlt-7/profiles/svcd_ntsc
+share/mlt-7/profiles/svcd_ntsc_wide
+share/mlt-7/profiles/svcd_pal
+share/mlt-7/profiles/svcd_pal_wide
+share/mlt-7/profiles/uhd_2160p_2398
+share/mlt-7/profiles/uhd_2160p_24
+share/mlt-7/profiles/uhd_2160p_25
+share/mlt-7/profiles/uhd_2160p_2997
+share/mlt-7/profiles/uhd_2160p_30
+share/mlt-7/profiles/uhd_2160p_50
+share/mlt-7/profiles/uhd_2160p_5994
+share/mlt-7/profiles/uhd_2160p_60
+share/mlt-7/profiles/vcd_ntsc
+share/mlt-7/profiles/vcd_pal
+share/mlt-7/profiles/vertical_hd_30
+share/mlt-7/profiles/vertical_hd_60
+share/mlt-7/qt/filter_audiolevelgraph.yml
+share/mlt-7/qt/filter_audiospectrum.yml
+share/mlt-7/qt/filter_audiowaveform.yml
+share/mlt-7/qt/filter_lightshow.yml
+share/mlt-7/qt/filter_qtblend.yml
+share/mlt-7/qt/filter_qtcrop.yml
+share/mlt-7/qt/filter_qtext.yml
+share/mlt-7/qt/filter_typewriter.yml
+share/mlt-7/qt/producer_kdenlivetitle.yml
+share/mlt-7/qt/producer_qimage.yml
+share/mlt-7/qt/producer_qtext.yml
+share/mlt-7/qt/transition_qtblend.yml
+share/mlt-7/qt/transition_vqm.yml
+share/mlt-7/resample/filter_resample.yml
+share/mlt-7/rtaudio/consumer_rtaudio.yml
+share/mlt-7/sdl2/consumer_sdl2.yml
+share/mlt-7/sdl2/consumer_sdl2_audio.yml
+share/mlt-7/sox/filter_sox.yml
+share/mlt-7/sox/filter_sox_effect.yml
+share/mlt-7/vorbis/producer_vorbis.yml
+share/mlt-7/xml/consumer_xml.yml
+share/mlt-7/xml/filter_gpstext.yml
+share/mlt-7/xml/mlt-xml.dtd
+share/mlt-7/xml/producer_xml-nogl.yml
+share/mlt-7/xml/producer_xml-string.yml
+share/mlt-7/xml/producer_xml.yml
diff --git a/multimedia/mlt/buildlink3.mk b/multimedia/mlt/buildlink3.mk
index ff4c7bce32e..98589fb4f0f 100644
--- a/multimedia/mlt/buildlink3.mk
+++ b/multimedia/mlt/buildlink3.mk
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.2 2014/03/30 19:42:53 abs Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2022/09/29 00:06:48 markd Exp $
BUILDLINK_TREE+= mlt
.if !defined(MLT_BUILDLINK3_MK)
MLT_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.mlt+= mlt>=0.9.0
-BUILDLINK_ABI_DEPENDS.mlt+= mlt>=0.9.0
+BUILDLINK_API_DEPENDS.mlt+= mlt>=7.8.0
+BUILDLINK_ABI_DEPENDS.mlt+= mlt>=7.8.0
BUILDLINK_PKGSRCDIR.mlt?= ../../multimedia/mlt
.endif # MLT_BUILDLINK3_MK
diff --git a/multimedia/mlt/distinfo b/multimedia/mlt/distinfo
index 59b5a7d4ffe..0fb97db7eac 100644
--- a/multimedia/mlt/distinfo
+++ b/multimedia/mlt/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.14 2021/10/26 11:01:12 nia Exp $
+$NetBSD: distinfo,v 1.15 2022/09/29 00:06:48 markd Exp $
-BLAKE2s (mlt-6.26.1.tar.gz) = 1f1e5779597380f554ed7ca79bf1d44ad19d37762e87a026f288df8bb7e8279e
-SHA512 (mlt-6.26.1.tar.gz) = 6a3ef572cddee48c3089b19b2920de84936aa913a3f35b6f06e4bece2dc7a5a168daecfbaa8111c799b5316f967c37b09d485c000a4eba69af4f7ee3dc8db9e4
-Size (mlt-6.26.1.tar.gz) = 1366022 bytes
+BLAKE2s (mlt-7.8.0.tar.gz) = b5b1b20d1db2e52afccad244bb9f6d41b558ca127f84b48777e586f83b29ea9e
+SHA512 (mlt-7.8.0.tar.gz) = da24e59a8fab719eb5352fd3583578938e7f2161f022747e476fe817746ea4c44b8e4319d1b7fefcf075087c255664efdbed1ce81dd22904b68335b5b218f7b2
+Size (mlt-7.8.0.tar.gz) = 1221406 bytes
SHA1 (patch-src_framework_mlt__properties.c) = 5e8b30cdabb90ed96a122a2654dc254f74a87374
SHA1 (patch-src_framework_mlt__property.h) = d477cd70b6fecba00f26a5c8f155c9bab73aea03