| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 6 | ~amd64 ~x86 | 0 |
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Convert VobSub (.sub/.idx) to .srt subtitles using tesseract"
HOMEPAGE="https://github.com/ruediger/VobSub2SRT"
SRC_URI="https://github.com/ruediger/VobSub2SRT/archive/master.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
>=app-text/tesseract-2.04-r1
>=virtual/ffmpeg-0.6.90
"
DEPEND="${RDEPEND}"
src_unpack() {
unpack ${A}
mv VobSub2SRT-master "${S}" || die "unpack failed"
}
>=app-text/tesseract-2.04-r1 >=virtual/ffmpeg-0.6.90
>=app-text/tesseract-2.04-r1 >=virtual/ffmpeg-0.6.90
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | vobsub2srt-9999.tar.gz | 66221 bytes | https://github.com/ruediger/VobSub2SRT/archive/master.tar.gz |