[72807] trunk/dports/gnome/gnome-media/Portfile
Revision: 72807 http://trac.macports.org/changeset/72807 Author: devans@macports.org Date: 2010-10-27 13:06:11 -0700 (Wed, 27 Oct 2010) Log Message: ----------- gnome-media: to ensure consistent behavior, add path dependency on gladeui-1.0.pc which can be satisfied by either glade3 or glade3-devel, see comments in Portfile. Modified Paths: -------------- trunk/dports/gnome/gnome-media/Portfile Modified: trunk/dports/gnome/gnome-media/Portfile =================================================================== --- trunk/dports/gnome/gnome-media/Portfile 2010-10-27 19:53:38 UTC (rev 72806) +++ trunk/dports/gnome/gnome-media/Portfile 2010-10-27 20:06:11 UTC (rev 72807) @@ -5,7 +5,7 @@ name gnome-media version 2.30.0 -revision 2 +revision 3 set branch [join [lrange [split ${version} .] 0 1] .] description A collection of utilities for simple multimedia handling. long_description \ @@ -27,10 +27,21 @@ depends_build port:pkgconfig \ port:gnome-doc-utils +# +# dependency on libgladeui-1.0 is required to ensure +# that port builds consistently +# if present glade3 ui profiles are installed +# which allows editing of .ui files in glade3 +# if not they are not +# no way to turn this behavior off in configure +# path dependency allows either glade3 or glade3-devel to be used +# + depends_lib port:libcanberra \ port:libunique \ port:gconf \ - port:gst-plugins-base + port:gst-plugins-base \ + path:lib/pkgconfig/gladeui-1.0.pc:glade3 configure.args --disable-schemas-install \ --disable-scrollkeeper \
participants (1)
-
devans@macports.org