Initial import

This commit is contained in:
Yaakov Selkowitz 2023-03-09 13:15:09 -05:00
commit 2304e8d403
2 changed files with 58 additions and 0 deletions

20
container.yaml Normal file
View file

@ -0,0 +1,20 @@
compose:
modules:
- kid3:stable
flatpak:
id: org.kde.kid3
branch: stable
command: kid3
rename-icon: kid3
copy-icon: true
finish-args: |-
--device=dri
--share=ipc
--share=network
--socket=wayland
--socket=fallback-x11
--socket=pulseaudio
--filesystem=xdg-download
--filesystem=xdg-music
--env=TMPDIR=/var/tmp
--own-name=org.mpris.MediaPlayer2.kid3

38
kid3.yaml Normal file
View file

@ -0,0 +1,38 @@
---
document: modulemd
version: 2
data:
summary: Efficient KDE ID3 tag editor
description: >-
If you want to easily tag multiple MP3, Ogg/Vorbis, FLAC, MPC, MP4/AAC, MP2, Speex,
TrueAudio, WavPack, WMA, WAV, and AIFF files (e.g. full albums) without typing
the same information again and again and have control over both ID3v1 and ID3v2
tags, then Kid3 is the program you are looking for.
license:
module:
- MIT
buildopts:
arches: [aarch64, x86_64]
dependencies:
- buildrequires:
flatpak-kde5-runtime: [f37]
platform: [f37]
requires:
flatpak-kde5-runtime: [f37]
platform: [f37]
profiles:
default:
rpms:
- kid3
components:
rpms:
id3lib:
rationale: Runtime dependency
ref: f37
arches: [aarch64, x86_64]
kid3:
rationale: Application package
ref: 0616a9501470b2d1501a2d59f708016e2734fe52 # f38
buildorder: 10
arches: [aarch64, x86_64]
...