mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
media-plugins/obs-scale-to-sound: add 1.2.5
Closes: https://github.com/gentoo/gentoo/pull/42991 Signed-off-by: Kai Krakow <kai@kaishome.de> Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST obs-scale-to-sound-1.2.4.tar.gz 57091 BLAKE2B 13b8a401cc42f711848f1875d7146cd5cdfeb3cdbb9f8f57a95294fc7c2834e468baba1d69292d378e475b76eb74b822a49b1929e48fa3281ffd4c53da340f24 SHA512 6b96c8540d3edbae5e508ba3c4e3531adab32f38c06286798a0d7d85daf73964130024410aca70f0619a041721a3806756ca25ab73924363187185f4e380faf6
|
||||
DIST obs-scale-to-sound-1.2.5.tar.gz 52981 BLAKE2B 64fc88429e449856ad1d79524752fbbc91ae16b9dc909b62be3116548edd7a87d85475305891bbc19d60f950db8eb06c454c475d0bcd489762da1c322acd3421 SHA512 1de2ee5f6babae33a6089d57b0211171f5aebd27340cb2921aa3c2a65cedbb86a1e0d4ee32056bf32043d15ed9b52ebf3b42bc1cf76d3ce147aa340ad19a351b
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="OBS filter plugin that scales a source reactively to sound levels"
|
||||
HOMEPAGE="https://github.com/dimtpap/obs-scale-to-sound"
|
||||
|
||||
if [[ ${PV} == 9999 ]] ; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/dimtpap/obs-scale-to-sound.git"
|
||||
else
|
||||
SRC_URI="https://github.com/dimtpap/obs-scale-to-sound/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="
|
||||
>=media-video/obs-studio-31.1
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
Reference in New Issue
Block a user