29 lines
649 B
Bash
29 lines
649 B
Bash
# 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"
|
|
|
|
S="${WORKDIR}/${PN}-v${PV}"
|
|
|
|
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"
|
|
|
|
PATCHES=(
|
|
"${FILESDIR}/fix-amp-entity-in-de-po.patch"
|
|
)
|