# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 118004 2014-03-18 21:09:45Z cal@macports.org $

PortSystem          1.0

name                libdvdnav
version             4.2.1
categories          devel multimedia
license             GPL-2+
maintainers         nomaintainer

description         DVD navigation library

long_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.

platforms           darwin

depends_lib         port:libdvdread

use_autoreconf      yes

homepage            http://dvdnav.mplayerhq.hu/
master_sites        ${homepage}releases/

depends_build-append \
                    port:pkgconfig

use_xz              yes
checksums           rmd160  d2232da3585f1a436335b754cbc313dbeb3105e0 \
                    sha256  7fca272ecc3241b6de41bbbf7ac9a303ba25cb9e0c82aa23901d3104887f2372

# Fix build failure when upgrading from previous version.
configure.cppflags-replace -I${prefix}/include -isystem${prefix}/include

post-destroot {
    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
    xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL \
        NEWS README TODO ${destroot}${prefix}/share/doc/${name}
}

livecheck.type      regex
livecheck.url       [lindex ${master_sites} 0]
livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
