Last change
on this file was
153975,
checked in by devans@…, 18 months ago
|
gupnp-av: update to version 0.12.10.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.5 KB
|
Line | |
---|
1 | # -*- 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 |
---|
2 | # $Id: Portfile 153975 2016-10-17 02:34:43Z devans@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup compiler_blacklist_versions 1.0 |
---|
6 | PortGroup gobject_introspection 1.0 |
---|
7 | |
---|
8 | name gupnp-av |
---|
9 | version 0.12.10 |
---|
10 | license LGPL |
---|
11 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
12 | description GUPnP-AV is a collection of helpers for building AV (audio/video) applications using GUPnP. |
---|
13 | |
---|
14 | long_description ${description} |
---|
15 | |
---|
16 | maintainers devans openmaintainer |
---|
17 | categories net gnome |
---|
18 | platforms darwin |
---|
19 | homepage https://wiki.gnome.org/Projects/GUPnP |
---|
20 | master_sites gnome:sources/${name}/${branch}/ |
---|
21 | |
---|
22 | use_xz yes |
---|
23 | |
---|
24 | checksums rmd160 7b4ac5563d1340ced54978875b1eaa9ed22c5140 \ |
---|
25 | sha256 8038ef84dddbe7ad91c205bf91dddf684f072df8623f39b6555a6bb72837b85a |
---|
26 | |
---|
27 | depends_build port:pkgconfig |
---|
28 | |
---|
29 | depends_lib port:gupnp \ |
---|
30 | port:vala |
---|
31 | |
---|
32 | patchfiles patch-m4-ax_compiler_flags_ldflags.m4.diff |
---|
33 | |
---|
34 | gobject_introspection yes |
---|
35 | |
---|
36 | # autoreconf after patching m4 macros |
---|
37 | |
---|
38 | use_autoreconf yes |
---|
39 | autoreconf.args -fvi |
---|
40 | |
---|
41 | # blacklist compilers that do not support C11 |
---|
42 | # due to error: redefinition of typedef 'GUPnPService' |
---|
43 | # build fix for SL and earlier |
---|
44 | |
---|
45 | compiler.blacklist *gcc* {clang < 300} |
---|
46 | |
---|
47 | configure.args --disable-compile-warnings \ |
---|
48 | --disable-silent-rules |
---|
49 | |
---|
50 | livecheck.type gnome |
---|
Note: See
TracBrowser
for help on using the repository browser.