mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-19 06:41:57 +01:00
36 lines
795 B
Plaintext
36 lines
795 B
Plaintext
# Contributor: Leo <thinkabit.ukim@gmail.com>
|
|
# Maintainer:
|
|
pkgname=paprefs
|
|
pkgver=1.2
|
|
pkgrel=0
|
|
pkgdesc="Configuration dialog for PulseAudio"
|
|
url="https://freedesktop.org/software/pulseaudio/paprefs/"
|
|
arch="all"
|
|
license="GPL-2.0-or-later"
|
|
makedepends="
|
|
glib-dev
|
|
gtkmm3-dev
|
|
libsigc++-dev
|
|
meson
|
|
pulseaudio-dev
|
|
"
|
|
subpackages="$pkgname-lang"
|
|
source="http://freedesktop.org/software/pulseaudio/paprefs/paprefs-$pkgver.tar.xz"
|
|
|
|
build() {
|
|
abuild-meson . output
|
|
meson compile ${JOBS:+-j ${JOBS}} -C output
|
|
}
|
|
|
|
check() {
|
|
meson test --no-rebuild -v -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="
|
|
2bc50116528c150060711899c66976179e433f6be36f6b7806f0fd3f66346ce14037875e7f119dc205d2047c3998d78105fa7d7c397dfcf02fb8d3bfec34154c paprefs-1.2.tar.xz
|
|
"
|