Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37407711
en ru br
Репозитории ALT
S:1.7.1-alt1
5.1: 0.8.1-alt1
4.1: 0.8.1-alt1
4.0: 0.8.1-alt1
3.0: 0.7.4-alt1
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: libmatroska

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1

Name: libmatroska
Version: 1.6.3
Release: alt1

Summary: an extensible open standard Audio/Video container format
License: LGPL-2.1-or-later
Group: System/Libraries

Url: http://www.matroska.org
# https://github.com/Matroska-Org/libmatroska.git
Source: %name-%version.tar

BuildRequires: gcc-c++ cmake
BuildRequires: libebml-devel >= 1.4.2

%description
Matroska is aiming to become the standard of Multimedia Container
Formats one day. It is based on EBML (Extensible Binary Meta
Language), a kind of binary version of XML. This way the significant
advantages in terms of future format extensability are gained without
breaking file support in old parsers.

%package devel
Summary: Development files for libmatroska
Group: Development/C++
Requires: libmatroska = %EVR

%package doc
Summary: Matroska Project Documentation (doxygenized HTML)
Group: Development/C++
Requires: libmatroska-devel = %EVR

%description devel
Matroska is aiming to become the standard of Multimedia Container
Formats one day. It is based on EBML (Extensible Binary Meta
Language), a kind of binary version of XML. This way the significant
advantages in terms of future format extensability are gained without
breaking file support in old parsers.

This package contains files needed to build programs using libebml.

%description doc
Matroska is aiming to become the standard of Multimedia Container
Formats one day. It is based on EBML (Extensible Binary Meta
Language), a kind of binary version of XML. This way the significant
advantages in terms of future format extensability are gained without
breaking file support in old parsers.

This package contains Matroska Development Documenation
(doxygenized HTML).

%prep
%setup

%build
%cmake -DBUILD_SHARED_LIBS=YES
%cmake_build

%install
%cmakeinstall_std

%files
%_libdir/*.so.*

%files devel
%_includedir/matroska
%_libdir/*.so
%_libdir/cmake/*
%_pkgconfigdir/*.pc

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin