summaryrefslogtreecommitdiff
path: root/package/city.akon.Sink.yml
blob: 3354e87e70e3fcdead3d3b6ece34571b6f5d4d24 (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
id: city.akon.Sink
runtime: org.kde.Platform
runtime-version: '6.11'
sdk: org.kde.Sdk
rename-desktop-file: sink.desktop
rename-icon: sink
finish-args:
  - --device=all
  - --filesystem=host
  - --socket=pulseaudio
  - --socket=x11
  - --socket=wayland
  - --share=network
  - --share=ipc
command: cmv
modules:
  - name: sink
    buildsystem: meson
    builddir: true
    build-options:
      cflags: ''
      cflags-override: true
      cxxflags: ''
      cxxflags-override: true
    config-opts:
      - --buildtype=release
      - -Dfruits=cmv
      - -Dsources=file
      - -Dcodecs=ffmpeg,stb_image
      - -Dwindow=wayland
    post-install:
      - desktop-file-edit --set-key=Exec --set-value='/app/bin/cmv %U'
        /app/share/applications/sink.desktop
    sources:
      - type: dir
        path: ..