From 5706b287422bb306d9b36c6eb8f87b44df220be2 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sun, 3 Apr 2022 15:08:42 +0200 Subject: [PATCH] pamixer: initial add recipe --- recipes-devtools/cxxopts/cxxopts_git.bb | 14 ++++++++++++++ recipes-extended/pamixer/pamixer_git.bb | 17 +++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 recipes-devtools/cxxopts/cxxopts_git.bb create mode 100644 recipes-extended/pamixer/pamixer_git.bb diff --git a/recipes-devtools/cxxopts/cxxopts_git.bb b/recipes-devtools/cxxopts/cxxopts_git.bb new file mode 100644 index 0000000..83d8ce2 --- /dev/null +++ b/recipes-devtools/cxxopts/cxxopts_git.bb @@ -0,0 +1,14 @@ +SUMMARY = "This is a lightweight C++ option parser library, supporting the standard GNU style syntax for options." +HOMEPAGE = "https://github.com/jarro2783/cxxopts" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=8de00431559a76a1b43f6fd44f8f6689" + +SRC_URI = "git://github.com/jarro2783/cxxopts.git;protocol=https;branch=master" + +S = "${WORKDIR}/git" +PV = "3.0.0" +SRCREV = "c74846a891b3cc3bfa992d588b1295f528d43039" + +inherit cmake + + diff --git a/recipes-extended/pamixer/pamixer_git.bb b/recipes-extended/pamixer/pamixer_git.bb new file mode 100644 index 0000000..b3fdc1a --- /dev/null +++ b/recipes-extended/pamixer/pamixer_git.bb @@ -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 +