aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/meta/sound/PKGBUILD
blob: 609aff4d5e3107427f613b78b46edb90a224ada6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Arnold Sommerfeld <arch@strisemarx.com>
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: