Репозиторий ALT Linux backports/2.4
Последнее обновление: 9 июля 2008 | Пакетов: 497 | Посещений: 1485830
 поиск   регистрация   авторизация 
 
Группа :: Система/Библиотеки
Пакет: libtheora

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

Name: libtheora
Version: 1.0alpha5
Release: alt0.M24.2

Summary: Theora is Xiph.Org's first publicly released video codec.
License: BSD
Group: System/Libraries

Url: http://www.theora.org
Source: %name-%version.tar.bz2

Packager: Valery Inozemtsev <shrek at altlinux.ru>

# Automatically added by buildreq on Mon Oct 25 2004

BuildRequires: esound gcc-c++ libSDL-devel libogg-devel libstdc++-devel libvorbis-devel XFree86-devel python

%description
Theora is Xiph.Org's first publicly released video codec, intended
for use within the Ogg's project's Ogg multimedia streaming system.
Theora is derived directly from On2's VP3 codec; Currently the two are
nearly identical, varying only in encapsulating decoder tables in the
bitstream headers, but Theora will make use of this extra freedom
in the future to improve over what is possible with VP3.

%package devel
Summary: Development files of Theora video codec
Group: Development/C
Requires: %name = %version-%release

%description devel
Development files of Theora video codec.

%package devel-static
Summary: Static library of Theora video codec
Group: Development/C
Requires: %name-devel = %version-%release

%description devel-static
This package contains static library of Theora video codec.

%prep
%setup -q

%build
%configure \
   --enable-shared
%make_build

%install
%makeinstall

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

%files
%doc README doc/vp3-format.txt
%_libdir/*.so.*

%files devel
%doc doc/spec/*.pdf
%_libdir/*.so
%_includedir/theora
%_libdir/pkgconfig/*.pc

%files devel-static
%_libdir/*.a

%changelog

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

 
design & coding: Vladimir Lettiev aka crux © 2004-2005