# 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://codeload.github.com/ruediger/VobSub2SRT/tar.gz/v${PV//_/} -> ${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-${PV//_/}" "${S}" || die "unpack failed" }