|
|
@ -1,13 +1,14 @@
|
|
|
|
Summary: Open audio/video container format library
|
|
|
|
Summary: Open audio/video container format library
|
|
|
|
Name: libmatroska
|
|
|
|
Name: libmatroska
|
|
|
|
Version: 1.4.8
|
|
|
|
Version: 1.4.9
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
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: gcc-c++
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: libebml-devel >= 1.3.4
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
|
|
|
BuildRequires: libebml-devel >= 1.3.6
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Matroska is an extensible open standard Audio/Video container. It
|
|
|
|
Matroska is an extensible open standard Audio/Video container. It
|
|
|
@ -20,7 +21,9 @@ 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
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}%{_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}%{_isa} = %{version}-%{release}
|
|
|
|
Requires: libebml-devel >= 1.3.4
|
|
|
|
Requires: cmake-filesystem
|
|
|
|
|
|
|
|
Requires: libebml-devel >= 1.3.6
|
|
|
|
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
|
Matroska is an extensible open standard Audio/Video container. It
|
|
|
|
Matroska is an extensible open standard Audio/Video container. It
|
|
|
@ -37,18 +40,15 @@ will use the Matroska container format.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%configure --disable-static
|
|
|
|
%cmake
|
|
|
|
%make_build
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
%make_install
|
|
|
|
rm %{buildroot}%{_libdir}/%{name}.la
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
@ -60,9 +60,18 @@ rm %{buildroot}%{_libdir}/%{name}.la
|
|
|
|
%{_includedir}/matroska/
|
|
|
|
%{_includedir}/matroska/
|
|
|
|
%{_libdir}/%{name}.so
|
|
|
|
%{_libdir}/%{name}.so
|
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
|
|
|
|
%{_libdir}/cmake/matroska/MatroskaConfig.cmake
|
|
|
|
|
|
|
|
%{_libdir}/cmake/matroska/MatroskaConfigVersion.cmake
|
|
|
|
|
|
|
|
%{_libdir}/cmake/matroska/MatroskaTargets-noconfig.cmake
|
|
|
|
|
|
|
|
%{_libdir}/cmake/matroska/MatroskaTargets.cmake
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Jul 24 2018 Dominik Mierzejewski <rpm@greysector.net> - 1.4.9-1
|
|
|
|
|
|
|
|
- update to 1.4.9 (#1570226)
|
|
|
|
|
|
|
|
- switch build system to cmake, add missing dependencies
|
|
|
|
|
|
|
|
- use ldconfig_scriptlets macro
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.8-3
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.8-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|