# $Id: Portfile 20406 2006-11-03 02:13:43Z jberry@macports.org $ PortSystem 1.0 name libdvdnav version 0.1.10 categories devel multimedia maintainers nomaintainer@macports.org description DVD navigation library long_description \ libdvdnav is a library that allows easy use of sophisticated DVD \ navigation features such as DVD menus, multiangle playback and even \ interactive DVD games. \ All this functionality is provided through a simple API which provides \ the DVD playback as a single logical stream of blocks, intermitted by \ special dvdnav events to report certain conditions. The main usage of \ libdvdnav is a loop regularly calling a function to get the next block, \ surrounded by additional calls to tell the library of user interaction. \ The whole DVD virtual machine and internal playback states are completely \ encapsulated. platforms darwin homepage http://dvd.sf.net/ master_sites sourceforge:dvd checksums md5 c8ddee96ba1182d73447eaf0bb6fde81 patchfiles patch-m4_Makefile.in post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL \ NEWS README TODO ${destroot}${prefix}/share/doc/${name} }