Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37707879
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 

Name: libmatroska
Version: 0.8.1
Release: alt1

BuildRequires: libebml-devel
BuildRequires: gcc-c++ >= 3.2

%def_disable static

Packager: Pavlov Konstantin <thresh at altlinux.ru>
Summary: an extensible open standard Audio/Video container format
Summary(ru_RU.KOI8-R): расширяемый открытый формат для композиции аудио- и видеоформатов
License: LGPL
Group: System/Libraries
Url: http://www.matroska.org

Source0: %name-%version.tar.bz2
Source1: %name-autotools-0.7.0.tar.bz2
Patch: libmatroska-0.7.0-alt-autoconfig.patch

%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.

%description -l ru_RU.KOI8-R
Matroska (Матрёшка :-)) создавалась с целью однажды стать стандартным
композитным форматом для мультимедийных данных. Она построена на
EBML (Extensible Binary Meta Language - Расширяемом Двоичном
Мета-Языке), бинарной разновидности XML. Таким образом становится
возможным расширять в будущем формат без нарушения его поддержки в
старых парсерах.

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

%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

%package devel-static
Summary: Static libmatroska library
Group: Development/C++
Requires: libmatroska-devel = %version

%description devel-static
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.

libmatroska library built statically

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

%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)

%description doc -l ru_RU.KOI8-R
Matroska (Матрёшка :-)) создавалась с целью однажды стать стандартным
композитным форматом для мультимедийных данных. Она построена на
EBML (Extensible Binary Meta Language - Расширяемом Двоичном
Мета-Языке), бинарной разновидности XML. Таким образом становится
возможным расширять в будущем формат без нарушения его поддержки в
старых парсерах.

Данный пакет содержит Проектную Документацию Разработчика в виде
HTML, сгенерированном doxygen

%prep
%setup -q -n %name-%version -a 1
%patch -p1

%build
%__autoreconf
%configure %{subst_enable static} --enable-futureapi=2
%make_build

%install
%makeinstall

%post -p %post_ldconfig
%postun -p %postun_ldconfig

%files
%_libdir/*.so.*

%files devel
#%dir %_includedir/matroska
%_includedir/matroska
%_libdir/*.so

%if_enabled static
%files devel-static
%_libdir/*.a
%endif

%changelog

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

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