Accepting request 439996 from home:alois:branches:multimedia:libs
Update to 6.4.0 OBS-URL: https://build.opensuse.org/request/show/439996 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=62
This commit is contained in:
parent
c8bf747bfc
commit
aaa7ab85bf
@ -1,3 +1,55 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 12 06:50:23 UTC 2016 - aloisio@gmx.com
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 25 11:28:39 UTC 2016 - olaf@aepfle.de
|
||||
|
||||
|
@ -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 @@ Patch1: libmlt-0.8.2-vdpau.patch
|
||||
# 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 @@ done
|
||||
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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd2ee742e89620de78a259790f92a7cadad67f0e0a6c1ea7ed932f96fb739fff
|
||||
size 1314506
|
3
v6.4.0.tar.gz
Normal file
3
v6.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19d53992385f767cb174d692e577c4cb988d032704dbe3df4ebe6373ed388bb9
|
||||
size 1343969
|
Loading…
x
Reference in New Issue
Block a user