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

%define soname 8
Name: libdvdread
Version: 6.1.2
Release: alt1
Summary: A library for reading DVD-Video images
License: GPLv2
Group: System/Libraries
Url: https://www.videolan.org/developers/libdvdnav.html

Source: %name-%version.tar
Patch1: alt-link-libdl.patch

BuildRequires: libdvdcss-devel glibc-devel

%description
libdvdread provides a simple foundation for reading DVD-Video images.
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 -n %name%soname
Summary: A library for reading DVD-Video images
Group: System/Libraries
%description -n %name%soname
libdvdread provides a simple foundation for reading DVD-Video images.
This allows application designers to access some of the more advanced
features of the DVD format.


%package devel
Summary: Development environment for %name
Group: Development/C
Requires: %name%soname = %version-%release

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

%prep
%setup -q
%patch1 -p1

%build
%autoreconf

%configure \
--disable-static
%make_build

%install
%make DESTDIR=%buildroot install
rm -rf %buildroot%_datadir/doc/libdvdread

%files -n %name%soname
%_libdir/*.so.*

%files devel
%doc AUTHORS TODO README
%_includedir/*
%_libdir/*.so
%_pkgconfigdir/*.pc

%changelog

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

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