Accepting request 1038418 from home:cgiboudeaux:branches:multimedia:libs
Update to 7.12.0 OBS-URL: https://build.opensuse.org/request/show/1038418 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=146
This commit is contained in:
parent
08b42e4b47
commit
57dc275d50
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 27 10:18:16 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 7.12.0
|
||||
* Fix a couple of major new bugs in the popular qtblend and
|
||||
frei0r.cairoblend transitions
|
||||
* New color animation APIs with sensible interpolation
|
||||
Framework:
|
||||
* Added new color animation APIs
|
||||
Modules:
|
||||
* Updated the following services to support animation of color
|
||||
properties: frei0r, chroma, chroma_hold, audiolevelgraph,
|
||||
audiospectrum, audiowaveform, gpsgraphic, gpstext, qtcrop,
|
||||
qtext
|
||||
* Added discontinuity_reset property to dynamic_loudness filter
|
||||
* Fixed qtblend transition not blending with an opaque rgba
|
||||
image
|
||||
* Added support for the "finer" engine in Rubberband version 3
|
||||
* Fixed crash in frei0r.cairoblend when threads property not set
|
||||
Other:
|
||||
* Fixed leaking the xml producer in melt when the XML contains
|
||||
a consumer element but no profile information
|
||||
* Fixed symbol not found error in rtaudio consumer
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 2 07:19:35 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -18,20 +18,20 @@
|
||||
|
||||
%define _name mlt
|
||||
%define libname lib%{_name}
|
||||
%define lversion 7.10.0
|
||||
%define lversion 7.12.0
|
||||
%define sover 7
|
||||
%define lib_pkgname %{libname}-%{sover}-%{sover}
|
||||
%define _name_pp %{_name}++
|
||||
%define libname_pp lib%{_name_pp}
|
||||
%define sover_pp 7
|
||||
%define lversion_pp 7.10.0
|
||||
%define lversion_pp 7.12.0
|
||||
%define libpp_pkgname %{libname_pp}-%{sover_pp}-%{sover_pp}
|
||||
# Qt 6 is not available in Leap 15.3
|
||||
%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400
|
||||
%bcond_without Qt6
|
||||
%endif
|
||||
Name: %{libname}
|
||||
Version: 7.10.0
|
||||
Version: 7.12.0
|
||||
Release: 0
|
||||
Summary: Multimedia framework for television broadcasting
|
||||
License: GPL-3.0-or-later
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cccef15214b51bf8566b6f2113f9b9f190433e396ee5fa4ac0873f240cf828a4
|
||||
size 1251615
|
3
mlt-7.12.0.tar.gz
Normal file
3
mlt-7.12.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41af600a5b223e067dff529d4ebe83bf8dee4efa807c8f928141e1174f13c45c
|
||||
size 1253958
|
Loading…
x
Reference in New Issue
Block a user