Ticket #56332: Portfile

File Portfile, 2.8 KB (added by oleaamot (Ole Aamot), 7 years ago)

Portfile for gnome-internet-radio-locator 1.1.0

Line 
1# -*- 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
2
3PortSystem          1.0
4PortGroup           active_variants 1.1
5
6name                gnome-internet-radio-locator
7version             1.1.0
8set branch          [join [lrange [split $version .] 0 1] .]
9categories          gnome
10platforms           darwin
11license             GPL-3+
12maintainers         {gnome.org:ole @oleaamot} \
13                    openmaintainer
14description         GNOME Internet Radio Locator
15long_description    Locate Internet Radio Stations
16homepage            https://people.gnome.org/~ole/gnome-internet-radio-locator
17master_sites        gnome:sources/${name}/${branch}/
18
19use_xz              yes
20
21checksums           rmd160  bc6b8a67862ae993911b5a0efa079fed0f34fbad \
22                    sha256  63b4147f99f47d8fd8e424583e958ca459b92152bb329ef69f4d888eec9dae39 \
23                    size    539096
24
25depends_build       port:autoconf \
26                    port:automake \
27                    port:geocode-glib \
28                    port:gnome-common \
29                    port:gstreamer1-gst-plugins-bad \
30                    port:gstreamer1-gst-plugins-good \
31                    port:gstreamer1-gst-plugins-ugly \
32                    port:gtk-doc \
33                    port:intltool \
34                    port:itstool \
35                    port:pkgconfig \
36                    port:yelp-tools
37
38depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
39                    path:lib/pkgconfig/pango.pc:pango \
40                    port:desktop-file-utils \
41                    port:geocode-glib \
42                    port:gstreamer1 \
43                    port:gstreamer1-gst-plugins-base \
44                    port:gtk3 \
45                    port:libchamplain \
46                    port:libxml2 \
47                    port:zlib
48
49depends_run         port:gstreamer1-gst-plugins-bad \
50                    port:gstreamer1-gst-plugins-good \
51                    port:gstreamer1-gst-plugins-ugly
52
53# reconfigure using autogen.sh from upstream git for intltool 0.51 compatibility
54
55post-patch {
56    xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
57}
58
59configure.cmd       ./autogen.sh
60
61# building with optimization greater than -O0 causes crash on selecting station
62# https://trac.macports.org/ticket/52993
63configure.optflags  -O0
64configure.args      --disable-silent-rules
65
66post-activate {
67   system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor"
68   system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
69}
70
71variant debug description {Build with debug symbols and enable debug messages} {
72    patchfiles-append   patch-enable-debug.diff
73    configure.optflags  -O0 -g
74}
75
76livecheck.type      gnome-with-unstable