From b487984ecc61c6229cf92550030745c192fd3d0b Mon Sep 17 00:00:00 2001 From: Arnold Sommerfeld Date: Wed, 17 May 2023 18:44:48 +0100 Subject: first commit --- meta/sound/PKGBUILD | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta/sound/PKGBUILD (limited to 'meta/sound/PKGBUILD') diff --git a/meta/sound/PKGBUILD b/meta/sound/PKGBUILD new file mode 100644 index 0000000..609aff4 --- /dev/null +++ b/meta/sound/PKGBUILD @@ -0,0 +1,22 @@ +# Maintainer: Arnold Sommerfeld +pkgname=strisemarx-sound +pkgver=9 +pkgrel=1 +pkgdesc="strisemarx's sound metapackage" +arch=('any') +url="https://strisemarx.com" +license=('GPL3') +depends=( + 'alsa-utils' + 'playerctl' + 'pipewire' + 'pipewire-alsa' + 'pipewire-pulse' + 'pipewire-jack' + 'pulsemixer' +) +optdepends=( + 'noisetorch' +) + +# vim: ts=2 sw=2 et: -- cgit v1.2.3-70-g09d2