# Template file for 'libdvdnav'
pkgname=libdvdnav
version=4.2.0
revision=2
build_style=gnu-configure
hostmakedepends="libtool automake"
makedepends="libdvdread-devel"
short_desc="Library to navigate DVDs"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://dvdnav.mplayerhq.hu/"
distfiles="http://dvdnav.mplayerhq.hu/releases/$pkgname-$version.tar.bz2"
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."

pre_configure() {
	./autogen.sh
}

libdvdnav-devel_package() {
	depends="libdvdread-devel libdvdnav>=${version}"
	short_desc+=" -- development files"
	pkg_install() {
		vmove usr/bin
		vmove usr/include
		vmove usr/share
		vmove usr/lib/pkgconfig
	}
}

libdvdnav_package() {
	pkg_install() {
		vmove usr
	}
}