Accepting request 1197796 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1197796 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmlt?expand=0&rev=74
This commit is contained in:
commit
8a486b4092
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 28 14:47:48 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 7.26
|
||||
Framework:
|
||||
* Fixed a double-free crash in Mlt::Service::profile().
|
||||
Modules:
|
||||
* Fixes and improvements to the avformat producer:
|
||||
Changed to prefer r_frame_rate over avg_frame_rate.
|
||||
Fixed lowres if set too high.
|
||||
Fixed audio_index=all.
|
||||
Fixed variable_frame_rate incorrectly set true on 59.94 fps
|
||||
in Matroska.
|
||||
Improved performance with intra-only video and reducing the
|
||||
frame rate.
|
||||
Fixed mono audio handling regression on FFmpeg 7.
|
||||
Fixed audio samples may be dropped unexpectly esp. with
|
||||
uncompressed.
|
||||
* Fixed movit transitions with a non-movit filter on one of its
|
||||
inputs.
|
||||
* Fixed duration in the glaxnimate producer off by one frame.
|
||||
* Added dropshadow filter to the qt module.
|
||||
* Fixed resetting animation in kdenlivetitle producer.
|
||||
* Added support for LV2 and VST2 plugins in the jackrack module.
|
||||
* Fixed crash using av.declick audio filter on FFmpeg 7.
|
||||
* Added subtitle filter and producer and subtitle_feed filter to
|
||||
the plus module.
|
||||
* Added subtitle encoding to the avformat consumer (new properties
|
||||
beginning with “subtitle.”).
|
||||
* Fixed alang in the the avformat consumer.
|
||||
* Added #gps_power keyword to the gpstext filter.
|
||||
* Fixed tab handling in the kdenlivetitle producer.
|
||||
Other:
|
||||
* Added 8- and 10-bit encode presets for SVT-AV1.
|
||||
* Fixed building on OpenBSD.
|
||||
* Fixed building on musl libc.
|
||||
* Fixed consumer properties not updating the automatic profile on
|
||||
the melt command line.
|
||||
* Added -loglevel command line option to melt.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 24 14:23:39 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -18,18 +18,18 @@
|
||||
|
||||
%define _name mlt
|
||||
%define libname lib%{_name}
|
||||
%define lversion 7.24.0
|
||||
%define lversion 7.26.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.24.0
|
||||
%define lversion_pp 7.26.0
|
||||
%define libpp_pkgname %{libname_pp}-%{sover_pp}-%{sover_pp}
|
||||
%bcond_without Qt6
|
||||
%bcond_without rtaudio
|
||||
Name: %{libname}
|
||||
Version: 7.24.0
|
||||
Version: 7.26.0
|
||||
Release: 0
|
||||
Summary: Multimedia framework for television broadcasting
|
||||
License: GPL-3.0-or-later
|
||||
@ -88,6 +88,7 @@ BuildRequires: pkgconfig(libexif)
|
||||
BuildRequires: pkgconfig(libpulse-simple)
|
||||
BuildRequires: pkgconfig(libswscale) >= 5
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(lilv-0)
|
||||
BuildRequires: pkgconfig(movit)
|
||||
%if 0%{?suse_version} > 1500
|
||||
BuildRequires: pkgconfig(opencv4)
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8cde7c22a1a5395abe913976c2edafb498f81ed81a5f49dd0e6e2d86d68bcec0
|
||||
size 1662552
|
3
mlt-7.26.0.tar.gz
Normal file
3
mlt-7.26.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4af8d6eeaf6bdb13d813abd9e7f220f6b2f1e0fd943cc92ac0cf22775e767343
|
||||
size 1712097
|
Loading…
x
Reference in New Issue
Block a user