Callaudiod fix
This commit is contained in:
parent
c3661968bc
commit
0c64f715b7
28
media-sound/callaudiod/callaudiod-0.1.0-r1.ebuild
Normal file
28
media-sound/callaudiod/callaudiod-0.1.0-r1.ebuild
Normal file
@ -0,0 +1,28 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit meson git-r3 systemd
|
||||
DESCRIPTION="Call audio routing daemon"
|
||||
HOMEPAGE="https://gitlab.com/mobian1/callaudiod"
|
||||
EGIT_REPO_URI="https://gitlab.com/mobian1/${PN}.git"
|
||||
|
||||
KEYWORDS="~amd64 ~x86 ~arm ~arm64"
|
||||
if [[ ${PV} != 9999 ]]; then
|
||||
EGIT_COMMIT="tags/0.1.0"
|
||||
else
|
||||
KEYWORDS=""
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="
|
||||
media-libs/alsa-lib
|
||||
dev-libs/glib
|
||||
media-sound/pulseaudio"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
BUILD_DIR=${S}/build
|
Loading…
Reference in New Issue
Block a user