aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/emotion
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2010-12-16 07:19:02 +0800
committerstas <stas@FreeBSD.org>2010-12-16 07:19:02 +0800
commitf12f964d254aa064fce4b6234415ab75b3a4f038 (patch)
treea1d74047328826aeedaf60df7c2dfbd8aad19c16 /multimedia/emotion
parentfe19a808f606921f1b3e8a96f139eb9c3898be85 (diff)
downloadfreebsd-ports-gnome-f12f964d254aa064fce4b6234415ab75b3a4f038.tar.gz
freebsd-ports-gnome-f12f964d254aa064fce4b6234415ab75b3a4f038.tar.zst
freebsd-ports-gnome-f12f964d254aa064fce4b6234415ab75b3a4f038.zip
- Disable vlc plugin for now, it's broken.
PR: ports/153193 Submitted by: Igor Ostapenko <igor.ostapenko@gmail.com>
Diffstat (limited to 'multimedia/emotion')
-rw-r--r--multimedia/emotion/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/emotion/Makefile b/multimedia/emotion/Makefile
index 6b41e6b8186c..dd256665810b 100644
--- a/multimedia/emotion/Makefile
+++ b/multimedia/emotion/Makefile
@@ -28,6 +28,10 @@ USE_LDCONFIG= yes
OPTIONS= XINE "Build Xine module" on \
GST "Build GStreamer module" on
+# emotion's vlc plugin needs updating due to libvlc API changes
+# details: http://trac.enlightenment.org/e/ticket/601
+CONFIGURE_ARGS= --disable-vlc
+
.include <bsd.port.pre.mk>
.if defined(WITHOUT_XINE) && defined(WITHOUT_GST)