mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
media-video/lossless-cut-bin: address nits
Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
This commit is contained in:
parent
0557f1e7b2
commit
a288b89a54
@ -16,14 +16,15 @@ SRC_URI="
|
||||
arm? ( https://github.com/mifi/LosslessCut/releases/download/v${PV}/LosslessCut-linux-armv7l.tar.bz2 )
|
||||
"
|
||||
|
||||
LICENSE="GPL-2.0"
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64"
|
||||
RESTRICT="splitdebug"
|
||||
IUSE="+system-ffmpeg"
|
||||
RESTRICT="splitdebug"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}
|
||||
RDEPEND="
|
||||
>=app-accessibility/at-spi2-core-2.46.0:2
|
||||
dev-libs/expat
|
||||
dev-libs/glib:2
|
||||
@ -62,8 +63,6 @@ QA_PREBUILT="
|
||||
opt/LosslessCut/losslesscut
|
||||
"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_install() {
|
||||
insinto /opt/LosslessCut
|
||||
doins -r */*
|
||||
|
||||
@ -8,4 +8,7 @@
|
||||
<upstream>
|
||||
<remote-id type="github">mifi/lossless-cut</remote-id>
|
||||
</upstream>
|
||||
<use>
|
||||
<flag name="system-ffmpeg">Use system ffmpeg instead of the bundled one</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user