Add RESTRICT=network-sandbox to video-trimmer.
This commit is contained in:
parent
2e5c85df4c
commit
626f3c08cc
2 changed files with 17 additions and 2 deletions
29
media-video/video-trimmer/video-trimmer-0.8.1-r1.ebuild
Normal file
29
media-video/video-trimmer/video-trimmer-0.8.1-r1.ebuild
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit gnome2 meson # cargo
|
||||
|
||||
DESCRIPTION="Trim videos quickly"
|
||||
HOMEPAGE="https://apps.gnome.org/de/app/org.gnome.gitlab.YaLTeR.VideoTrimmer/"
|
||||
SRC_URI="https://gitlab.gnome.org/YaLTeR/video-trimmer/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 -> ${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RESTRICT="mirror network-sandbox"
|
||||
|
||||
RDEPEND="gui-libs/gtk
|
||||
gui-libs/libadwaita"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-util/blueprint-compiler-0.2.0
|
||||
virtual/rust"
|
||||
|
||||
S="${WORKDIR}/${PN}-v${PV}"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/fix-amp-entity-in-de-po.patch"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue