aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2010-06-21 20:07:51 +0800
committergahr <gahr@FreeBSD.org>2010-06-21 20:07:51 +0800
commit2bbeff01a83345c82baaddf8717a5770ffe825a3 (patch)
treea321e8d40eefeaa127d8054e304c82f7be4f5374
parent75a75ea0c0ee114eb3904ce5eadfc4ed651d9f80 (diff)
downloadfreebsd-ports-gnome-2bbeff01a83345c82baaddf8717a5770ffe825a3.tar.gz
freebsd-ports-gnome-2bbeff01a83345c82baaddf8717a5770ffe825a3.tar.zst
freebsd-ports-gnome-2bbeff01a83345c82baaddf8717a5770ffe825a3.zip
- Mark ffmpeg support as broken and disable it as default
PR: 147928 Submitted by: Josh Carroll <josh.carroll@gmail.com> Feature safe: yes
-rw-r--r--graphics/gegl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile
index fbbb7df5d42f..a113fa69d5a2 100644
--- a/graphics/gegl/Makefile
+++ b/graphics/gegl/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= babl-0.1:${PORTSDIR}/x11/babl \
OPTIONS= CAIRO "Enable Cairo" on \
ENSCRIPT "Enable Enscript" on \
- FFMPEG "Enable videos through ffmpeg" on \
+ FFMPEG "Enable videos through ffmpeg (BROKEN)" off \
GRAPHVIZ "Enable Graphviz" on \
JPEG "Enable JPEG format support" on \
LUA "Enable LUA" on \
@@ -67,6 +67,7 @@ BUILD_DEPENDS+= enscript:${PORTSDIR}/print/enscript-a4
.endif
.if !defined(WITHOUT_FFMPEG)
+BROKEN= ffmpeg support is currently broken
LIB_DEPENDS+= avformat.1:${PORTSDIR}/multimedia/ffmpeg
PLIST_SUB+= FFMPEG=""
.else