# -*- 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 PortSystem 1.0 PortGroup compiler_blacklist_versions 1.0 PortGroup meson 1.0 name gupnp-dlna version 0.12.0 revision 0 license LGPL set branch [join [lrange [split ${version} .] 0 1] .] description GUPnP-DLNA is a small utility library that aims to ease DLNA-related tasks. long_description ${description} maintainers {devans @dbevans} openmaintainer categories net gnome homepage https://wiki.gnome.org/Projects/GUPnP master_sites gnome:sources/${name}/${branch}/ use_xz yes checksums rmd160 75b77a472cd579e7beee0b8b5f75be2760f44fe9 \ sha256 3d53b96f85bc5628d33e367ec9bf2adb38ef2b34d7ad0434a6ba0cf4ad9048e6 \ size 89480 depends_build-append \ port:gtk-doc \ port:pkgconfig depends_lib-append port:gstreamer1-gst-plugins-base \ port:gupnp \ port:libxml2 \ path:bin/vala:vala # gupnp-dlna-profile-loader.c: error: redefinition of typedef ‘GUPnPDLNAProfileLoaderPrivate’ compiler.blacklist *gcc-3.* *gcc-4.* {clang < 300} configure.args-append \ -Dgtk_doc=false livecheck.type gnome