Accepting request 1114604 from home:plater
- Update to 7.18.0 OBS-URL: https://build.opensuse.org/request/show/1114604 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmlt?expand=0&rev=156
This commit is contained in:
parent
ccd1da883e
commit
32015df00a
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 1 11:44:32 UTC 2023 - Dave Plater <davejplater@gmail.com>
|
||||
|
||||
- Update to 7.18.0
|
||||
- Upstream changes:
|
||||
*Framework:
|
||||
Added mlt_audio_free_data().
|
||||
Added meta.playlist.clip_position and meta.playlist.clip_length
|
||||
properties to mlt_playlist.
|
||||
Fixed mlt_frame_get_audio fails on mlt_audio_none.
|
||||
*Modules:
|
||||
Added two audio filters to core module used on a playlist/track:
|
||||
audioseam
|
||||
autofade
|
||||
Fixed a crash in vidstab filter on image format change.
|
||||
Fixed font weight in qtext filter on Qt 6.
|
||||
Fixed yuv420p not working in rescale filter.
|
||||
Fixed text shadow outline in kdenlivetitle producer.
|
||||
Fixed crash when changing the profile with count producer.
|
||||
Fixed constructor corruption in frei0r module.
|
||||
Fixed deinterlace link was added to invalid producer in xml
|
||||
producer.
|
||||
Fixed producers not indicating progressive scan video:
|
||||
kdenlivetitle
|
||||
pango
|
||||
qimage
|
||||
qtext
|
||||
Fixed video scan mode detection in avformat producers that only
|
||||
indicate on their container format and not on frames such as Ut
|
||||
Video in Matroska.
|
||||
Fixed very large images in qimage producer on Qt 6.
|
||||
Fixed seeking on clips that use speed_map in timeremap link.
|
||||
Fixed a color level problem with sRGB inputs in the movit module.
|
||||
Fixed avformat producer's deallocation function for AVCodecContext.
|
||||
Fixed field order of qtblend and frei0r.cairoblend transitions.
|
||||
Changed the avformat producer seek_threshold default to 64.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 11 06:31:37 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,17 +18,17 @@
|
||||
|
||||
%define _name mlt
|
||||
%define libname lib%{_name}
|
||||
%define lversion 7.16.0
|
||||
%define lversion 7.18.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.16.0
|
||||
%define lversion_pp 7.18.0
|
||||
%define libpp_pkgname %{libname_pp}-%{sover_pp}-%{sover_pp}
|
||||
%bcond_without Qt6
|
||||
Name: %{libname}
|
||||
Version: 7.16.0
|
||||
Version: 7.18.0
|
||||
Release: 0
|
||||
Summary: Multimedia framework for television broadcasting
|
||||
License: GPL-3.0-or-later
|
||||
@ -63,6 +63,7 @@ BuildRequires: pkgconfig(fftw3)
|
||||
BuildRequires: pkgconfig(frei0r)
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(icu-io)
|
||||
BuildRequires: pkgconfig(jack)
|
||||
BuildRequires: pkgconfig(libarchive)
|
||||
BuildRequires: pkgconfig(libavcodec) >= 58
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0975e06403d3df22be7d4b5d96d0608e0d16470299360d0a0ee5f41ba2b7a96
|
||||
size 1577046
|
3
mlt-7.18.0.tar.gz
Normal file
3
mlt-7.18.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c57da14fbf3cb9c23b867b36f038aac7978c159ba0e8d8ac90e31c66878d115
|
||||
size 1586572
|
Loading…
x
Reference in New Issue
Block a user