MozillaFirefox/MozillaFirefox.spec
branchfirefox32
changeset 753 f3bf114c6639
parent 751 8517d10e87ab
child 756 e4fa9844604e
equal deleted inserted replaced
751:8517d10e87ab 753:f3bf114c6639
    72 Recommends:     gstreamer-0_10-plugins-ffmpeg
    72 Recommends:     gstreamer-0_10-plugins-ffmpeg
    73 %endif
    73 %endif
    74 %endif
    74 %endif
    75 Version:        %{mainver}
    75 Version:        %{mainver}
    76 Release:        0
    76 Release:        0
    77 %define         releasedate 2014072700
    77 %define         releasedate 2014080100
    78 Provides:       firefox = %{mainver}
    78 Provides:       firefox = %{mainver}
    79 Provides:       firefox = %{version}-%{release}
    79 Provides:       firefox = %{version}-%{release}
    80 Provides:       web_browser
    80 Provides:       web_browser
    81 Provides:       browser(npapi)
    81 Provides:       browser(npapi)
    82 # this is needed to match this package with the kde4 helper package without the main package
    82 # this is needed to match this package with the kde4 helper package without the main package
   347 %ifarch %arm
   347 %ifarch %arm
   348 ac_add_options --disable-neon
   348 ac_add_options --disable-neon
   349 %endif
   349 %endif
   350 %ifnarch %ix86 x86_64
   350 %ifnarch %ix86 x86_64
   351 ac_add_options --disable-webrtc
   351 ac_add_options --disable-webrtc
       
   352 %endif
       
   353 # try to use OpenGL-ES on ARM
       
   354 %ifarch %arm
       
   355 ac_add_options --with-gl-provider=EGL
   352 %endif
   356 %endif
   353 EOF
   357 EOF
   354 make -f client.mk build
   358 make -f client.mk build
   355 
   359 
   356 %install
   360 %install