Ticket #42741: Portfile-grilo-plugins.diff

File Portfile-grilo-plugins.diff, 2.4 KB (added by juanrgar (Juan R. García Blanco), 11 years ago)

grilo-plugins Portfile

  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                grilo-plugins
    7 version             0.2.9
     7version             0.2.11
    88license             LGPL-2.1
    99set branch          [join [lrange [split ${version} .] 0 1] .]
    1010description         Framework for discovering and browsing media - Plugins.
     
    1919
    2020use_xz              yes
    2121
    22 checksums           rmd160  76338353548e4bdaa0c29e5eca873f0cc49cabca \
    23                     sha256  902b839bd1cdc27613d9e44af2afe00d1ef3b7471ae72c66c622560007e1023e
     22checksums           rmd160  60a27e73f699bd67236b569bd61970444337d3a1 \
     23                    sha256  a2ac4ad28f3ead53d00d99653b2fb2d19cd5d9cfc33a16e7e82477223d089944
    2424
    2525depends_build       port:pkgconfig \
    2626                    port:intltool \
     
    4040                    port:sqlite3 \
    4141                    port:gmime \
    4242                    port:libgcrypt \
    43                     port:libdmapsharing \
    4443                    port:json-glib
     44#                    port:libdmapsharing \
    4545
    4646# autoreconf to use MacPorts patched intltool.m4
    4747
    4848use_autoreconf      yes
    4949autoreconf.args     -fvi
    5050
    51 #  --enable-tracker        Enable Tracker plugin (default: auto)
    52 
    5351configure.args      --disable-silent-rules \
    5452                    --enable-compile-warnings=no \
    5553                    --disable-debug \
     
    6159                    --enable-upnp \
    6260                    --enable-youtube \
    6361                    --enable-flickr \
     62                    --disable-pocket \
    6463                    --enable-podcasts \
    6564                    --enable-bookmarks \
    6665                    --enable-shoutcast \
     
    6968                    --enable-metadata-store \
    7069                    --enable-vimeo \
    7170                    --enable-gravatar \
    72 #                    --enable-tracker \
    7371                    --disable-tracker \
    7472                    --enable-bliptv \
    7573                    --enable-raitv \
    7674                    --enable-localmetadata \
    77                     --enable-dmap \
     75                    --disable-dmap \
    7876                    --enable-tmdb
     77#                    --enable-pocket \ # requires goa-1.0 >= 3.11.4
     78#                    --enable-tracker \
     79#                    --enable-dmap \ # apparently there is a bug in libdmapsharing
    7980
    8081livecheck.type  gnome
    8182