public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mlt] epel9-next: Enable module glaxnimate
@ 2026-07-20 18:17
0 siblings, 0 replies; only message in thread
From: @ 2026-07-20 18:17 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/mlt
Branch : epel9-next
Commit : 5c90bea45c82dde61d78481557e48bf9df0d0428
Author : Sérgio M. Basto <sergio@serjux.com>
Date : 2023-01-16T01:51:24+00:00
Stats : +8/-3 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/mlt/c/5c90bea45c82dde61d78481557e48bf9df0d0428?branch=epel9-next
Log:
Enable module glaxnimate
---
diff --git a/mlt.spec b/mlt.spec
index 596f286..eae8f3f 100644
--- a/mlt.spec
+++ b/mlt.spec
@@ -21,14 +21,14 @@
Name: mlt
Version: 7.12.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Toolkit for broadcasters, video editors, media players, transcoders
# mlt/src/win32/fnmatch.{c,h} are BSD-licensed.
# but is not used in Linux
License: GPLv3 and LGPLv2+
URL: http://www.mltframework.org/
-Source0: https://github.com/mltframework/mlt/archive/v%{version}/%{name}-%{version}.tar.gz
+Source0: https://github.com/mltframework/mlt/releases/download/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: gcc-c++
BuildRequires: cmake
@@ -82,6 +82,7 @@ BuildRequires: ndi-sdk-devel
%if %{with opencv}
BuildRequires: opencv-devel
%endif
+BuildRequires: pkgconfig(libarchive)
%if %{with ruby}
BuildRequires: ruby-devel
@@ -165,6 +166,7 @@ rm -r src/win32/
%{?with_ruby: -DSWIG_RUBY:BOOL=ON} \
%{!?with_freeworld: -DMOD_XINE:BOOL=OFF} \
%{?with_opencv: -DMOD_OPENCV:BOOL=ON} \
+ -DMOD_GLAXNIMATE:BOOL=ON \
%{?with_ndi: -DMOD_NDI:BOOL=ON -DNDI_SDK_INCLUDE_PATH=%{_includedir}/ndi-sdk -DNDI_SDK_LIBRARY_PATH=%{_libdir} -DNDI_INCLUDE_DIR=%{_includedir}/ndi-sdk -DNDI_LIBRARY_DIR=%{_libdir}}
%cmake_build
@@ -245,6 +247,9 @@ test "$(pkg-config --modversion mlt++-7)" = "%{version}"
%changelog
+* Mon Jan 16 2023 Sérgio Basto <sergio@serjux.com> - 7.12.0-2
+- Enable module glaxnimate
+
* Sun Nov 20 2022 Sérgio Basto <sergio@serjux.com> - 7.12.0-1
- Update mlt to 7.12.0
diff --git a/sources b/sources
index 65cb2c5..b0cda88 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mlt-7.12.0.tar.gz) = f2eebe1f83ede612968aacaa02c4bb60e98d70a49e2f6149f81b1c6835943825441b73a6f076565574c501a68216bcc84ceb8e0a441d05fe7b8930603b9e23ad
+SHA512 (mlt-7.12.0.tar.gz) = 7111ca31f5ed8479dc899596bec4b9dd9440ab8563844abd9d789f7ce342b61c54d1a5058d6f5288fdd510db7e05db12f7e807bf0cd33dbee11a72185fb0b746
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-20 18:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 18:17 [rpms/mlt] epel9-next: Enable module glaxnimate
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox