media-video/vobsub2srt - 9999 (sk-overlay)

Search

Package Information

Description:
Convert VobSub (.sub/.idx) to .srt subtitles using tesseract
Homepage:
https://github.com/ruediger/VobSub2SRT
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 6 ~amd64 ~x86 0
View Raw Ebuild
# 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"
}

Dependencies

DEPEND

	>=app-text/tesseract-2.04-r1
	>=virtual/ffmpeg-0.6.90

RDEPEND

	>=app-text/tesseract-2.04-r1
	>=virtual/ffmpeg-0.6.90

Manifest for 9999

Type File Size Source URLs
DIST vobsub2srt-9999.tar.gz 66221 bytes https://github.com/ruediger/VobSub2SRT/archive/master.tar.gz