[thunderbird-lightning/el5: 2/2] Disable webm

Orion Poplawski orion at fedoraproject.org
Mon Feb 25 22:16:39 UTC 2013


commit 0b34b905f28b6a16de9b0070fa262b4f348a5d6a
Merge: 5d041e0 48bf7b1
Author: Orion Poplawski <orion at nwra.com>
Date:   Mon Feb 25 15:16:28 2013 -0700

    Disable webm

 thunderbird-lightning.spec |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)
---
diff --cc thunderbird-lightning.spec
index ca07c02,7eefd5e..25c1e5d
--- a/thunderbird-lightning.spec
+++ b/thunderbird-lightning.spec
@@@ -136,17 -134,11 +136,16 @@@ cd .
  %{__rm} -f .mozconfig
  %{__cp} %{SOURCE10} .mozconfig
  
- %if 0%{?rhel} > 5
- # RHEL 6 mozconfig changes:
- echo "ac_add_options --enable-system-hunspell" >> .mozconfig
- echo "ac_add_options --enable-libnotify" >> .mozconfig
- echo "ac_add_options --enable-startup-notification" >> .mozconfig
- %else
 +# RHEL 5 mozconfig changes:
 +echo "ac_add_options --disable-system-hunspell" >> .mozconfig
 +echo "ac_add_options --disable-libnotify" >> .mozconfig
 +echo "ac_add_options --disable-methodjit" >> .mozconfig
- %endif
++
+ # Disable webm
+ echo "ac_add_options --without-system-libvpx" >> .mozconfig
+ echo "ac_add_options --disable-webm" >> .mozconfig
+ echo "ac_add_options --disable-webrtc" >> .mozconfig
+ echo "ac_add_options --disable-ogg" >> .mozconfig
  
  # s390(x) fails to start with jemalloc enabled
  %ifarch s390 s390x


More information about the scm-commits mailing list