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
|
{
"name": "Gpac",
"description": "Multimedia framework for research and academic purposes",
"url": "https://github.com/gpac/gpac/archive/v0.7.1.tar.gz",
"mirror": null,
"homepage": "https://gpac.wp.mines-telecom.fr/",
"depends": [
{
"depend": "pkg-config",
"build-depend": true
},
{
"depend": "openssl",
"build-depend": false
}
],
"resource": [],
"conflicts": [
{
"conflict": "bento4",
"reason": "both install `mp42ts` binaries"
}
],
"patches": [
{
"url": "https://github.com/gpac/gpac/commit/90dc7f853d31b0a4e9441cba97feccf36d8b69a4.patch?full_index=1",
"strip": "1"
},
{
"url": "https://github.com/gpac/gpac/commit/bceb03fd2be95097a7b409ea59914f332fb6bc86.patch?full_index=1",
"strip": "1"
},
{
"url": "https://github.com/gpac/gpac/commit/b12b86e995db235e9a7e0c4fcd0fd54eb37bcee4.patch?full_index=1",
"strip": "1"
},
{
"url": "https://github.com/gpac/gpac/commit/855aafe47677de558a7dd5f772b8094b54bfe61a.patch?full_index=1",
"strip": "1"
}
],
"install": [
"args = %W[",
"--disable-wx",
"--disable-pulseaudio",
"--prefix=#{prefix}",
"--mandir=#{man}",
"--disable-x11",
"]",
"system \"./configure\", *args",
"system \"make\"",
"system \"make\", \"install\""
],
"version": "0.7.1",
"file": "gpac.rb"
}
|