summaryrefslogtreecommitdiff
path: root/www/firefox
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-12-28 18:18:03 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-12-28 18:18:03 +0000
commit8af65d5d195caf3db4bb3a8657e3c5603eac588c (patch)
tree59f3c6b1f6d432dc49327ba9dcaf84ec004a5682 /www/firefox
parentgecko: enable PULSEAUDIO by default (mainly for WebRTC) (diff)
gecko: phase out GStreamer support
H.264 is decoded by FFmpeg directly since Firefox 43.0. GStreamer doesn't support DASH and no longer used by default since r397984 brings libavcodec.so. https://bugzilla.mozilla.org/show_bug.cgi?id=1234092
Notes
Notes: svn path=/head/; revision=404688
Diffstat (limited to 'www/firefox')
-rw-r--r--www/firefox/Makefile4
-rw-r--r--www/firefox/Makefile.options4
2 files changed, 4 insertions, 4 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 90f85a6f2699..6e6f9b270c74 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -4,7 +4,7 @@
PORTNAME= firefox
DISTVERSION= 43.0.1
DISTVERSIONSUFFIX=.source
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
@@ -49,7 +49,7 @@ MOZ_OPTIONS= --program-transform-name='s/firefox/${MOZILLA}/' \
--enable-application=browser \
--enable-official-branding
-OPTIONS_EXCLUDE= LOGGING
+OPTIONS_EXCLUDE= GSTREAMER LOGGING
OPTIONS_DEFAULT= GTK2
OPTIONS_SINGLE+= TOOLKIT
diff --git a/www/firefox/Makefile.options b/www/firefox/Makefile.options
index 971c5f54f47c..425ed5326ba2 100644
--- a/www/firefox/Makefile.options
+++ b/www/firefox/Makefile.options
@@ -1,10 +1,10 @@
# -*- makefile-bsdmake -*-
-OPTIONS_DEFINE+= BUNDLED_CAIRO CANBERRA DBUS DEBUG DTRACE GCONF GIO \
+OPTIONS_DEFINE+= BUNDLED_CAIRO CANBERRA DBUS DEBUG DTRACE FFMPEG GCONF GIO \
GNOMEUI GSTREAMER INTEGER_SAMPLES LIBPROXY LOGGING \
OPTIMIZED_CFLAGS PGO PROFILE TEST
-OPTIONS_DEFAULT+= DBUS GIO GSTREAMER LOGGING OPTIMIZED_CFLAGS \
+OPTIONS_DEFAULT+= DBUS FFMPEG GIO GSTREAMER LOGGING OPTIMIZED_CFLAGS \
${OPTIONS_MULTI_AUDIO} \
${MACHINE_CPU:tu:MSOFTFP:S/SOFTFP/INTEGER_SAMPLES/}