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), 11 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name grilo 7 version 0.2.7 8 revision 1 7 version 0.2.8 9 8 license LGPL-2.1 10 9 set branch [join [lrange [split ${version} .] 0 1] .] 11 10 description Framework for discovering and browsing media. … … 20 19 21 20 use_xz yes 22 21 23 checksums rmd160 c5c387028efc16eb663335afc38776037eefb838\24 sha256 4a854ee6f9a220f05e696813949be94780c12a7fb281253f10a545f30ed596d822 checksums rmd160 d15951600bab52bb989e0cabc8d4834d505cc7b7 \ 23 sha256 03a50e011b897a46d6ec6fe4cfec4ca0737047f279c99b3d9eb9bef8c472cee8 25 24 26 25 depends_build port:pkgconfig \ 27 26 port:intltool \ … … 32 31 port:liboauth \ 33 32 port:libsoup \ 34 33 port:gobject-introspection \ 35 port:vala 34 port:vala \ 35 port:totem-pl-parser 36 36 37 37 configure.args --enable-introspection=yes \ 38 38 --disable-silent-rules \ 39 39 --disable-debug \ 40 40 --enable-compile-warnings=no \ 41 41 --enable-grl-net \ 42 --enable-grl-pls \ 42 43 --disable-test-ui \ 43 44 --disable-tests \ 44 45 --enable-vala 45 46 46 patchfiles patch-vala022-support.diff \ 47 patch-remove-libdir-setting.diff 47 patchfiles patch-remove-libdir-setting.diff 48 48 49 49 # update m4/intltool.m4 and autoreconf 50 50