| 1 | Summary: Open audio/video container format library
|
|---|
| 2 | Name: libmatroska
|
|---|
| 3 | Version: 1.5.2
|
|---|
| 4 | Release: 1%{?dist}
|
|---|
| 5 | License: LGPLv2+
|
|---|
| 6 | URL: https://www.matroska.org/
|
|---|
| 7 | #Source0: https://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.xz
|
|---|
| 8 | %scm_source github https://github.com/komh/libmatroska-os2 master
|
|---|
| 9 | BuildRequires: cmake3
|
|---|
| 10 | BuildRequires: gcc
|
|---|
| 11 | BuildRequires: libebml-devel >= 1.3.8
|
|---|
| 12 | Requires: libebml%{_isa} >= 1.3.8
|
|---|
| 13 |
|
|---|
| 14 | %description
|
|---|
| 15 | Matroska is an extensible open standard Audio/Video container. It
|
|---|
| 16 | aims to become THE standard of multimedia container formats. Matroska
|
|---|
| 17 | is usually found as .mkv files (matroska video) and .mka files
|
|---|
| 18 | (matroska audio).
|
|---|
| 19 |
|
|---|
| 20 |
|
|---|
| 21 | %package devel
|
|---|
| 22 | Summary: Matroska container format library development files
|
|---|
| 23 | Requires: %{name}%{_isa} = %{version}-%{release}
|
|---|
| 24 | Requires: %{_libdir}/cmake
|
|---|
| 25 | Requires: libebml-devel >= 1.3.8
|
|---|
| 26 | Requires: pkgconfig
|
|---|
| 27 |
|
|---|
| 28 | %description devel
|
|---|
| 29 | Matroska is an extensible open standard Audio/Video container. It
|
|---|
| 30 | aims to become THE standard of multimedia container formats. Matroska
|
|---|
| 31 | is usually found as .mkv files (matroska video) and .mka files
|
|---|
| 32 | (matroska audio).
|
|---|
| 33 |
|
|---|
| 34 | This package contains the files required to rebuild applications which
|
|---|
| 35 | will use the Matroska container format.
|
|---|
| 36 |
|
|---|
| 37 |
|
|---|
| 38 | %prep
|
|---|
| 39 | #%setup -q
|
|---|
| 40 | %scm_setup
|
|---|
| 41 |
|
|---|
| 42 | %build
|
|---|
| 43 | export LDFLAGS="-Zhigh-mem -Zomf -Zargs-wild -Zargs-resp"
|
|---|
| 44 | export LIBS="-lcx"
|
|---|
| 45 | %cmake3 .
|
|---|
| 46 | #%make_build
|
|---|
| 47 | make %{?_smp_mflags}
|
|---|
| 48 |
|
|---|
| 49 | %install
|
|---|
| 50 | %make_install
|
|---|
| 51 |
|
|---|
| 52 |
|
|---|
| 53 | #%ldconfig_scriptlets
|
|---|
| 54 |
|
|---|
| 55 |
|
|---|
| 56 | %files
|
|---|
| 57 | %license LICENSE.LGPL
|
|---|
| 58 | %doc ChangeLog
|
|---|
| 59 | #%{_libdir}/%{name}.so.6*
|
|---|
| 60 |
|
|---|
| 61 | %files devel
|
|---|
| 62 | %{_includedir}/matroska/
|
|---|
| 63 | %{_libdir}/*.dll
|
|---|
| 64 | %{_libdir}/*.a
|
|---|
| 65 | %{_libdir}/pkgconfig/%{name}.pc
|
|---|
| 66 | %dir %{_libdir}/cmake/Matroska
|
|---|
| 67 | %{_libdir}/cmake/Matroska/MatroskaConfig.cmake
|
|---|
| 68 | %{_libdir}/cmake/Matroska/MatroskaConfigVersion.cmake
|
|---|
| 69 | %{_libdir}/cmake/Matroska/MatroskaTargets-noconfig.cmake
|
|---|
| 70 | %{_libdir}/cmake/Matroska/MatroskaTargets.cmake
|
|---|
| 71 |
|
|---|
| 72 |
|
|---|
| 73 | %changelog
|
|---|
| 74 | * Fri Oct 04 2019 Elbert Pol <elbert.pol@gmail.com> - 1.5.2-1
|
|---|
| 75 | - First Rpm for OS2
|
|---|
| 76 | - Thankz KO Myung-Hun for the OS2 source
|
|---|
| 77 |
|
|---|
| 78 | * Tue Sep 10 2019 Dominik Mierzejewski <rpm@greysector.net> - 1.5.2-1
|
|---|
| 79 | - update to 1.5.2 (#1688000)
|
|---|
| 80 | - drop obsolete patch
|
|---|