# -*- 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

PortSystem      1.0

name            libdvdread
version         6.1.3
revision        0
categories      devel multimedia
license         GPL-2+
maintainers     nomaintainer
description     simple foundation for reading DVD-Video images

long_description \
    libdvdread provides a simple foundation for reading DVD-Video \
    images. It offers DVD applications: \
    1. A simple abstraction for reading the files on a DVD image \
       (dvd_reader.h). \
    2. A simple library for parsing the information (IFO) files \
       (ifo_read.h/ifo_types.h). \
    3. A simple library for parsing the navigation (NAV) packets \
       (nav_read.h/nav_types.h).

homepage            http://dvdnav.mplayerhq.hu/
master_sites        https://download.videolan.org/pub/videolan/${name}/${version}/

use_bzip2           yes

checksums           rmd160  218d1bffe35f800d114be6e0c06dd6429d32be19 \
                    sha256  ce35454997a208cbe50e91232f0e73fb1ac3471965813a13b8730a8f18a15369 \
                    size    395439

depends_lib     port:libdvdcss

patchfiles      patch-src_dvd_input.c.diff
post-patch {
    reinplace -locale C "s|@@PREFIX@@|${prefix}|" ${worksrcpath}/src/dvd_input.c
}

compiler.c_standard 1999

configure.args-append   --disable-silent-rules

livecheck.type      regex
livecheck.url       https://download.videolan.org/pub/videolan/${name}/
livecheck.regex     {>([0-9.]+)/<}
