2023-07-16 16:04:07 -07:00
|
|
|
app-id: com.experimentalcraft.NekoPlayer
|
|
|
|
runtime: org.freedesktop.Platform
|
|
|
|
runtime-version: '22.08'
|
|
|
|
sdk: org.freedesktop.Sdk
|
|
|
|
command: neko-player
|
|
|
|
rename-desktop-file: neko-player.desktop
|
|
|
|
rename-icon: neko-player
|
|
|
|
modules:
|
|
|
|
- name: soundtouch
|
|
|
|
buildsystem: cmake
|
|
|
|
sources:
|
|
|
|
- type: git
|
|
|
|
url: https://codeberg.org/soundtouch/soundtouch.git
|
|
|
|
tag: 2.3.2
|
2023-07-17 12:55:13 -07:00
|
|
|
- name: libportal
|
|
|
|
buildsystem: meson
|
|
|
|
config-opts:
|
|
|
|
- -Dvapi=false
|
|
|
|
- -Ddocs=false
|
|
|
|
- -Dtests=false
|
|
|
|
- -Dintrospection=false
|
|
|
|
- -Dbackends=[]
|
|
|
|
sources:
|
|
|
|
- type: archive
|
|
|
|
url: https://github.com/flatpak/libportal/releases/download/0.6/libportal-0.6.tar.xz
|
|
|
|
sha256: 88a12c3ba71bc31acff7238c280de697d609cebc50830c3766776ec35abc6566
|
2023-07-16 16:04:07 -07:00
|
|
|
- name: player
|
|
|
|
buildsystem: meson
|
2023-07-16 17:16:32 -07:00
|
|
|
builddir: true
|
|
|
|
config-opts:
|
|
|
|
- --buildtype
|
|
|
|
- release
|
2023-07-16 16:04:07 -07:00
|
|
|
sources:
|
|
|
|
- type: git
|
|
|
|
path: .git
|
|
|
|
branch: main
|
2023-07-21 09:39:07 -07:00
|
|
|
disable-shallow-clone: true
|
2023-07-16 16:04:07 -07:00
|
|
|
finish-args:
|
|
|
|
- --share=ipc
|
|
|
|
- --socket=x11
|
|
|
|
- --socket=pulseaudio
|
|
|
|
- --device=dri
|
2023-07-16 18:49:22 -07:00
|
|
|
- --filesystem=xdg-music:ro
|