Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37527019
en ru br
ALT Linux repos
S:6.1.3-alt1
5.0: 0.9.7-alt1
4.1: 0.9.7-alt1
4.0: 0.9.7-alt1
3.0: 0.9.4-alt1

Group :: System/Libraries
RPM: libdvdread

 Main   Changelog   Spec   Patches   Sources   Download   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

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin