Ticket #42256: Portfile-grilo-0.2.8.diff

File Portfile-grilo-0.2.8.diff, 1.7 KB (added by juanrgar (Juan R. García Blanco), 10 years ago)
  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                grilo
    7 version             0.2.7
    8 revision            1
     7version             0.2.8
    98license             LGPL-2.1
    109set branch          [join [lrange [split ${version} .] 0 1] .]
    1110description         Framework for discovering and browsing media.
     
    2019
    2120use_xz              yes
    2221
    23 checksums           rmd160  c5c387028efc16eb663335afc38776037eefb838 \
    24                     sha256  4a854ee6f9a220f05e696813949be94780c12a7fb281253f10a545f30ed596d8
     22checksums           rmd160  d15951600bab52bb989e0cabc8d4834d505cc7b7 \
     23                    sha256  03a50e011b897a46d6ec6fe4cfec4ca0737047f279c99b3d9eb9bef8c472cee8
    2524
    2625depends_build       port:pkgconfig \
    2726                    port:intltool \
     
    3231                    port:liboauth \
    3332                    port:libsoup \
    3433                    port:gobject-introspection \
    35                     port:vala
     34                    port:vala \
     35                    port:totem-pl-parser
    3636
    3737configure.args      --enable-introspection=yes \
    3838                    --disable-silent-rules \
    3939                    --disable-debug \
    4040                    --enable-compile-warnings=no \
    4141                    --enable-grl-net \
     42                    --enable-grl-pls \
    4243                    --disable-test-ui \
    4344                    --disable-tests \
    4445                    --enable-vala
    4546
    46 patchfiles          patch-vala022-support.diff \
    47                     patch-remove-libdir-setting.diff
     47patchfiles          patch-remove-libdir-setting.diff
    4848
    4949# update m4/intltool.m4 and autoreconf
    5050