|
|
|
@ -1,16 +1,18 @@
|
|
|
|
|
%undefine __cmake_in_source_build
|
|
|
|
|
|
|
|
|
|
Summary: Open audio/video container format library
|
|
|
|
|
Name: libmatroska
|
|
|
|
|
Version: 1.6.3
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 1.5.0
|
|
|
|
|
Release: 1%{?dist}.inferit
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
URL: https://www.matroska.org/
|
|
|
|
|
Source0: https://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.xz
|
|
|
|
|
Patch0: %{name}-memory.patch
|
|
|
|
|
# MSVSphere
|
|
|
|
|
Patch100: 0001-Fix-name-EBML-library.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: cmake3
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
BuildRequires: libebml-devel >= 1.4.0
|
|
|
|
|
Requires: libebml%{_isa} >= 1.4.0
|
|
|
|
|
BuildRequires: libebml-devel >= 1.3.7
|
|
|
|
|
Requires: libebml%{_isa} >= 1.3.7
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Matroska is an extensible open standard Audio/Video container. It
|
|
|
|
@ -23,7 +25,7 @@ is usually found as .mkv files (matroska video) and .mka files
|
|
|
|
|
Summary: Matroska container format library development files
|
|
|
|
|
Requires: %{name}%{_isa} = %{version}-%{release}
|
|
|
|
|
Requires: %{_libdir}/cmake
|
|
|
|
|
Requires: libebml-devel >= 1.4.0
|
|
|
|
|
Requires: libebml-devel >= 1.3.7
|
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
@ -38,16 +40,17 @@ will use the Matroska container format.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
%patch0 -p1 -b .m
|
|
|
|
|
%patch100 -p1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%cmake3
|
|
|
|
|
%cmake3_build
|
|
|
|
|
|
|
|
|
|
export Ebml_DIR=/usr/lib64/cmake/EBML/
|
|
|
|
|
%cmake3 .
|
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%cmake3_install
|
|
|
|
|
|
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
@ -55,55 +58,25 @@ will use the Matroska container format.
|
|
|
|
|
%files
|
|
|
|
|
%license LICENSE.LGPL
|
|
|
|
|
%doc ChangeLog
|
|
|
|
|
%{_libdir}/%{name}.so.7*
|
|
|
|
|
%{_libdir}/%{name}.so.6*
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%{_includedir}/matroska/
|
|
|
|
|
%{_libdir}/%{name}.so
|
|
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
|
%dir %{_libdir}/cmake/Matroska
|
|
|
|
|
%{_libdir}/cmake/Matroska/MatroskaConfig.cmake
|
|
|
|
|
%{_libdir}/cmake/Matroska/MatroskaConfigVersion.cmake
|
|
|
|
|
%{_libdir}/cmake/Matroska/MatroskaTargets-noconfig.cmake
|
|
|
|
|
%{_libdir}/cmake/Matroska/MatroskaTargets.cmake
|
|
|
|
|
%dir %{_libdir}/cmake/matroska
|
|
|
|
|
%{_libdir}/cmake/matroska/MatroskaConfig.cmake
|
|
|
|
|
%{_libdir}/cmake/matroska/MatroskaConfigVersion.cmake
|
|
|
|
|
%{_libdir}/cmake/matroska/MatroskaTargets-noconfig.cmake
|
|
|
|
|
%{_libdir}/cmake/matroska/MatroskaTargets.cmake
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.3-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.3-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue May 18 2021 Dominik Mierzejewski <rpm@greysector.net> - 1.6.3-1
|
|
|
|
|
- update to 1.6.3 (#1930173)
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Aug 21 2020 Dominik Mierzejewski <rpm@greysector.net> - 1.6.2-1
|
|
|
|
|
- update to 1.6.2 (#1862780)
|
|
|
|
|
- use new cmake macros (#1864019)
|
|
|
|
|
|
|
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-3
|
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Sep 10 2019 Dominik Mierzejewski <rpm@greysector.net> - 1.5.2-1
|
|
|
|
|
- update to 1.5.2 (#1688000)
|
|
|
|
|
- drop obsolete patch
|
|
|
|
|
* Fri Mar 01 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 1.5.0-1.inferit
|
|
|
|
|
- Fix name EBML library for successful build
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
* Thu Feb 29 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 1.5.0-1
|
|
|
|
|
- Rebuilt for MSVSphere 8.9
|
|
|
|
|
|
|
|
|
|
* Sat Jun 08 2019 Dominik Mierzejewski <rpm@greysector.net> - 1.5.0-1
|
|
|
|
|
- update to 1.5.0
|