the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: libdvdread.3
Version: 0.9.7
Revision: 101.1
###
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true
Conflicts: libdvdread, libdvdread4
Replaces: libdvdread, libdvdread4
###
Source: http://www.dtek.chalmers.se/groups/dvd/dist/libdvdread-%v.tar.gz
Source-MD5: 078788c9241ae16763529e1235502337
###
PatchScript: <<
### dlopen fix
perl -pi -e 's,libdvdcss.so.2,%p/lib/libdvdcss.2.dylib,g' dvdread/dvd_input.c
### keep for the moment UDFFindFile external for the sake of the dvdbackup pkg
perl -pi -e 's,(export-symbols-regex.*)DVD,$1UDFFindFile|DVD,' dvdread/Makefile.in
<<
###
ConfigureParams: --without-libdvdcss --with-pic --enable-shared --enable-static --mandir=%p/share/man --infodir=%p/share/info --libexecdir=%p/lib --disable-dependency-tracking --libdir=%p/lib/libdvdread
InstallScript: <<
make install DESTDIR=%d
ln -s libdvdread/libdvdread.{a,dylib,la} %i/lib
<<
###
SplitOff: <<
Package: %N-shlibs
Recommends: libdvdcss-shlibs
Files: <<
lib/libdvdread/libdvdread.*.dylib
<<
Shlibs: <<
%p/lib/libdvdread/libdvdread.3.dylib 6.0.0 %n (>= 0.9.7-1)
<<
DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
<<
###
DocFiles: COPYING
###
Description: Provides functions for reading video DVDs
DescDetail: <<
libdvdread provides a simple foundation for reading DVD video disks. It
provides the functionality that is required to access many DVDs. It parses
IFO files, reads NAV-blocks, and performs CSS authentication and
descrambling.
libdvdcss-shlibs is required to be installed if you want decryption support.
<<
DescUsage: <<
Use libdvdread.3/libdvdread.3-shlibs instead of either
libdvdread4/libdvdread4-shlibs or libdvdread/libdvdread3-shlibs
<<
DescPackaging: <<
There have been package sets libdvdread4/libdvdread4-shlibs and
libdvdread/libdvdread3-shlibs that both supply the same install_name
.dylib. This situation causes hopeless deadlocks and/or breakage
when switching from one to the other. We'll make a clean break,
installing a self-consistent (and consistently-named) set of
packages with an install_name and package-name that have never been
used before.
<<
###
License: GPL
Maintainer: Justin F. Hallett
Homepage: http://www.dtek.chalmers.se/~dvd/downloads.shtml