Ticket #52993: girl-9.6.1.patch

File girl-9.6.1.patch, 2.4 KB (added by dbevans (David B. Evans), 7 years ago)

Update to girl 9.6.1, dependencies, disable optimization

  • gnome/girl/Portfile

    diff --git a/gnome/girl/Portfile b/gnome/girl/Portfile
    index ed68656..98c114b 100644
    a b  
    33PortSystem          1.0
    44
    55name                girl
    6 version             9.5.1
     6version             9.6.1
    77set branch          [join [lrange [split $version .] 0 1] .]
    88categories          gnome
    99platforms           darwin
    long_description Locate Internet Radio Stations 
    1515homepage            http://people.gnome.org/~ole/girl/
    1616master_sites        gnome:sources/${name}/${branch}/
    1717
    18 checksums           rmd160  50f2554179325c7cb97eff1d9331424dd3661340 \
    19                     sha256  a18b1803600a7f94ff8577276dd7094b858af970262d67486eb8828d4d39bd87
    20 
    2118use_xz              yes
    2219
     20checksums           rmd160  b28a30ddc903b41d26c8996409c777960eddc09c \
     21                    sha256  85f1ab6e7e246bb525ac0b760130a71fb201c78a8985a663f5c965cb1e280023
     22
    2323depends_build       port:pkgconfig \
    2424                    port:intltool \
    2525                    port:gtk-doc \
    depends_lib port:desktop-file-utils \ 
    3636                    port:libgnomeui \
    3737                    port:libxml2 \
    3838                    port:gnome-vfs \
    39                     port:totem \
     39                    port:gstreamer010 \
     40                    port:gstreamer010-gst-plugins-base \
    4041                    port:zlib
    4142
     43depends_run         port:gstreamer010-gst-plugins-good \
     44                    port:gstreamer010-gst-plugins-bad \
     45                    port:gstreamer010-gst-plugins-ugly
     46
    4247# reconfigure using autogen.sh from upstream git for intltool 0.51 compatibility
    4348
    4449post-patch {
    post-patch { 
    4752
    4853configure.cmd       ./autogen.sh
    4954
     55configure.optflags  -O0 -g
    5056configure.args      --disable-silent-rules
    5157
    5258variant debug description {Build with debug symbols and enable debug messages} {
    5359    patchfiles-append   patch-enable-debug.diff
    54     configure.optflags  -O0 -g
    5560}
    5661
    5762variant record description {Enable recording using external streamripper (broken)} {
  • gnome/girl/files/autogen.sh

    diff --git a/gnome/girl/files/autogen.sh b/gnome/girl/files/autogen.sh
    index 452c6c8..b579eac 100644
    a b which gnome-autogen.sh || { 
    1818}
    1919
    2020REQUIRED_AUTOCONF_VERSION=2.59
    21 REQUIRED_AUTOMAKE_VERSION=1.15
     21REQUIRED_AUTOMAKE_VERSION=1.14
    2222REQUIRED_INTLTOOL_VERSION=0.40.0
    2323REQUIRED_PKG_CONFIG_VERSION=0.16.0
    2424REQUIRED_GTK_DOC_VERSION=1.9