NAME="libdvdnav" VERSION=7.0.0 RELEASE=1 LICENSE="GPL-2.0-or-later AND LGPL-2.1-or-later" CATEGORY="Libs" SUMMARY="DVD navigation library" 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." HOMEPAGE="https://www.videolan.org/developers/libdvdnav.html" SRC_URI="https://download.videolan.org/pub/videolan/libdvdnav/${VERSION}/libdvdnav-${VERSION}.tar.xz" inherit meson PKG_NAMES="${NAME}4 ${NAME}-devel" libdvdnav4_CONTENTS="usr/bin/cygdvdnav-4.dll usr/share/doc/" libdvdnav_devel_CONTENTS="usr/include/ usr/lib/"