-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathio.github.tuner_labs.tuner.yml
More file actions
99 lines (87 loc) · 2.43 KB
/
Copy pathio.github.tuner_labs.tuner.yml
File metadata and controls
99 lines (87 loc) · 2.43 KB
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
# Copyright © 2026 tuner-labs
# SPDX-License-Identifier: GPL-3.0-or-later
app-id: io.github.tuner_labs.tuner
command: io.github.tuner_labs.tuner
runtime: org.freedesktop.Platform
runtime-version: '24.08'
sdk: org.freedesktop.Sdk
sdk-extensions:
- org.freedesktop.Sdk.Extension.vala
- org.freedesktop.Sdk.Extension.rust-stable
build-options:
prepend-path: /usr/lib/sdk/vala/bin:/usr/lib/sdk/rust-stable/bin
prepend-ld-library-path: /usr/lib/sdk/vala/lib
env:
CARGO_HOME: /run/build/tuner-pak/.cargo
CARGO_NET_OFFLINE: 'true'
finish-args:
- --share=ipc
- --socket=fallback-x11
- --socket=wayland
- --share=network
- --socket=pulseaudio
- --own-name=org.mpris.MediaPlayer2.io.github.tuner_labs.tuner
- --filesystem=xdg-desktop
- --filesystem=xdg-music
cleanup:
- /include
- /lib/girepository-1.0
- /lib/pkgconfig
- /lib/cmake
- /share/gir-1.0
- /share/vala
- /share/doc
- /share/man
- "*.la"
- "*.a"
modules:
# GLib Audio Library
- name: gstreamer
buildsystem: meson
config-opts:
- --buildtype=release
- -Dintrospection=disabled
- -Dtests=disabled
- -Ddoc=disabled
sources:
- type: archive
url: https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.24.7.tar.xz
sha256: 71e12148c1e72b2a1305b9df5d84a39cefc66c5eef63ebc84cd3fb73e80c3fe6
# GStreamer Plugins Base
- name: gst-plugins-base
buildsystem: meson
config-opts:
- --buildtype=release
- -Dintrospection=disabled
- -Dtests=disabled
- -Ddoc=disabled
sources:
- type: archive
url: https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.24.7.tar.xz
sha256: 3a18d68d6c1e2d1937fa4e9e4bf9e3a0f60f1a60bb3819e99c9c9c7e0e0a8b1
# Libgee
- name: libgee
buildsystem: autotools
config-opts:
- --disable-static
build-options:
cflags: -Wno-error=incompatible-pointer-types
sources:
- type: archive
url: https://download.gnome.org/sources/libgee/0.20/libgee-0.20.8.tar.xz
sha256: 189815ac143d89867193b0c52b7dc31f3aa108a15f04d6b5dca2b6adfad0b0ee
# Tuner PAK (this application)
- name: tuner-pak
buildsystem: meson
build-options:
cflags: -O2
cxxflags: -O2
config-opts:
- --buildtype=release
- --strip
- -Db_lto=true
sources:
- type: dir
path: .
post-install:
- glib-compile-schemas /app/share/glib-2.0/schemas