audacity/audacity.yaml
2022-10-09 13:36:43 +02:00

57 lines
1.4 KiB
YAML

---
document: modulemd
version: 2
data:
summary: Multitrack audio editor
description: >-
Audacity is a cross-platform multitrack audio editor. It allows you to record
sounds directly or to import files in various formats. It features a few simple
effects, all of the editing features you should need, and unlimited undo. The
GUI was built with wxWidgets and the audio I/O supports PulseAudio, OSS and ALSA
under Linux.
license:
module:
- MIT
dependencies:
- buildrequires:
flatpak-common: [f37]
flatpak-runtime: [f37]
platform: [f37]
requires:
flatpak-common: [f37]
flatpak-runtime: [f37]
platform: [f37]
profiles:
default:
rpms:
- audacity
buildopts:
arches: [aarch64, x86_64]
components:
rpms:
audacity:
rationale: Application package
ref: f37
buildorder: 10
arches: [aarch64, x86_64]
libid3tag:
rationale: Runtime dependency
ref: f37
arches: [aarch64, x86_64]
libmad:
rationale: Runtime dependency
ref: f37
arches: [aarch64, x86_64]
portaudio:
rationale: Runtime dependency
ref: f37
arches: [aarch64, x86_64]
portmidi:
rationale: Runtime dependency
ref: f37
arches: [aarch64, x86_64]
suil:
rationale: Runtime dependency
ref: f37
arches: [aarch64, x86_64]
...