# -*- 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$ PortSystem 1.0 name libdvbpsi version 1.2.0 categories devel multimedia license LGPL-2.1+ maintainers nomaintainer description library to decode / generate MPEG TS & DVB PSI tables long_description \ libdvbpsi is a set of tools which allows to decode and generate all \ the Program specific Information ( PSI ) present in a MPEG2 TS or a \ DVB stream. The two keywords are portability and simplicity . homepage http://developers.videolan.org/libdvbpsi/ platforms darwin master_sites http://download.videolan.org/pub/${name}/${version}/ use_bzip2 yes checksums sha1 b918985f65e1d14bf19209b6b3def254c902901a \ rmd160 0c14a32f1cab0dbe834bcb02cbc8cc9a6fc47752 \ sha256 36d9b233306e48b58999e87864253b564e20932ed46a485e44ef7058f1f927e8 # examples currently fail for different on different OS versions # disable everywhere, for now patchfiles-append patch-no_examples.diff depends_build-append \ port:automake port:autoconf port:libtool post-patch { reinplace "s:-Werror::" ${worksrcpath}/configure.ac } pre-configure { system -W ${worksrcpath} "/bin/sh bootstrap" } configure.args-append \ --disable-silent-rules --enable-release platform darwin { if {${os.major} >= 13} { # assume Yosemite will also have this issue patchfiles-append patch-configure_Mavericks_flags.diff } } livecheck.url http://download.videolan.org/pub/${name}/ livecheck.regex {>([0-9.]+)/<}