mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
media-sound/pulseaudio-virtualmic: New package
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Matthias Coppens <coppens.matthias.abc@gmail.com>
This commit is contained in:
1
media-sound/pulseaudio-virtualmic/Manifest
Normal file
1
media-sound/pulseaudio-virtualmic/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST v0.1.tar.gz 14181 BLAKE2B 3eea933cda33c8a1cd9117687512d238aa70ca2f6d24af66814652d5c1a30ab044c31098fe3c83d0ad48dcf15d448f2d560e294e741111fc135c95cd742dfd3b SHA512 3ee8e8c65598ffc07107f630a856f3e432ace09f86e1e04615f31651eed649b88f68e81e925727c8559bdd2f380f07b093912d93b37cea7acedb89a7833aca28
|
||||
8
media-sound/pulseaudio-virtualmic/metadata.xml
Normal file
8
media-sound/pulseaudio-virtualmic/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<name>Matthias Coppens</name>
|
||||
<email>coppens.matthias.abc@gmail.com</email>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
@@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION=" Use any offline or online media file or stream as a PulseAudio source"
|
||||
|
||||
HOMEPAGE="https://github.com/MatthiasCoppens/pulseaudio-virtualmic"
|
||||
|
||||
if [ "${PV}" == 9999 ]
|
||||
then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/MatthiasCoppens/pulseaudio-virtualmic.git"
|
||||
else
|
||||
SRC_URI="https://github.com/MatthiasCoppens/pulseaudio-virtualmic/archive/v${PV}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
RESTRICT="mirror test"
|
||||
|
||||
RDEPEND="media-video/ffmpeg"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_install() {
|
||||
exeinto /usr/bin
|
||||
doexe virtualmic
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION=" Use any offline or online media file or stream as a PulseAudio source"
|
||||
|
||||
HOMEPAGE="https://github.com/MatthiasCoppens/pulseaudio-virtualmic"
|
||||
|
||||
if [ "${PV}" == 9999 ]
|
||||
then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/MatthiasCoppens/pulseaudio-virtualmic.git"
|
||||
else
|
||||
SRC_URI="https://github.com/MatthiasCoppens/pulseaudio-virtualmic/archive/v${PV}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
RESTRICT="mirror test"
|
||||
|
||||
RDEPEND="media-video/ffmpeg"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_install() {
|
||||
exeinto /usr/bin
|
||||
doexe virtualmic
|
||||
}
|
||||
Reference in New Issue
Block a user