mpv-plugin/blur-edges - 20251101 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =mpv-plugin/blur-edges-20251101

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =mpv-plugin/blur-edges-20251101

Or alternatively:

emerge --autounmask-write -a =mpv-plugin/blur-edges-20251101

Package Information

Description:
Fills the black bars on the side of a video with a blurred copy of its edges.
Homepage:
https://github.com/occivink/mpv-scripts
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
20251101 8 ~amd64 ~ppc64 0
View Raw Ebuild
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

MPV_REQ_USE="lua"

USE_MPV="rdepend"

inherit mpv-plugin

DESCRIPTION="Fills the black bars on the side of a video with a blurred copy of its edges."
HOMEPAGE="https://github.com/occivink/mpv-scripts"
SHA="01f3e99558915bb715b614d7f4b052230360eb21"
SRC_URI="https://github.com/occivink/mpv-scripts/archive/${SHA}.tar.gz -> occivink-mpv-scripts-${SHA:0:7}.tar.gz"
S="${WORKDIR}/mpv-scripts-${SHA}/scripts"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc64"

MPV_PLUGIN_FILES=(
	"${PN}.lua"
)

src_install() {
	mpv-plugin_src_install
	insinto /etc/mpv/script-opts
	doins "../script-opts/${PN//-/_}.conf"
}

Inherited Eclasses

Manifest for 20251101

Type File Size Source URLs
DIST occivink-mpv-scripts-01f3e99.tar.gz 14481 bytes https://github.com/occivink/mpv-scripts/archive/01f3e99558915bb715b614d7f4b052230360eb21.tar.gz