logo

overlay

My own overlay for experimentations, use with caution, no support is provided
commit: d04c9a81aa967ef9b143ecb84401ce2cddbf13f1
parent: 6aa2582d7cd823c8860efab4314ee0ad911b3cd5
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 23 Apr 2020 02:30:23 +0200

media-plugins/alsa-sndio: New Package

Diffstat:

Amedia-plugins/alsa-sndio/Manifest1+
Amedia-plugins/alsa-sndio/alsa-sndio-0.2.ebuild23+++++++++++++++++++++++
2 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/media-plugins/alsa-sndio/Manifest b/media-plugins/alsa-sndio/Manifest @@ -0,0 +1 @@ +DIST alsa-sndio-0.2.tar.gz 4119 BLAKE2B 6b4e2f120fe825052bf6902c95db3f535f456d2ea4befa88f52f632e05ba45c06a1795e3ec8281491e4179f15476bcf752d143c6a514909f1313338c5c02e7f1 SHA512 50371881eaceb224703632df1078ea6d39eb51d9cc652029cc75a41f4b66f4a1d73f8f9b07cfbba27c11db5c6bcf5c4c9c80e26d0d7b8a305bc6a48f9f63e8c7 diff --git a/media-plugins/alsa-sndio/alsa-sndio-0.2.ebuild b/media-plugins/alsa-sndio/alsa-sndio-0.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 2020 Haelwenn (lanodan) Monnier <contact@hacktivis.me> +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Sndio audio sink and source for GStreamer" +HOMEPAGE="https://github.com/Duncaen/alsa-sndio" +SRC_URI="https://github.com/Duncaen/alsa-sndio/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + media-libs/alsa-lib + media-sound/sndio:= +" +RDEPEND="${DEPEND}" + +src_install() { + export PREFIX="/usr" + + default +}