mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 06:24:28 +02:00
pamixer: initial add recipe
This commit is contained in:
17
recipes-extended/pamixer/pamixer_git.bb
Normal file
17
recipes-extended/pamixer/pamixer_git.bb
Normal file
@ -0,0 +1,17 @@
|
||||
SUMMARY = "Pulseaudio command line mixer."
|
||||
HOMEPAGE = "https://github.com/cdemoulins/pamixer"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/cdemoulins/pamixer.git;protocol=https;nobranch=1 \
|
||||
"
|
||||
|
||||
DEPENDS = "pulseaudio cxxopts"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "1.6"
|
||||
SRCREV = "af5e13eafdb00ba342625d7d2131bec4729d2bc3"
|
||||
|
||||
inherit meson pkgconfig
|
||||
|
Reference in New Issue
Block a user