summaryrefslogtreecommitdiff
path: root/org.gnome.Music.json
blob: ca04def5d7670a58ea5a4143ce981b7dd46febca (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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
    "app-id": "org.gnome.Music.Devel",
    "runtime": "org.gnome.Platform",
    "runtime-version": "master",
    "sdk": "org.gnome.Sdk",
    "command": "gnome-music",
    "tags": ["devel", "development", "nightly"],
    "finish-args": [
        "--device=dri",
        "--share=ipc",
        "--share=network",
        "--socket=wayland",
        "--socket=fallback-x11",
        "--socket=pulseaudio",
        "--filesystem=xdg-music",
        "--talk-name=org.freedesktop.Tracker3.Writeback",
        "--talk-name=org.gnome.OnlineAccounts",
        "--talk-name=org.gnome.ControlCenter",
        "--talk-name=org.gnome.Settings",
        "--system-talk-name=org.freedesktop.login1",
        "--add-policy=Tracker3.dbus:org.freedesktop.Tracker3.Miner.Files=tracker:Audio"
    ],
    "cleanup": [
        "/include",
        "/lib/pkgconfig",
        "/share/pkgconfig",
        "/share/aclocal",
        "/man",
        "/share/man",
        "/share/gtk-doc",
        "/share/vala",
        "*.la",
        "*.a"
    ],
    "modules": [
        "subprojects/shared-modules/lua5.4/lua-5.4.json",
        {
            "name": "libmediaart",
            "buildsystem": "meson",
            "sources": [
                {
                    "type": "git",
                    "url": "https://gitlab.gnome.org/GNOME/libmediaart.git"
                }
            ]
        },
        {
            "name": "tracker-miners",
            "buildsystem": "meson",
            "config-opts": [ "-Dbattery_detection=none",
                             "-Ddefault_index_single_dirs=",
                             "-Ddefault_index_recursive_dirs=&MUSIC",
                             "-Ddomain_prefix=org.gnome.Music.Devel",
                             "-Dman=false",
                             "-Dminer_fs=true",
                             "-Dminer_fs_cache_location=$XDG_CACHE_HOME/gnome-music/miner/files",
                             "-Dminer_rss=false",
                             "-Dsystemd_user_services=false"],
            "sources": [
                {
                    "type": "git",
                    "url": "https://gitlab.gnome.org/GNOME/tracker-miners.git"
                }
            ]
        },
        {
            "name": "gnome-online-accounts",
            "buildsystem": "meson",
            "config-opts": [ "-Dgoabackend=false",
                             "-Dvapi=false",
                             "-Dexchange=false",
                             "-Dgoogle=false",
                             "-Dimap_smtp=false",
                             "-Dkerberos=false",
                             "-Downcloud=false",
                             "-Dwindows_live=false" ],
            "sources": [
                {
                    "type": "git",
                    "url": "https://gitlab.gnome.org/GNOME/gnome-online-accounts.git"
                }
            ]
        },
        {
            "name": "totem-pl-parser",
            "buildsystem": "meson",
            "sources": [
                {
                    "type": "git",
                    "url": "https://gitlab.gnome.org/GNOME/totem-pl-parser.git"
                }
            ]
        },
        {
            "name": "grilo",
            "buildsystem": "meson",
            "config-opts": [ "-Denable-gtk-doc=false" ],
            "sources": [
                {
                    "type": "git",
                    "url": "https://gitlab.gnome.org/GNOME/grilo.git"
                }
            ],
            "cleanup": [ "/include", "/bin" ]
        },
        {
            "name": "grilo-plugins",
            "buildsystem": "meson",
            "config-opts": [ "-Denable-bookmarks=no",
                             "-Denable-dleyna=no",
                             "-Denable-filesystem=no",
                             "-Denable-freebox=no",
                             "-Denable-local-metadata=no",
                             "-Denable-lua-factory=yes",
                             "-Denable-metadata-store=no",
                             "-Denable-opensubtitles=no",
                             "-Denable-optical-media=no",
                             "-Denable-podcasts=no",
                             "-Denable-thetvdb=no",
                             "-Denable-tmdb=no",
                             "-Denable-tracker=no",
                             "-Denable-tracker3=yes",
                             "-Denable-youtube=no",
                             "-Dhelp=no" ],
            "sources": [
                {
                    "type": "git",
                    "url": "https://gitlab.gnome.org/GNOME/grilo-plugins.git"
                }
            ],
            "cleanup": [ "/include" ]
        },
        {
            "name": "gnome-music",
            "config-opts" : [
                "-Dprofile=development"
            ],
            "buildsystem": "meson",
            "sources": [
                {
                    "type": "git",
                    "url": "https://gitlab.gnome.org/GNOME/gnome-music.git"
                }
            ]
        }
    ]
}