-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio.elementary.music.yml
82 lines (77 loc) · 2.21 KB
/
io.elementary.music.yml
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
app-id: io.elementary.music
branch: stable
runtime: io.elementary.Platform
runtime-version: '0.1.0'
sdk: io.elementary.Sdk
command: io.elementary.music
rename-icon: multimedia-audio-player
finish-args:
- '--filesystem=host:ro'
- '--filesystem=home'
- '--share=ipc'
- '--socket=fallback-x11'
- '--socket=wayland'
- '--socket=pulseaudio'
- '--own-name=org.mpris.MediaPlayer2.Music' # MIRPS interface uses 'Music' but app RDNN is 'music'
- '--talk-name=org.gnome.SettingsDaemon.MediaKeys'
- '--talk-name=org.freedesktop.Notifications'
- '--talk-name=org.gnome.zeitgeist.Engine'
cleanup:
- '/include'
- '/lib/pkgconfig'
- '/lib/debug'
- '/share/vala'
- '/man'
- '*.a'
- '*.la'
modules:
- name: libpeas
config-opts:
- '--disable-static'
- '--disable-gtk-doc'
- '--disable-python2'
- '--disable-python3'
sources:
- type: archive
url: https://download.gnome.org/sources/libpeas/1.22/libpeas-1.22.0.tar.xz
sha256: '5b2fc0f53962b25bca131a5ec0139e6fef8e254481b6e777975f7a1d2702a962'
modules:
- name: intltool
cleanup:
- '*'
sources:
- type: archive
url: https://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz
md5: 12e517cac2b57a0121cda351570f1e63
- name: libgda
build-options:
config-opts:
- '--with-ui=no'
- '--with-help=no'
- '--disable-tools'
cleanup:
- '/bin'
sources:
- type: archive
url: https://download.gnome.org/sources/libgda/5.2/libgda-5.2.9.tar.xz
sha256: 59caed8ca72b1ac6437c9844f0677f8a296d52cfd1c0049116026abfb1d87d9b
- name: taglib
buildsystem: cmake-ninja
config-opts:
- '-DBUILD_SHARED_LIBS=ON'
cleanup:
- '/bin'
sources:
- type: archive
url: http://taglib.github.io/releases/taglib-1.11.1.tar.gz
sha256: b6d1a5a610aae6ff39d93de5efd0fdc787aa9e9dc1e7026fa4c961b26563526b
- name: music
config-opts:
- '-Dplugins=audioplayer' # check others plugins
buildsystem: meson
sources:
- type: git
url: https://github.com/elementary/music.git
tag: '5.0.5'
- type: patch
path: patches/music/theme.patch