gentoo-overlay/media-video/video-trimmer/video-trimmer-0.7.1.ebuild

26 lines
589 B
Bash

# Copyright 1999-2022 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.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="mirror network-sandbox"
RDEPEND="gui-libs/gtk
gui-libs/libadwaita"
DEPEND="${RDEPEND}
>=gui-libs/blueprint-compiler-0.2.0
virtual/rust"
S="${WORKDIR}/${PN}-v${PV}"