diff --git a/audacity.yaml b/audacity.yaml deleted file mode 100644 index df3060c..0000000 --- a/audacity.yaml +++ /dev/null @@ -1,57 +0,0 @@ ---- -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: [f38] - flatpak-runtime: [f38] - platform: [f38] - requires: - flatpak-common: [f38] - flatpak-runtime: [f38] - platform: [f38] - profiles: - default: - rpms: - - audacity - buildopts: - arches: [aarch64, x86_64] - components: - rpms: - audacity: - rationale: Application package - ref: f38 - buildorder: 10 - arches: [aarch64, x86_64] - libid3tag: - rationale: Runtime dependency - ref: f38 - arches: [aarch64, x86_64] - libmad: - rationale: Runtime dependency - ref: f38 - arches: [aarch64, x86_64] - portaudio: - rationale: Runtime dependency - ref: f38 - arches: [aarch64, x86_64] - portmidi: - rationale: Runtime dependency - ref: f38 - arches: [aarch64, x86_64] - suil: - rationale: Runtime dependency - ref: f38 - arches: [aarch64, x86_64] -... diff --git a/container.yaml b/container.yaml index 717570f..4da055e 100644 --- a/container.yaml +++ b/container.yaml @@ -1,6 +1,3 @@ -compose: - modules: - - audacity:stable flatpak: id: org.audacityteam.Audacity branch: stable @@ -20,3 +17,7 @@ flatpak: --filesystem=xdg-run/pipewire-0 cleanup-commands: | mv /app/share/mime/packages/{audacity,org.audacityteam.Audacity}.xml + runtime-name: flatpak-runtime + runtime-version: f39 + packages: + - audacity