From 74b7b732c49631a2115766241fff5c5c71e287dd Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Fri, 5 Apr 2024 21:36:26 -0400 Subject: [PATCH] Add Audacity packaging TODO: Once we are talking music stuff, we probably want JACK support. --- apps/audacity/Containerfile | 12 ++++++++++++ apps/audacity/control | 1 + 2 files changed, 13 insertions(+) create mode 100644 apps/audacity/Containerfile create mode 100644 apps/audacity/control diff --git a/apps/audacity/Containerfile b/apps/audacity/Containerfile new file mode 100644 index 0000000..3c6e504 --- /dev/null +++ b/apps/audacity/Containerfile @@ -0,0 +1,12 @@ +FROM dobu/deps-base-archlinux:latest + +ARG UPSTREAM_VERSION + +RUN pacman -Syu --noconfirm \ + && pacman -S --noconfirm audacity + +USER user + +LABEL net.typeblog.dobu.desktop_file_path="/usr/share/applications/audacity.desktop" + +ENTRYPOINT [ "/usr/bin/audacity" ] diff --git a/apps/audacity/control b/apps/audacity/control new file mode 100644 index 0000000..8cfe42e --- /dev/null +++ b/apps/audacity/control @@ -0,0 +1 @@ +INVALIDATE_CACHE_UPSTREAM_ARCHLINUX="extra/x86_64/audacity"