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) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name grilo-plugins 7 version 0.2. 97 version 0.2.11 8 8 license LGPL-2.1 9 9 set branch [join [lrange [split ${version} .] 0 1] .] 10 10 description Framework for discovering and browsing media - Plugins. … … 19 19 20 20 use_xz yes 21 21 22 checksums rmd160 76338353548e4bdaa0c29e5eca873f0cc49cabca\23 sha256 902b839bd1cdc27613d9e44af2afe00d1ef3b7471ae72c66c622560007e1023e22 checksums rmd160 60a27e73f699bd67236b569bd61970444337d3a1 \ 23 sha256 a2ac4ad28f3ead53d00d99653b2fb2d19cd5d9cfc33a16e7e82477223d089944 24 24 25 25 depends_build port:pkgconfig \ 26 26 port:intltool \ … … 40 40 port:sqlite3 \ 41 41 port:gmime \ 42 42 port:libgcrypt \ 43 port:libdmapsharing \44 43 port:json-glib 44 # port:libdmapsharing \ 45 45 46 46 # autoreconf to use MacPorts patched intltool.m4 47 47 48 48 use_autoreconf yes 49 49 autoreconf.args -fvi 50 50 51 # --enable-tracker Enable Tracker plugin (default: auto)52 53 51 configure.args --disable-silent-rules \ 54 52 --enable-compile-warnings=no \ 55 53 --disable-debug \ … … 61 59 --enable-upnp \ 62 60 --enable-youtube \ 63 61 --enable-flickr \ 62 --disable-pocket \ 64 63 --enable-podcasts \ 65 64 --enable-bookmarks \ 66 65 --enable-shoutcast \ … … 69 68 --enable-metadata-store \ 70 69 --enable-vimeo \ 71 70 --enable-gravatar \ 72 # --enable-tracker \73 71 --disable-tracker \ 74 72 --enable-bliptv \ 75 73 --enable-raitv \ 76 74 --enable-localmetadata \ 77 -- enable-dmap \75 --disable-dmap \ 78 76 --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 79 80 80 81 livecheck.type gnome 81 82