From 6b8e13a110adfdda6549f91a3877f0a5652759f6 Mon Sep 17 00:00:00 2001 From: Ben Woods Date: Wed, 8 Jun 2016 16:17:25 +0000 Subject: multimedia/mlt: - Update to 6.2.0 - Mark KDE4 option as implying/requiring QT4 option - Move USE_KDE4=kdelibs to new options helpers - Add USE_GNOME=cairo as notified by new stage-qa error Changes this release: http://mltframework.blogspot.fr/2016/04/version-620-released.html http://mltframework.blogspot.fr/2016/02/version-600-released.html http://mltframework.blogspot.fr/2015/07/version-098-released.html This update also allows multimedia/mlt to build against ffmpeg 3.0.x. The ports tree currently still has multimedia/ffmepg at version 2.8.7, however this update is backwards compatible with ffmpeg 2.8.7. The update of multimedia/ffmpeg to 3.0.x branch is waiting for ports which depend on it to successfully build with the newer version of ffmpeg. PR: 207390 Submitted by: olivierd Approved by: avilla (maintainer timeout), mat (mentor), makc, araujo (with kde hat) Differential Revision: https://reviews.freebsd.org/D6754 --- multimedia/mlt/pkg-plist | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'multimedia/mlt/pkg-plist') diff --git a/multimedia/mlt/pkg-plist b/multimedia/mlt/pkg-plist index c563bc44447f..90e7a86b38d3 100644 --- a/multimedia/mlt/pkg-plist +++ b/multimedia/mlt/pkg-plist @@ -1,5 +1,6 @@ bin/melt include/mlt++/Mlt.h +include/mlt++/MltAnimation.h include/mlt++/MltConsumer.h include/mlt++/MltDeque.h include/mlt++/MltEvent.h @@ -82,10 +83,12 @@ lib/mlt/libmltxml.so libdata/pkgconfig/mlt++.pc libdata/pkgconfig/mlt-framework.pc man/man1/melt.1.gz +%%FFMPEG%%%%DATADIR%%/avformat/blacklist.txt %%FFMPEG%%%%DATADIR%%/avformat/consumer_avformat.yml %%FFMPEG%%%%DATADIR%%/avformat/producer_avformat.yml %%DATADIR%%/core/consumer_multi.yml %%DATADIR%%/core/data_fx.properties +%%DATADIR%%/core/filter_audiomap.yml %%DATADIR%%/core/filter_audiowave.yml %%DATADIR%%/core/filter_brightness.yml %%DATADIR%%/core/filter_channelcopy.yml @@ -113,6 +116,7 @@ man/man1/melt.1.gz %%DATADIR%%/core/producer_melt.yml %%DATADIR%%/core/producer_melt_file.yml %%DATADIR%%/core/producer_noise.yml +%%DATADIR%%/core/producer_timewarp.yml %%DATADIR%%/core/producer_tone.yml %%DATADIR%%/core/transition_composite.yml %%DATADIR%%/core/transition_luma.yml @@ -217,10 +221,14 @@ man/man1/melt.1.gz %%DATADIR%%/plus/consumer_blipflash.yml %%DATADIR%%/plus/filter_affine.yml %%DATADIR%%/plus/filter_charcoal.yml +%%DATADIR%%/plus/filter_dance.yml %%DATADIR%%/plus/filter_dynamictext.yml +%%DATADIR%%/plus/filter_dynamic_loudness.yml +%%DATADIR%%/plus/filter_fft.yml %%DATADIR%%/plus/filter_invert.yml %%DATADIR%%/plus/filter_lift_gamma_gain.yml %%DATADIR%%/plus/filter_loudness.yml +%%DATADIR%%/plus/filter_loudness_meter.yml %%DATADIR%%/plus/filter_lumakey.yml %%DATADIR%%/plus/filter_rgblut.yml %%DATADIR%%/plus/filter_sepia.yml @@ -233,6 +241,7 @@ man/man1/melt.1.gz %%DATADIR%%/plusgpl/filter_rotoscoping.yml %%DATADIR%%/presets/consumer/avformat/AAC %%DATADIR%%/presets/consumer/avformat/Flash +%%DATADIR%%/presets/consumer/avformat/GIF %%DATADIR%%/presets/consumer/avformat/MJPEG %%DATADIR%%/presets/consumer/avformat/MP3 %%DATADIR%%/presets/consumer/avformat/MPEG-2 @@ -388,6 +397,9 @@ man/man1/melt.1.gz %%DATADIR%%/profiles/uhd_2160p_60 %%DATADIR%%/profiles/vcd_ntsc %%DATADIR%%/profiles/vcd_pal +%%DATADIR%%/qt/filter_audiospectrum.yml +%%QT4%%%%DATADIR%%/qt/filter_audiowaveform.yml +%%QT4%%%%DATADIR%%/qt/filter_lightshow.yml %%QT4%%%%DATADIR%%/qt/producer_kdenlivetitle.yml %%QT4%%%%DATADIR%%/qt/producer_qimage.yml %%QT4%%%%DATADIR%%/qt/producer_qtext.yml -- cgit v1.2.3