File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33PortSystem 1.0
44PortGroup meson 1.0
5+ PortGroup gobject_introspection 1.0
56
67name gupnp-igd
78version 1.6.0
8- revision 0
9+ revision 1
910license LGPL
1011set branch [join [lrange [split ${version} .] 0 1] .]
1112description GUPnP-IGD is a library to handle UPnP IGD port mapping.
@@ -25,13 +26,20 @@ checksums rmd160 306f4be3a44a18d31eb1533ba2199416a4cd78b2 \
2526depends_build-append \
2627 port:pkgconfig
2728
28- depends_lib-append path:lib/pkgconfig/gobject-introspection-1.0.pc:gobject-introspection \
29+ depends_lib-append path:lib/pkgconfig/glib-2.0.pc:glib2 \
30+ port:gssdp \
2931 port:gupnp
3032
33+ gobject_introspection yes
34+
3135# blacklist compilers that do not support C11
3236# due to error: redefinition of typedef 'GUPnPService'
3337# build fix for SL and earlier
3438
3539compiler.blacklist *gcc-3.* *gcc-4.* {clang < 300}
3640
41+ pre-configure {
42+ configure.args-replace -Dintrospection=enabled -Dintrospection=true
43+ }
44+
3745livecheck.type gnome
You can’t perform that action at this time.
0 commit comments