-
Notifications
You must be signed in to change notification settings - Fork 123
/
io.welle.welle_io.yml
105 lines (98 loc) · 2.98 KB
/
io.welle.welle_io.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
app-id: io.welle.welle_io
runtime: org.kde.Platform
runtime-version: '6.8'
sdk: org.kde.Sdk
command: welle-io
finish-args:
- '--share=network'
- '--share=ipc'
- '--filesystem=xdg-documents'
- '--socket=pulseaudio'
- '--socket=wayland'
- '--socket=fallback-x11'
- '--device=dri'
- '--device=all'
modules:
- name: fftw
buildsystem: autotools
config-opts:
- '--enable-shared'
- '--disable-static'
- '--enable-threads'
- '--enable-float'
sources:
- type: archive
url: 'http://fftw.org/fftw-3.3.10.tar.gz'
md5: 8ccbf6a5ea78a16dbc3e1306e234cc5c
- name: libfaad
buildsystem: cmake
sources:
- type: git
url: 'https://salsa.debian.org/multimedia-team/faad2.git'
- name: libusb
buildsystem: autotools
config-opts:
- '--disable-udev'
sources:
- type: git
url: 'https://github.com/libusb/libusb.git'
- name: librtlsdr
buildsystem: cmake
config-opts:
- '-Wno-dev'
- '-DDETACH_KERNEL_DRIVER=ON'
sources:
- type: git
url: 'git://git.osmocom.org/rtl-sdr.git'
- name: libairspy
buildsystem: cmake
config-opts:
- '-Wno-dev'
sources:
- type: git
url: 'https://github.com/airspy/airspyone_host.git'
- name: SoapySDR
buildsystem: cmake
config-opts:
- '-DCMAKE_BUILD_TYPE=Release'
- '-Wno-dev'
sources:
- type: git
url: 'https://github.com/pothosware/SoapySDR.git'
- name: welle.io
buildsystem: qmake
build-commands:
- cp src/welle-gui/welle-io /app/bin
- install -Dm644 io.welle.welle_io.appdata.xml -t /app/share/metainfo
- install -Dm644 io.welle.welle_io.desktop -t /app/share/applications
- install -Dm644 icon_16.png /app/share/icons/hicolor/16x16/apps/io.welle.welle_io.png
- install -Dm644 icon_32.png /app/share/icons/hicolor/32x32/apps/io.welle.welle_io.png
- install -Dm644 icon_48.png /app/share/icons/hicolor/48x48/apps/io.welle.welle_io.png
- install -Dm644 icon_128.png /app/share/icons/hicolor/128x128/apps/io.welle.welle_io.png
- install -Dm644 icon_256.png /app/share/icons/hicolor/256x256/apps/io.welle.welle_io.png
config-opts:
- LIBS+=-L/app/lib
- LIBS+=-L/app/lib64
- 'QMAKE_LFLAGS+=-Wl,-rpath,/app/lib64'
sources:
- type: dir
path: .
- type: file
path: io.welle.welle_io.appdata.xml
- type: file
path: io.welle.welle_io.desktop
- type: file
path: src/welle-gui/icons/16x16/welle-io.png
dest-filename: icon_16.png
- type: file
path: src/welle-gui/icons/32x32/welle-io.png
dest-filename: icon_32.png
- type: file
path: src/welle-gui/icons/48x48/welle-io.png
dest-filename: icon_48.png
- type: file
path: src/welle-gui/icons/128x128/welle-io.png
dest-filename: icon_128.png
- type: file
path: src/welle-gui/icons/256x256/welle-io.png
dest-filename: icon_256.png