# Template file for 'libdvdnav' pkgname=libdvdnav version=4.2.0 homepage="http://dvdnav.mplayerhq.hu/" distfiles="http://dvdnav.mplayerhq.hu/releases/$pkgname-$version.tar.bz2" build_style=gnu-configure makedepends="automake libdvdread-devel" short_desc="Library to navigate DVDs" maintainer="Juan RP " license="GPL-2" checksum=8c971b08276c89ddcecd26fc44204460fd250dc57346f03476d3077188c47550 long_desc=" 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." subpackages="$pkgname-devel" pre_configure() { ./autogen.sh }