[56032] trunk/dports/graphics/clutter/Portfile
devans at macports.org
devans at macports.org
Sun Aug 23 09:02:11 PDT 2009
Revision: 56032
http://trac.macports.org/changeset/56032
Author: devans at macports.org
Date: 2009-08-23 09:02:08 -0700 (Sun, 23 Aug 2009)
Log Message:
-----------
clutter:
* update to version 1.0.2
* make default flavour x11/glx
* add +no_x11 variant
Modified Paths:
--------------
trunk/dports/graphics/clutter/Portfile
Modified: trunk/dports/graphics/clutter/Portfile
===================================================================
--- trunk/dports/graphics/clutter/Portfile 2009-08-23 15:58:31 UTC (rev 56031)
+++ trunk/dports/graphics/clutter/Portfile 2009-08-23 16:02:08 UTC (rev 56032)
@@ -4,7 +4,7 @@
PortSystem 1.0
name clutter
-version 0.6.2
+version 1.0.2
set branch [string range $version 0 [expr [string last "." $version] - 1]]
categories graphics
maintainers devans openmaintainer
@@ -14,19 +14,37 @@
creating fast, visually rich and animated graphical \
user interfaces.
homepage http://www.clutter-project.org/
-master_sites http://www.clutter-project.org/sources/clutter/${branch}/
+master_sites http://www.clutter-project.org/sources/${name}/${branch}/
use_bzip2 yes
-checksums md5 fb96af6f7339a0ce82a55814ad169249 \
- sha1 a46ed8088d57d0769e357e4c1dae554a4c2a66e3 \
- rmd160 e04650627db7cd697d1be02d9e1b04fe77319f76
+checksums md5 498ac921fbe5881a03701877b7ea3edd \
+ sha1 8f1164624e02c1c8eeaf3b802937082c6c09a5a3 \
+ rmd160 4da6299851f523228252d3724761f359199be434
depends_build port:pkgconfig
-depends_lib port:glib2 \
- port:pango \
- port:gtk2
+depends_lib port:gtk2 \
+ port:mesa \
+ port:xorg-libXdamage \
+ port:xorg-libXcomposite
-configure.args --with-flavour=osx \
- --disable-docs \
+configure.args --with-flavour=glx \
+ --with-imagebackend=gdk-pixbuf \
+ --x-includes=${prefix}/include \
+ --x-libraries=${prefix}/include \
--disable-gtk-doc
+
+variant no_x11 {
+ depends_lib-delete port:mesa \
+ port:xorg-libXdamage \
+ port:xorg-libXcomposite
+ configre.args-delete --with-flavour=glx \
+ --with-imagebackend=gdk-pixbuf \
+ --x-includes=${prefix}/include \
+ --x-libraries=${prefix}/include
+ configure.args-append --with-flavour=osx
+}
+
+livecheck.check regex
+livecheck.url http://www.clutter-project.org/sources/${name}/${branch}/
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090823/650ff463/attachment.html>
More information about the macports-changes
mailing list