summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@anakreon.cz>2016-05-02 13:27:48 +0200
committerMartin Stransky <stransky@anakreon.cz>2016-05-02 13:27:48 +0200
commit75087ae86af8e5a60942bf32a7a672383ce1f7f2 (patch)
tree932ab75c0cc8be8127fc5ff4608708ff4711acb0
parentAdded fix for rhbz#1322626 - wrong focused window (diff)
downloadlibrewolf-fedora-ff-75087ae86af8e5a60942bf32a7a672383ce1f7f2.tar.gz
librewolf-fedora-ff-75087ae86af8e5a60942bf32a7a672383ce1f7f2.tar.bz2
librewolf-fedora-ff-75087ae86af8e5a60942bf32a7a672383ce1f7f2.zip
Removed gstreamer config as it's no longer used. See rhbz#1331496 for details.
-rw-r--r--firefox.spec18
1 files changed, 5 insertions, 13 deletions
diff --git a/firefox.spec b/firefox.spec
index 15ef569..5ada3bd 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -34,8 +34,6 @@
%define system_jpeg 1
-%define enable_gstreamer 1
-
# Separated plugins are supported on x86(64) only
%ifarch %{ix86} x86_64
%define separated_plugins 1
@@ -94,7 +92,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 46.0
-Release: 5%{?pre_tag}%{?dist}
+Release: 6%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -191,10 +189,6 @@ Requires: nss >= %{nss_build_version}
BuildRequires: desktop-file-utils
BuildRequires: system-bookmarks
-%if %{?enable_gstreamer}
-BuildRequires: pkgconfig(gstreamer-1.0)
-BuildRequires: pkgconfig(gstreamer-allocators-1.0)
-%endif
%if %{?system_sqlite}
BuildRequires: pkgconfig(sqlite3) >= %{sqlite_version}
Requires: sqlite >= %{sqlite_build_version}
@@ -329,12 +323,6 @@ echo "ac_add_options --disable-system-cairo" >> .mozconfig
echo "ac_add_options --enable-system-ffi" >> .mozconfig
%endif
-%if %{?enable_gstreamer}
-echo "ac_add_options --enable-gstreamer=1.0" >> .mozconfig
-%else
-echo "ac_add_options --disable-gstreamer" >> .mozconfig
-%endif
-
%if !%{?separated_plugins}
echo "ac_add_options --disable-ipc" >> .mozconfig
%endif
@@ -813,6 +801,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Mon May 2 2016 Martin Stransky <stransky@redhat.com> - 46.0-6
+- Removed gstreamer config as it's no longer used.
+ See rhbz#1331496 for details.
+
* Thu Apr 28 2016 Martin Stransky <stransky@redhat.com> - 46.0-5
- Added fix for rhbz#1322626 - wrong focused window
bgstack15