Hello community, here is the log from the commit of package libmlt for openSUSE:Factory checked in at 2016-11-14 20:17:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmlt (Old) and /work/SRC/openSUSE:Factory/.libmlt.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmlt" Changes: -------- --- /work/SRC/openSUSE:Factory/libmlt/libmlt.changes 2016-07-28 23:47:24.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libmlt.new/libmlt.changes 2016-11-14 20:17:15.000000000 +0100 @@ -1,0 +2,52 @@ +Sat Nov 12 06:50:23 UTC 2016 - [email protected] + +- Update to version 6.4.0 + This is both a bugfix and enhancement release: + Framework + * Added functions for multi-threaded slice-based image processing: + mlt_slices_init, mlt_slices_close, and mlt_slices_run. + * Added Mlt::Profile::is_valid(). + * Added MLT_DIRLIST_DELIMITER to mlt_types.h. + * Renamed mlt++/config.h to mlt++/MltConfig.h. + * Fixed mlt_properties_set_lcnumeric() on macOS. + * Fixed address of Free Software Foundation in comment headers. + Modules + * Added crop_to_fill property to composite transition. + * Added sliced_composite property to composite transition. + * Added peak and true peak properties to loudness_meter filter. + * Added qtblend transition and filter to qt module. + * Added ndi (NewTek NDI) module with producer and consumer. + * Added opencv module with opencv_tracker filter. + * Added line_spacing, strech, wrap_width, and wrap_type properties to + pango producer. + * Added oblique value for style property to pango producer. + * Added fontmap-reload event to pango producer. + * Added support for pkg-config to sdl module. + * Added .kra (Krita Image) file name extension to loader.dict. + * Improved performance of kdenlivetitle producer. + * Improved decklink producer and consumer. + * Improved accuracy of seeking on lossy compressed audio in + avformat producer. + * Improved mix transition using 32-bit floating point. + * Fixed avfilter when image format changes. + * Fixed loading relative file name in vidstab filter. + * Fixed crash on Windows with avfilter. + * Fixed parsing LADSPA_PATH with semi-colon delimiter on Windows. + * Fixed parsing FREI0R_PATH with semi-colon delimiter on Windows. + * Fixed reading relative path with backslash (Windows) in xml producer. + * Fixed loading relative file name for av.file (avfilter). + * Fixed loading multiple LADSPA plugins on some systems. + * Fixed compile error when not configured with --enable-gpl. + * Fixed loading in avfilter.lut3d in locales with comma decimal point. + * Fixed a possible crash in resample filter. + * Fixed alpha channel in kdenlivetitle producer. + * Fixed possible crash in pixbuf and qimage producers. + * Fixed count when counting down in count producer. + Other + * Moved some avformat presets from lossless to new intermediate folder. + * Added a YouTube avformat consumer preset. + * Changed metadata.rb metadata publisher to output Markdown. + +- Removed dupes + +------------------------------------------------------------------- Old: ---- v6.2.0.tar.gz New: ---- v6.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmlt.spec ++++++ --- /var/tmp/diff_new_pack.faWU0x/_old 2016-11-14 20:17:16.000000000 +0100 +++ /var/tmp/diff_new_pack.faWU0x/_new 2016-11-14 20:17:16.000000000 +0100 @@ -32,7 +32,7 @@ %define soname_pp 3 Name: %{libname} -Version: 6.2.0 +Version: 6.4.0 Release: 0 Summary: Multimedia framework designed and developed for television broadcasting License: GPL-3.0+ @@ -44,6 +44,7 @@ # PATCH-FIX-UPSTREAM use-recommended-freetype-include.patch -- Freetype upstream recommends using their macros together with # ft2build include. Positive sideeffect is that this patch makes it build with both freetype2 2.5.1, and older versions Patch2: use-recommended-freetype-include.patch +BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: ladspa-devel BuildRequires: pkg-config @@ -281,6 +282,9 @@ rm -f %{buildroot}%{_libdir}/mlt rm -f %{buildroot}%{_datadir}/mlt +# remove dupes +%fdupes -s %{buildroot}%{_datadir}/mlt-6 + %post -n %{libname}%{soname} -p /sbin/ldconfig %postun -n %{libname}%{soname} -p /sbin/ldconfig ++++++ v6.2.0.tar.gz -> v6.4.0.tar.gz ++++++ ++++ 12439 lines of diff (skipped)
