summaryrefslogtreecommitdiff
blob: eb7dbb15491fe12ead97b1172ed41794b87251ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

EGIT_REPO_URI="https://github.com/ruediger/VobSub2SRT.git"

inherit cmake-utils git-r3

IUSE=""

DESCRIPTION="Converts image subtitles created by VobSub to SRT subtitles using OCR engine"
HOMEPAGE="https://github.com/ruediger/VobSub2SRT"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
	app-text/tesseract
	media-libs/giflib
	media-libs/leptonica
	media-libs/libpng:=
	media-libs/libwebp
	media-libs/tiff:=
	sys-libs/zlib
	virtual/ffmpeg
	virtual/jpeg:="
DEPEND="${RDEPEND}"