# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup compiler_blacklist_versions 1.0 PortGroup gobject_introspection 1.0 name gupnp-av version 0.12.7 license LGPL set branch [join [lrange [split ${version} .] 0 1] .] description GUPnP-AV is a collection of helpers for building AV (audio/video) applications using GUPnP. long_description ${description} maintainers devans openmaintainer categories net gnome platforms darwin homepage https://wiki.gnome.org/Projects/GUPnP master_sites gnome:sources/${name}/${branch}/ use_xz yes checksums rmd160 982717083a5e8deff29aba973bad6475df398b74 \ sha256 35e775bc4f7801d65dcb710905a6b8420ce751a239b5651e6d830615dc906ea8 depends_build port:pkgconfig depends_lib port:gupnp \ port:vala # Remove a warning flag that earlier gcc don't know about patchfiles-append patch-test-Makefile.in.diff gobject_introspection yes # blacklist compilers that do not support C11 # due to error: redefinition of typedef 'GUPnPService' # build fix for SL and earlier compiler.blacklist *gcc* {clang < 300} configure.args --disable-silent-rules livecheck.type gnome