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

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

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

Name: libdvdread
Version: 0.9.7
Release: alt1

%def_disable static

Summary: A library for reading DVD-Video images
Summary(ru_RU.KOI8-R): Библиотека для работы с DVD-видео
License: GPL
Group: System/Libraries
Url: http://www.dtek.chalmers.se/~dvd

Source: %url/%name-%version.tar.gz

Requires: libdvdcss

%if_enabled static
BuildPreReq: glibc-devel-static
%endif

Packager: Pavlov Konstantin <thresh at altlinux.ru>

%description
libdvdread provides a simple foundation for reading DVD-Video images.
It offers DVD applications:

1. A simple abstraction for reading the files on a DVD image
  (dvd_reader.h).
2. A simple library for parsing the information (IFO) files
  (ifo_read.h/ifo_types.h).
3. A simple library for parsing the navigation (NAV) packets
  (nav_read.h/nav_types.h).

This allows application designers to access some of the more advanced
features of the DVD format.

libdvdread currently uses libdl to dynamically probe for libdvdcss at
runtime.  If libdvdcss is found, then it will be used to decrypt the
encrypted sections of a DVD.

%package devel
Summary: Development environment for %name
Summary(ru_RU.KOI8-R): Среда разработки для %name
Group: Development/C
Requires: %name = %version-%release

%description devel
libdvdread provides a simple foundation for reading DVD-Video images.

This package contains development files you can use to develop
applications reading DVD-video images.

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

%description devel-static
libdvdread provides a simple foundation for reading DVD-Video images.

This package contains static library you can use to develop
statically linked applications reading DVD-video images.

%prep
%setup -q

%build
%__autoreconf
%configure %{subst_enable static}
%make_build

%install
%makeinstall

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

%files
%_libdir/*.so.*
%doc AUTHORS NEWS README

%files devel
%_libdir/*.so
%_includedir/*

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

%changelog

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

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