diff options
author | mezz <mezz@FreeBSD.org> | 2008-05-11 10:24:23 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-05-11 10:24:23 +0800 |
commit | beb2d8164c4f9f1c8401a87b97b67eff7ed9f17b (patch) | |
tree | 8ad63b39184da57ccbb8bbae9e8685ae5c535cde | |
parent | f166d42c9bf0c5d247e388a481ac38e15cb8ce5a (diff) | |
download | freebsd-ports-gnome-beb2d8164c4f9f1c8401a87b97b67eff7ed9f17b.tar.gz freebsd-ports-gnome-beb2d8164c4f9f1c8401a87b97b67eff7ed9f17b.tar.zst freebsd-ports-gnome-beb2d8164c4f9f1c8401a87b97b67eff7ed9f17b.zip |
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)
-rw-r--r-- | devel/gstreamer-plugins-gio/Makefile | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 1 |
2 files changed, 2 insertions, 1 deletions
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 |