|
|
@ -1,14 +1,14 @@
|
|
|
|
Summary: Open audio/video container format library
|
|
|
|
Summary: Open audio/video container format library
|
|
|
|
Name: libmatroska
|
|
|
|
Name: libmatroska
|
|
|
|
Version: 1.5.2
|
|
|
|
Version: 1.6.0
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: https://www.matroska.org/
|
|
|
|
URL: https://www.matroska.org/
|
|
|
|
Source0: https://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.xz
|
|
|
|
Source0: https://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.xz
|
|
|
|
BuildRequires: cmake3
|
|
|
|
BuildRequires: cmake3
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: libebml-devel >= 1.3.8
|
|
|
|
BuildRequires: libebml-devel >= 1.4.0
|
|
|
|
Requires: libebml%{_isa} >= 1.3.8
|
|
|
|
Requires: libebml%{_isa} >= 1.4.0
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Matroska is an extensible open standard Audio/Video container. It
|
|
|
|
Matroska is an extensible open standard Audio/Video container. It
|
|
|
@ -21,7 +21,7 @@ is usually found as .mkv files (matroska video) and .mka files
|
|
|
|
Summary: Matroska container format library development files
|
|
|
|
Summary: Matroska container format library development files
|
|
|
|
Requires: %{name}%{_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}%{_isa} = %{version}-%{release}
|
|
|
|
Requires: %{_libdir}/cmake
|
|
|
|
Requires: %{_libdir}/cmake
|
|
|
|
Requires: libebml-devel >= 1.3.8
|
|
|
|
Requires: libebml-devel >= 1.4.0
|
|
|
|
Requires: pkgconfig
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
@ -53,7 +53,7 @@ will use the Matroska container format.
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%license LICENSE.LGPL
|
|
|
|
%license LICENSE.LGPL
|
|
|
|
%doc ChangeLog
|
|
|
|
%doc ChangeLog
|
|
|
|
%{_libdir}/%{name}.so.6*
|
|
|
|
%{_libdir}/%{name}.so.7*
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/matroska/
|
|
|
|
%{_includedir}/matroska/
|
|
|
@ -67,6 +67,9 @@ will use the Matroska container format.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Jul 07 2020 Dominik Mierzejewski <rpm@greysector.net> - 1.6.0-1
|
|
|
|
|
|
|
|
- update to 1.6.0 (#1851594), ABI bump
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.2-2
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|