~aleteoryx/sexchat

ref: bugfix sexchat/flatpak/shared-modules/lame/lame-3.99.5.json -rw-r--r-- 825 bytes
bcb7918bAleteoryx don't throttle critical traffic 4 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
  "name": "lame",
  "rm-configure": true,
  "config-opts": ["--disable-static"],
  "sources": [
    {
      "type": "archive",
      "url": "https://downloads.sourceforge.net/lame/lame-3.99.5.tar.gz",
      "sha256": "24346b4158e4af3bd9f2e194bb23eb473c75fb7377011523353196b19b9a23ff"
    },
    {
      "type": "patch",
      "path": "lame-msse.patch"
    },
    {
      "type": "patch",
      "path": "lame-gtk1-ac-directives.patch"
    },
    {
      "type": "patch",
      "path": "lame-ansi2knr2devnull.patch"
    },
    {
      "type": "patch",
      "path": "lame-tinfo.patch",
      "strip-components": 0
    },
    {
      "type": "script",
      "dest-filename": "autogen.sh",
      "commands": [
        "autoreconf -vfi"
      ]
    }
  ],
  "cleanup": ["/bin", "/include", "/share/doc", "/share/man", "*.la"]
}