Accepting request 941613 from home:alois:branches:multimedia:libs
Update to version 7.4.0 OBS-URL: https://build.opensuse.org/request/show/941613 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=136
This commit is contained in:
parent
8e6132dcd5
commit
4725268c88
@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 20 09:43:23 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
- Update to version 7.4.0
|
||||||
|
Framework:
|
||||||
|
* Added more constructors and assignment operators in C++
|
||||||
|
wrapper:
|
||||||
|
+ Mlt::Filter::Filter(Mlt::Filter*)
|
||||||
|
+ Mlt::Link::Link(Mlt::Link*)
|
||||||
|
+ Mlt::Link::Link(Mlt::Service&)
|
||||||
|
+ Mlt::Link::Link(Mlt::Link&)
|
||||||
|
+ Mlt::Link::Link(Mlt::Link const&)
|
||||||
|
+ Mlt::Link::operator=(Mlt::Link const&)
|
||||||
|
+ Mlt::Service::Service(Mlt::Service*)
|
||||||
|
* Fixed serialized animation in
|
||||||
|
mlt_animation_serialize_cut_tf() and
|
||||||
|
mlt_animation_serialize_cut() to include a trailing keyframe
|
||||||
|
value.
|
||||||
|
Modules:
|
||||||
|
* Added property animation for avfilter filters.
|
||||||
|
* This only works for numeric parameters, but many libavfilter
|
||||||
|
options that have a type string are actually numeric in
|
||||||
|
nature but accept a string expression.
|
||||||
|
* Added rotate property to avformat producer to override
|
||||||
|
orientation.
|
||||||
|
* Changed jackrack module to silence false LADSPA plugin
|
||||||
|
loading errors.
|
||||||
|
* Fixed a crash in the oldfilm filter when using preview
|
||||||
|
scaling.
|
||||||
|
* Fixed timeremap link distorts audio when speed is zero.
|
||||||
|
* Added nautical mile and knot units of measure to the gpstext
|
||||||
|
filter.
|
||||||
|
* Fixed full range color handling with embedded tractor (e.g.
|
||||||
|
same track transition).
|
||||||
|
* Fixed device capture in avformat producer regression in
|
||||||
|
version 7.2.0.
|
||||||
|
* Fixed a crash in the matte transition.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 1 19:54:14 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
|
Mon Nov 1 19:54:14 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
@ -18,16 +18,16 @@
|
|||||||
|
|
||||||
%define _name mlt
|
%define _name mlt
|
||||||
%define libname lib%{_name}
|
%define libname lib%{_name}
|
||||||
%define lversion 7.2.0
|
%define lversion 7.4.0
|
||||||
%define sover 7
|
%define sover 7
|
||||||
%define lib_pkgname %{libname}-%{sover}-%{sover}
|
%define lib_pkgname %{libname}-%{sover}-%{sover}
|
||||||
%define _name_pp %{_name}++
|
%define _name_pp %{_name}++
|
||||||
%define libname_pp lib%{_name_pp}
|
%define libname_pp lib%{_name_pp}
|
||||||
%define sover_pp 7
|
%define sover_pp 7
|
||||||
%define lversion_pp 7.2.0
|
%define lversion_pp 7.4.0
|
||||||
%define libpp_pkgname %{libname_pp}-%{sover_pp}-%{sover_pp}
|
%define libpp_pkgname %{libname_pp}-%{sover_pp}-%{sover_pp}
|
||||||
Name: %{libname}
|
Name: %{libname}
|
||||||
Version: 7.2.0
|
Version: 7.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Multimedia framework for television broadcasting
|
Summary: Multimedia framework for television broadcasting
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -39,6 +39,7 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: ladspa-devel
|
BuildRequires: ladspa-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: cmake(Qt5Core) >= 5.10
|
BuildRequires: cmake(Qt5Core) >= 5.10
|
||||||
BuildRequires: cmake(Qt5Gui)
|
BuildRequires: cmake(Qt5Gui)
|
||||||
BuildRequires: cmake(Qt5Svg)
|
BuildRequires: cmake(Qt5Svg)
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:34b737fae61dabddf3ec64477298decb9b2076388ccbda7e50114996b268086d
|
|
||||||
size 1203489
|
|
3
mlt-7.4.0.tar.gz
Normal file
3
mlt-7.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:17c19843ffdbca66777aaadf39acb11829fd930eaded92f768cbcb8ae59a5f37
|
||||||
|
size 1206316
|
Loading…
x
Reference in New Issue
Block a user