MozillaFirefox/MozillaFirefox.spec
branchfirefox47
changeset 919 6838f0c032f8
parent 916 2f9f2e040647
child 920 4e5807284ef0
equal deleted inserted replaced
918:0f93e8da34b6 919:6838f0c032f8
    93 %endif
    93 %endif
    94 # libavcodec is required for H.264 support but the
    94 # libavcodec is required for H.264 support but the
    95 # openSUSE version is currently not able to play H.264
    95 # openSUSE version is currently not able to play H.264
    96 # therefore the Packman version is required
    96 # therefore the Packman version is required
    97 # minimum version of libavcodec is 53
    97 # minimum version of libavcodec is 53
    98 #Recommends:     libavcodec
    98 Recommends:     libavcodec-full >= 0.10.16
    99 Version:        %{mainver}
    99 Version:        %{mainver}
   100 Release:        0
   100 Release:        0
   101 %if "%{name}" == "MozillaFirefox"
   101 %if "%{name}" == "MozillaFirefox"
   102 Provides:       firefox = %{mainver}
   102 Provides:       firefox = %{mainver}
   103 Provides:       firefox = %{version}-%{release}
   103 Provides:       firefox = %{version}-%{release}
   146 Patch11:        mozilla-reduce-files-per-UnifiedBindings.patch
   146 Patch11:        mozilla-reduce-files-per-UnifiedBindings.patch
   147 Patch12:        mozilla-gtk3_20.patch
   147 Patch12:        mozilla-gtk3_20.patch
   148 Patch13:        mozilla-check_return.patch
   148 Patch13:        mozilla-check_return.patch
   149 Patch14:        mozilla-gcc6.patch
   149 Patch14:        mozilla-gcc6.patch
   150 Patch15:        mozilla-exclude-nametablecpp.patch
   150 Patch15:        mozilla-exclude-nametablecpp.patch
       
   151 Patch16:        mozilla-aarch64-48bit-va.patch
   151 # Firefox/browser
   152 # Firefox/browser
   152 Patch101:       firefox-kde.patch
   153 Patch101:       firefox-kde.patch
   153 Patch102:       firefox-no-default-ualocale.patch
   154 Patch102:       firefox-no-default-ualocale.patch
   154 Patch103:       firefox-branded-icons.patch
   155 Patch103:       firefox-branded-icons.patch
   155 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
   156 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
   260 %patch12 -p1
   261 %patch12 -p1
   261 %endif
   262 %endif
   262 %patch13 -p1
   263 %patch13 -p1
   263 %patch14 -p1
   264 %patch14 -p1
   264 %patch15 -p1
   265 %patch15 -p1
       
   266 %patch16 -p1
   265 # Firefox
   267 # Firefox
   266 %patch101 -p1
   268 %patch101 -p1
   267 %patch102 -p1
   269 %patch102 -p1
   268 %patch103 -p1
   270 %patch103 -p1
   269 
   271