summaryrefslogtreecommitdiff
path: root/subprojects/shared-modules/linux-audio/lilv.json
blob: 2c08053595eed43f16e946c8864a3f55d403e0d3 (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
  "name": "lilv",
  "buildsystem": "simple",
  "build-commands": [
    "python3 ./waf configure --prefix=$FLATPAK_DEST",
    "python3 ./waf build -j $FLATPAK_BUILDER_N_JOBS",
    "python3 ./waf install"
  ],
  "modules": [
    {
      "name": "serd",
      "buildsystem": "simple",
      "build-commands": [
        "python3 ./waf configure --prefix=$FLATPAK_DEST",
        "python3 ./waf build -j $FLATPAK_BUILDER_N_JOBS",
        "python3 ./waf install"
      ],
      "sources": [
        {
          "type": "archive",
          "url": "https://download.drobilla.net/serd-0.30.10.tar.bz2",
          "sha256": "affa80deec78921f86335e6fc3f18b80aefecf424f6a5755e9f2fa0eb0710edf"
        }
      ],
      "post-install": [
        "install -Dm644 -t /app/share/licenses/serd COPYING"
      ],
      "cleanup": [
        "/bin",
        "/include",
        "/lib/pkgconfig",
        "/share/man"
      ]
    },
    {
      "name": "sord",
      "buildsystem": "simple",
      "build-commands": [
        "python3 ./waf configure --prefix=$FLATPAK_DEST",
        "python3 ./waf build -j $FLATPAK_BUILDER_N_JOBS",
        "python3 ./waf install"
      ],
      "sources": [
        {
          "type": "archive",
          "url": "https://download.drobilla.net/sord-0.16.8.tar.bz2",
          "sha256": "7c289d2eaabf82fa6ac219107ce632d704672dcfb966e1a7ff0bbc4ce93f5e14"
        }
      ],
      "post-install": [
        "install -Dm644 -t /app/share/licenses/sord COPYING"
      ],
      "cleanup": [
        "/bin",
        "/include",
        "/lib/pkgconfig",
        "/share/man"
      ]
    },
    {
      "name": "sratom",
      "buildsystem": "simple",
      "build-commands": [
        "python3 ./waf configure --prefix=$FLATPAK_DEST",
        "python3 ./waf build -j $FLATPAK_BUILDER_N_JOBS",
        "python3 ./waf install"
      ],
      "cleanup": [
        "/include",
        "/lib/pkgconfig"
      ],
      "sources": [
        {
          "type": "archive",
          "url": "https://download.drobilla.net/sratom-0.6.8.tar.bz2",
          "sha256": "3acb32b1adc5a2b7facdade2e0818bcd6c71f23f84a1ebc17815bb7a0d2d02df"
        }
      ],
      "post-install": [
        "install -Dm644 -t /app/share/licenses/sratom COPYING"
      ]
    }
  ],
  "sources": [
    {
      "type": "archive",
      "url": "https://download.drobilla.net/lilv-0.24.12.tar.bz2",
      "sha256": "26a37790890c9c1f838203b47f5b2320334fe92c02a4d26ebbe2669dbd769061"
    }
  ],
  "post-install": [
    "install -Dm644 -t /app/share/licenses/lilv COPYING"
  ],
  "cleanup": [
    "/bin",
    "/etc",
    "/lib/pkgconfig",
    "/share/man"
  ]
}