File _constraints of Package chromium-ffmpeg-extra

27
 
1
<?xml version="1.0"?>
2
<constraints>
3
  <hardware>
4
    <disk>
5
      <size unit="G">16</size>
6
    </disk>
7
    <physicalmemory>
8
      <size unit="G">4</size>
9
    </physicalmemory>
10
  </hardware>
11
  <overwrite>
12
    <conditions>
13
      <arch>x86_64</arch>
14
    </conditions>
15
    <hardware>
16
      <memory>
17
        <size unit="G">4</size>
18
      </memory>
19
    </hardware>
20
  </overwrite>
21
  <overwrite>
22
    <conditions>
23
      <arch>aarch64</arch>
24
    </conditions>
25
  </overwrite>
26
</constraints>
27