Accepting request 1114798 from multimedia:libs

- Disabled rtaudio due to build fail against new rtaudio abi
- Update to 7.18.0

OBS-URL: https://build.opensuse.org/request/show/1114798
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmlt?expand=0&rev=69
This commit is contained in:
Ana Guerrero 2023-10-02 18:07:38 +00:00 committed by Git OBS Bridge
commit aba898fa82
4 changed files with 55 additions and 7 deletions

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
Mon Oct 2 08:46:06 UTC 2023 - Dave Plater <davejplater@gmail.com>
- Disabled rtaudio due to build fail against new rtaudio abi
-------------------------------------------------------------------
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>

View File

@ -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,20 @@
%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
# FIXME: for some reason the build fails in multimedia:libs but nowhere else due to rtaudio issues
#
%bcond_without rtaudio
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 +66,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
@ -81,7 +85,9 @@ BuildRequires: pkgconfig(opencv4)
BuildRequires: pkgconfig(pango)
BuildRequires: pkgconfig(pangoft2)
BuildRequires: pkgconfig(python3)
%if %{with rtaudio}
BuildRequires: pkgconfig(rtaudio)
%endif
BuildRequires: pkgconfig(rubberband)
BuildRequires: pkgconfig(samplerate)
BuildRequires: pkgconfig(sdl2)

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9c57da14fbf3cb9c23b867b36f038aac7978c159ba0e8d8ac90e31c66878d115
size 1586572