Accepting request 1218350 from multimedia:libs
- Fix conditional buildreq for Leap 15.x & co - Update to 7.28 This fixes a couple of major regressions in the previous version: * Fixed seeking and frozen video due by reverting “Improved performance with intra-only video and reducing the frame rate.” * Fixed using melt to render MLT XML with OpenGL effects from movit. Other fixes and changes: * Deprecated the composite transition and the sdl and ndi modules. * Fixed Android camera video has the wrong frame rate (broken in v7.26.0). * Fixed audio not playing for audio-only DTS WMA. * Fixed using “https:” URLs in the xml producer. * Fixed crash on exit when running melt -query or melt -query links. * Added a transition property to the watermark filter. Now, it defaults to using affine. * Changed affine transition argument to set rect property if supplied. OBS-URL: https://build.opensuse.org/request/show/1218350 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmlt?expand=0&rev=75
This commit is contained in:
commit
22d8237b3d
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 9 15:14:06 UTC 2024 - Takashi Iwai <tiwai@suse.com>
|
||||
|
||||
- Fix conditional buildreq for Leap 15.x & co
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 4 12:27:55 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 7.28
|
||||
This fixes a couple of major regressions in the previous version:
|
||||
* Fixed seeking and frozen video due by reverting “Improved
|
||||
performance with intra-only video and reducing the frame
|
||||
rate.”
|
||||
* Fixed using melt to render MLT XML with OpenGL effects from
|
||||
movit.
|
||||
Other fixes and changes:
|
||||
* Deprecated the composite transition and the sdl and ndi
|
||||
modules.
|
||||
* Fixed Android camera video has the wrong frame rate (broken
|
||||
in v7.26.0).
|
||||
* Fixed audio not playing for audio-only DTS WMA.
|
||||
* Fixed using “https:” URLs in the xml producer.
|
||||
* Fixed crash on exit when running melt -query or melt -query
|
||||
links.
|
||||
* Added a transition property to the watermark filter. Now, it
|
||||
defaults to using affine.
|
||||
* Changed affine transition argument to set rect property if
|
||||
supplied.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 28 14:47:48 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
16
libmlt.spec
16
libmlt.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,18 +18,18 @@
|
||||
|
||||
%define _name mlt
|
||||
%define libname lib%{_name}
|
||||
%define lversion 7.26.0
|
||||
%define lversion 7.28.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.26.0
|
||||
%define lversion_pp 7.28.0
|
||||
%define libpp_pkgname %{libname_pp}-%{sover_pp}-%{sover_pp}
|
||||
%bcond_without Qt6
|
||||
%bcond_without rtaudio
|
||||
Name: %{libname}
|
||||
Version: 7.26.0
|
||||
Version: 7.28.0
|
||||
Release: 0
|
||||
Summary: Multimedia framework for television broadcasting
|
||||
License: GPL-3.0-or-later
|
||||
@ -39,7 +39,7 @@ Source0: https://github.com/mltframework/mlt/releases/download/v%{version
|
||||
BuildRequires: cmake
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
%if %{with Qt6} && 0%{?sle_version}
|
||||
%if %{with Qt6} && 0%{?suse_version} < 1600
|
||||
# Qt 6 requires a compiler that fully supports c++-17
|
||||
BuildRequires: gcc13-c++
|
||||
BuildRequires: gcc13-PIE
|
||||
@ -70,22 +70,22 @@ BuildRequires: cmake(Qt5Xml)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(alsa)
|
||||
BuildRequires: pkgconfig(fftw3)
|
||||
BuildRequires: pkgconfig(frei0r)
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
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
|
||||
BuildRequires: pkgconfig(libavfilter) >= 7
|
||||
BuildRequires: pkgconfig(libavdevice) >= 58
|
||||
BuildRequires: pkgconfig(libavfilter) >= 7
|
||||
BuildRequires: pkgconfig(libavformat) >= 58
|
||||
BuildRequires: pkgconfig(libavutil) >= 56
|
||||
BuildRequires: pkgconfig(libswresample) >= 3
|
||||
BuildRequires: pkgconfig(libebur128)
|
||||
BuildRequires: pkgconfig(libexif)
|
||||
BuildRequires: pkgconfig(libpulse-simple)
|
||||
BuildRequires: pkgconfig(libswresample) >= 3
|
||||
BuildRequires: pkgconfig(libswscale) >= 5
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(lilv-0)
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4af8d6eeaf6bdb13d813abd9e7f220f6b2f1e0fd943cc92ac0cf22775e767343
|
||||
size 1712097
|
3
mlt-7.28.0.tar.gz
Normal file
3
mlt-7.28.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc425bf9602213f5f4855b78cfbbcd43eeb78097c508588bde44415963955aa1
|
||||
size 1713069
|
Loading…
x
Reference in New Issue
Block a user