summaryrefslogtreecommitdiff
path: root/subprojects/shared-modules/smpeg/smpeg-0.4.5.json
blob: a931bac9efbfc25222640101106c31d91ce0f718 (plain)
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
38
39
40
41
42
43
44
45
{
    "name": "smpeg",
    "config-opts": ["--disable-static"],
    "cleanup": [
        "/bin",
        "/man"
    ],
    "rm-configure": true,
    "sources": [
        {
            "type": "archive",
            "url": "http://http.debian.net/debian/pool/main/s/smpeg/smpeg_0.4.5+cvs20030824.orig.tar.gz",
            "sha256": "1276ea797dd9fde8a12dd3f33f180153922544c28ca9fc7b477c018876be1916"
        },
        {
            "type": "shell",
            "commands": [
                "sed -i '/^## libtool.m4/,/^#####/d' acinclude.m4"
            ]
        },
        {
            "type": "script",
            "dest-filename": "autogen.sh",
            "commands": [
                "AUTOMAKE=\"automake --foreign --add-missing --force-missing\" autoreconf -vfi"
            ]
        },
        {
            "type": "patch",
            "path": "smpeg-am-prog-as.patch"
        },
        {
            "type": "patch",
            "path": "smpeg-export-mpegaudio-class.patch"
        },
        {
            "type": "patch",
            "path": "smpeg-no-gtk.patch"
        },
        {
            "type": "patch",
            "path": "smpeg-gcc6.patch"
        }
    ]
}