From beb2d8164c4f9f1c8401a87b97b67eff7ed9f17b Mon Sep 17 00:00:00 2001 From: mezz Date: Sun, 11 May 2008 02:24:23 +0000 Subject: Fix the error in runtime like this: /usr/local/lib/gstreamer-0.10/libgstgio.so: Undefined symbol "g_seekable_can_seek" Bump the PORTREVISION. Approved by: marcus (multimedia hat) --- devel/gstreamer-plugins-gio/Makefile | 2 +- multimedia/gstreamer-plugins/Makefile.common | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/gstreamer-plugins-gio/Makefile b/devel/gstreamer-plugins-gio/Makefile index a149dfef3bae..02164ffce663 100644 --- a/devel/gstreamer-plugins-gio/Makefile +++ b/devel/gstreamer-plugins-gio/Makefile @@ -6,7 +6,7 @@ # $MCom: ports/devel/gstreamer-plugins-gio/Makefile,v 1.1 2008/03/21 04:14:18 ahze Exp $ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel COMMENT= Gstreamer gio (Glib I/O) plugin diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 53b891239a88..b9c973bbf138 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -228,6 +228,7 @@ gst_gdk_pixbuf_PLIST_FILES= ${GST_LIB_DIR}/libgstgdkpixbuf.a \ ${GST_LIB_DIR}/libgstgdkpixbuf.so # gio gst_gio_USE_GNOME+= glib20 +gst_gio_CONFIGURE_ARGS+=--enable-experimental gst_gio_DIST= base # gnomevfs -- cgit