F39
This commit is contained in:
parent
097b786c5b
commit
6c242afa8b
2 changed files with 4 additions and 60 deletions
|
|
@ -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]
|
||||
...
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue