summaryrefslogtreecommitdiffstats
path: root/pkg/linux/flatpak/fr.handbrake.plugin.IntelMediaSDK.json
blob: 1ad47fa1bf56485f5dc4993adb7f4c4d07181f5a (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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
    "app-id": "fr.handbrake.plugin.IntelMediaSDK",
    "branch": "1",
    "runtime": "fr.handbrake.ghb",
    "runtime-version": "development",
    "sdk": "org.gnome.Sdk//3.34",
    "build-extension": true,
    "separate-locales": false,
    "appstream-compose": false,
    "modules": [
        {
            "name": "libdrm",
            "sources": [
                {
                    "type": "archive",
                    "url": "https://dri.freedesktop.org/libdrm/libdrm-2.4.99.tar.gz",
                    "sha256": "597fb879e2f45193431a0d352d10cd79ef61a24ab31f44320168583e10cb6302"
                }
            ],
            "no-autogen": true,
            "config-opts": [],
            "build-options": {
                "prefix" : "/app/extensions/IntelMediaSDK"
            }
        },
        {
            "name": "intel-gmmlib",
            "sources": [
                {
                    "type": "archive",
                    "url": "https://github.com/intel/gmmlib/archive/intel-gmmlib-19.2.3.tar.gz",
                    "sha256": "60944d54a4992553f92d71ba9f8f4191d297407b564b0f24e9912b415689582e"
                }
            ],
            "buildsystem": "cmake",
            "builddir": true,
            "config-opts": [
                "-DCMAKE_BUILD_TYPE=Release"
            ],
            "build-options": {
                "prefix" : "/app/extensions/IntelMediaSDK",
                "make-args": [
                    "VERBOSE=1"
                ],
                "make-install-args": [
                    "VERBOSE=1"
                ]
            }
        },
        {
            "name": "libva",
            "sources": [
                {
                    "type": "archive",
                    "url": "https://github.com/intel/libva/releases/download/2.5.0/libva-2.5.0.tar.bz2",
                    "sha256": "3aa89cd369a506ac4dbe5de7c0ef5da4f3d220bf986403f02fa1f6f702af6878"
                }
            ],
            "no-autogen": true,
            "config-opts": ["--with-drivers-path=/app/extensions/IntelMediaSDK/lib/dri"],
            "build-options": {
                "prefix" : "/app/extensions/IntelMediaSDK"
            }
        },
        {
            "name": "libva-utils",
            "sources": [
                {
                    "type": "archive",
                    "url": "https://github.com/intel/libva-utils/releases/download/2.5.0/libva-utils-2.5.0.tar.bz2",
                    "sha256": "9238c9d5110d60f935683390b8383fdac3507346384cd5f117a23c6db1d72a17"
                }
            ],
            "no-autogen": true,
            "build-options": {
                "prefix" : "/app/extensions/IntelMediaSDK",
                "prepend-pkg-config-path": "/app/extensions/IntelMediaSDK/lib/pkgconfig"
            }
        },
        {
            "name": "intel-media-driver",
            "sources": [
                {
                    "type": "archive",
                    "url": "https://github.com/intel/media-driver/archive/intel-media-19.2.1.tar.gz",
                    "sha256": "79279c991d918deaa52239dac55787b9c7562e520cd58744171b468d28b8af40"
                },
                {
                    "type": "patch",
                    "path": "patch/intel-media-driver-implicit-function-decl-error.patch"
                }
            ],
            "buildsystem": "cmake",
            "builddir": true,
            "config-opts": [
                "-DCMAKE_BUILD_TYPE=Release",
                "-DMEDIA_RUN_TEST_SUITE=OFF"
            ],
            "build-options": {
                "prefix" : "/app/extensions/IntelMediaSDK",
                "prepend-pkg-config-path": "/app/extensions/IntelMediaSDK/lib/pkgconfig"
            }
        },
        {
            "name": "mediasdk",
            "sources": [
                {
                    "type": "archive",
                    "url": "https://github.com/Intel-Media-SDK/MediaSDK/archive/intel-mediasdk-19.2.1.tar.gz",
                    "sha256": "03c11a0379b61e292e789fa3dc9308ce45f36d68b4ebf437806c0e2c32357970"
                }
            ],
            "buildsystem": "cmake",
            "builddir": true,
            "config-opts": [
                "-DCMAKE_BUILD_TYPE=Release",
                "-DBUILD_SAMPLES=OFF",
                "-DBUILD_TESTS=OFF",
                "-DBUILD_TOOLS=OFF",
                "-DBUILD_TESTS=OFF",
                "-DMFX_ENABLE_SW_FALLBACK=OFF"
            ],
            "build-options": {
                "prefix" : "/app/extensions/IntelMediaSDK",
                "prepend-pkg-config-path": "/app/extensions/IntelMediaSDK/lib/pkgconfig"
            }
        }
    ]
}