media-video/3dsuptools - 9999 (thegreatmcpain)

Search

Install

Install this version:

emerge -a =media-video/3dsuptools-9999

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

autounmask =media-video/3dsuptools-9999

Or alternatively:

emerge --autounmask-write -a =media-video/3dsuptools-9999

Package Information

Description:
WIP 2D to 3D BDSUP subtitle converter (based on BD3D2MK3D).
Homepage:
https://gitlab.com/TheGreatMcPain/3Dsuptools
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 7 0
View Raw Ebuild
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit meson

DESCRIPTION="WIP 2D to 3D BDSUP subtitle converter (based on BD3D2MK3D)."
HOMEPAGE="https://gitlab.com/TheGreatMcPain/3Dsuptools"

if [ "9999" == "${PV}" ]; then
	inherit git-r3
	EGIT_REPO_URI="https://gitlab.com/TheGreatMcPain/3Dsuptools.git"
	SRC_URI=""
	KEYWORDS=""
fi

LICENSE="GPL-3"
SLOT="0"
IUSE=""

DEPEND="
	dev-qt/qtcore:5
	dev-qt/qtwidgets:5
	dev-qt/qtxml:5
	media-gfx/imagemagick[cxx]
	dev-libs/tinyxml2
	dev-libs/cxxopts"

Inherited Eclasses

Dependencies

DEPEND

	dev-qt/qtcore:5
	dev-qt/qtwidgets:5
	dev-qt/qtxml:5
	media-gfx/imagemagick[cxx]
	dev-libs/tinyxml2
	dev-libs/cxxopts