diff --git a/gnome/girl/Portfile b/gnome/girl/Portfile
index ed68656..98c114b 100644
a
|
b
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | |
5 | 5 | name girl |
6 | | version 9.5.1 |
| 6 | version 9.6.1 |
7 | 7 | set branch [join [lrange [split $version .] 0 1] .] |
8 | 8 | categories gnome |
9 | 9 | platforms darwin |
… |
… |
long_description Locate Internet Radio Stations |
15 | 15 | homepage http://people.gnome.org/~ole/girl/ |
16 | 16 | master_sites gnome:sources/${name}/${branch}/ |
17 | 17 | |
18 | | checksums rmd160 50f2554179325c7cb97eff1d9331424dd3661340 \ |
19 | | sha256 a18b1803600a7f94ff8577276dd7094b858af970262d67486eb8828d4d39bd87 |
20 | | |
21 | 18 | use_xz yes |
22 | 19 | |
| 20 | checksums rmd160 b28a30ddc903b41d26c8996409c777960eddc09c \ |
| 21 | sha256 85f1ab6e7e246bb525ac0b760130a71fb201c78a8985a663f5c965cb1e280023 |
| 22 | |
23 | 23 | depends_build port:pkgconfig \ |
24 | 24 | port:intltool \ |
25 | 25 | port:gtk-doc \ |
… |
… |
depends_lib port:desktop-file-utils \ |
36 | 36 | port:libgnomeui \ |
37 | 37 | port:libxml2 \ |
38 | 38 | port:gnome-vfs \ |
39 | | port:totem \ |
| 39 | port:gstreamer010 \ |
| 40 | port:gstreamer010-gst-plugins-base \ |
40 | 41 | port:zlib |
41 | 42 | |
| 43 | depends_run port:gstreamer010-gst-plugins-good \ |
| 44 | port:gstreamer010-gst-plugins-bad \ |
| 45 | port:gstreamer010-gst-plugins-ugly |
| 46 | |
42 | 47 | # reconfigure using autogen.sh from upstream git for intltool 0.51 compatibility |
43 | 48 | |
44 | 49 | post-patch { |
… |
… |
post-patch { |
47 | 52 | |
48 | 53 | configure.cmd ./autogen.sh |
49 | 54 | |
| 55 | configure.optflags -O0 -g |
50 | 56 | configure.args --disable-silent-rules |
51 | 57 | |
52 | 58 | variant debug description {Build with debug symbols and enable debug messages} { |
53 | 59 | patchfiles-append patch-enable-debug.diff |
54 | | configure.optflags -O0 -g |
55 | 60 | } |
56 | 61 | |
57 | 62 | variant record description {Enable recording using external streamripper (broken)} { |
diff --git a/gnome/girl/files/autogen.sh b/gnome/girl/files/autogen.sh
index 452c6c8..b579eac 100644
a
|
b
|
which gnome-autogen.sh || { |
18 | 18 | } |
19 | 19 | |
20 | 20 | REQUIRED_AUTOCONF_VERSION=2.59 |
21 | | REQUIRED_AUTOMAKE_VERSION=1.15 |
| 21 | REQUIRED_AUTOMAKE_VERSION=1.14 |
22 | 22 | REQUIRED_INTLTOOL_VERSION=0.40.0 |
23 | 23 | REQUIRED_PKG_CONFIG_VERSION=0.16.0 |
24 | 24 | REQUIRED_GTK_DOC_VERSION=1.9 |