Revision
75472
Author
rmstonecipher@macports.org
Date
2011-01-25 18:58:04 -0800 (Tue, 25 Jan 2011)

Log Message

gnome/gst-plugins-gl added library dependency upon libpng to avoid misbehavior when gst-plugins-base+no_gnome_vfs is installed

Modified Paths

Diff

Modified: trunk/dports/gnome/gst-plugins-gl/Portfile (75471 => 75472)


--- trunk/dports/gnome/gst-plugins-gl/Portfile	2011-01-26 02:02:09 UTC (rev 75471)
+++ trunk/dports/gnome/gst-plugins-gl/Portfile	2011-01-26 02:58:04 UTC (rev 75472)
@@ -5,6 +5,7 @@
 
 name                gst-plugins-gl
 version             0.10.2
+revision            1
 description         This is gst-plugins, a set of plug-ins for GStreamer.
 long_description    The GStreamer OpenGL module provides helper libraries, base \
                     classes and elements for integrating with OpenGL and using \
@@ -18,7 +19,8 @@
 
 depends_lib	\
     port:glew \
-    port:gst-plugins-base
+    port:gst-plugins-base \
+    port:libpng
 
 use_bzip2           yes