|
|
@ -1,6 +1,6 @@
|
|
|
|
Summary: Open audio/video container format library
|
|
|
|
Summary: Open audio/video container format library
|
|
|
|
Name: libmatroska
|
|
|
|
Name: libmatroska
|
|
|
|
Version: 1.4.9
|
|
|
|
Version: 1.5.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
@ -8,7 +8,8 @@ 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: cmake
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: libebml-devel >= 1.3.6
|
|
|
|
BuildRequires: libebml-devel >= 1.3.7
|
|
|
|
|
|
|
|
Requires: libebml%{_isa} >= 1.3.7
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Matroska is an extensible open standard Audio/Video container. It
|
|
|
|
Matroska is an extensible open standard Audio/Video container. It
|
|
|
@ -22,7 +23,7 @@ Summary: Matroska container format library development files
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}%{_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}%{_isa} = %{version}-%{release}
|
|
|
|
Requires: cmake-filesystem
|
|
|
|
Requires: cmake-filesystem
|
|
|
|
Requires: libebml-devel >= 1.3.6
|
|
|
|
Requires: libebml-devel >= 1.3.7
|
|
|
|
Requires: pkgconfig
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
@ -54,7 +55,7 @@ will use the Matroska container format.
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%license LICENSE.LGPL
|
|
|
|
%license LICENSE.LGPL
|
|
|
|
%doc ChangeLog
|
|
|
|
%doc ChangeLog
|
|
|
|
%{_libdir}/%{name}.so.*
|
|
|
|
%{_libdir}/%{name}.so.6*
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/matroska/
|
|
|
|
%{_includedir}/matroska/
|
|
|
@ -67,6 +68,9 @@ will use the Matroska container format.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Jun 08 2019 Dominik Mierzejewski <rpm@greysector.net> - 1.5.0-1
|
|
|
|
|
|
|
|
- update to 1.5.0
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 24 2018 Dominik Mierzejewski <rpm@greysector.net> - 1.4.9-1
|
|
|
|
* Tue Jul 24 2018 Dominik Mierzejewski <rpm@greysector.net> - 1.4.9-1
|
|
|
|
- update to 1.4.9 (#1570226)
|
|
|
|
- update to 1.4.9 (#1570226)
|
|
|
|
- switch build system to cmake, add missing dependencies
|
|
|
|
- switch build system to cmake, add missing dependencies
|
|
|
|