void-packages/srcpkgs/libdvdnav/template
Juan RP 656d84ad80 libdvdnav: move so symlink into main pkg.
--HG--
extra : convert_revision : d265d288e3ab1ac9f44a5350a912eefd336e4295
2010-04-24 18:52:42 +02:00

31 lines
1.1 KiB
Plaintext

# Template file for 'libdvdnav'
pkgname=libdvdnav
version=4.1.3
revision=1
distfiles="http://www.mplayerhq.hu/MPlayer/releases/dvdnav/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="Library to navigate DVDs"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=e82a3d7b3c342a895a332fc0fb2281f40ff9978cb8cbb8bf1343fcad0063759d
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"
Add_dependency run glibc
Add_dependency run libdvdread
Add_dependency build automake
Add_dependency build libdvdread-devel
pre_configure()
{
cd ${wrksrc} && autoreconf -vi
}