diff options
author | stas <stas@FreeBSD.org> | 2010-12-16 07:19:02 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2010-12-16 07:19:02 +0800 |
commit | f12f964d254aa064fce4b6234415ab75b3a4f038 (patch) | |
tree | a1d74047328826aeedaf60df7c2dfbd8aad19c16 /multimedia/emotion | |
parent | fe19a808f606921f1b3e8a96f139eb9c3898be85 (diff) | |
download | freebsd-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/Makefile | 4 |
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) |