[40621] trunk/dports/www/webkit-gtk/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Wed Oct 8 10:07:16 PDT 2008


Revision: 40621
          http://trac.macports.org/changeset/40621
Author:   macsforever2000 at macports.org
Date:     2008-10-08 10:07:16 -0700 (Wed, 08 Oct 2008)
Log Message:
-----------
Add video variant (#16789)

Modified Paths:
--------------
    trunk/dports/www/webkit-gtk/Portfile

Modified: trunk/dports/www/webkit-gtk/Portfile
===================================================================
--- trunk/dports/www/webkit-gtk/Portfile	2008-10-08 16:09:07 UTC (rev 40620)
+++ trunk/dports/www/webkit-gtk/Portfile	2008-10-08 17:07:16 UTC (rev 40621)
@@ -5,9 +5,10 @@
 
 name		webkit-gtk
 version		r30707
+revision	1
 description	Apple's WebKit HTML rendering library for GTK+
 long_description ${description}
-maintainers	nomaintainer
+maintainers	gmail.com:myschizobuddy
 categories	www gnome
 platforms	darwin freebsd
 homepage	http://webkit.org
@@ -21,9 +22,6 @@
 
 depends_lib	\
 	port:curl \
-	port:gnome-vfs \
-	port:gstreamer \
-	port:gst-plugins-base \
 	port:gtk2 \
 	port:icu \
 	port:libxslt \
@@ -37,5 +35,18 @@
 }
 
 configure.cmd	./autogen.sh
-configure.args	--enable-svg \
-                --enable-video
+configure.args	--enable-svg --enable-icon-database
+
+variant video description {Add gstreamer video support} {
+	depends_lib-append		port:gstreamer \
+							port:gst-plugins-base \
+							port:gnome-vfs
+	configure.args-append	--enable-video
+}
+variant svg_experimental description {Enable SVG experimental features} {
+	configure.args-append	--enable-svg-experimental
+}
+variant no_svg description {Disable SVG support} {
+	configure.args-delete	--enable-svg
+	configure.args-append	--disable-svg
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081008/76890d73/attachment.html 


More information about the macports-changes mailing list