b272f872e0
--HG-- extra : convert_revision : c31ca606e7b87f5ae5e46920a19732a72169f59a
29 lines
1.1 KiB
Text
29 lines
1.1 KiB
Text
# Template file for 'libdvdnav'
|
|
pkgname=libdvdnav
|
|
version=4.1.3
|
|
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
|
|
}
|