summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2017-11-23 12:37:05 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2017-11-23 12:37:05 +0100
commitb530cd0229eb460c1edbb3d1b902245381e910b0 (patch)
tree1b3a08010d91c899bbce984c70200ee90a78fff8
parentapp-cdr/mdf2iso: added new package (diff)
downloadfordfrog-b530cd0229eb460c1edbb3d1b902245381e910b0.tar.gz
fordfrog-b530cd0229eb460c1edbb3d1b902245381e910b0.tar.bz2
fordfrog-b530cd0229eb460c1edbb3d1b902245381e910b0.zip
media-video/vobsub2srt: added new package
Package-Manager: Portage-2.3.16, Repoman-2.3.6
-rw-r--r--media-video/vobsub2srt/Manifest2
-rw-r--r--media-video/vobsub2srt/metadata.xml8
-rw-r--r--media-video/vobsub2srt/vobsub2srt-9999.ebuild29
3 files changed, 39 insertions, 0 deletions
diff --git a/media-video/vobsub2srt/Manifest b/media-video/vobsub2srt/Manifest
new file mode 100644
index 000000000..05ca17c0e
--- /dev/null
+++ b/media-video/vobsub2srt/Manifest
@@ -0,0 +1,2 @@
+EBUILD vobsub2srt-9999.ebuild 603 SHA256 77ad09aadbf6cb9f2f324c4417bd526e1c19f800de7f2d24629f20101136b329 SHA512 3f2fccfeffab4d126540f5b29bf67584aa32839e0adda3845e2519ce8fb4ff4184c00a0a2bc56c400f8d81b6ab4359a8d0c5a5fa0c193aeaafa127866a8fe34e WHIRLPOOL 7bc8aecd4bca0d8fd0807cc7eb94474d838a69ab74a20aeaf18a9711c321b04bf03c212b266579dbefee635807862c0b3d4f536a81830caec03b92b765bb88d8
+MISC metadata.xml 246 SHA256 fd995ca4ddd81d61668478402f0f6459948808e6c7c22b7ec0ef887a52d7ddba SHA512 86562751c7aa80747d42c87f757b005655ba552d62ad09381704e6947ce0f31b233264adaeb7766320f21f6491c0e10f18e2c113cfffe0d736122f524f342b4d WHIRLPOOL f1b7643f403e5524ff60de9018182d32a41db965031661c95ecd77c2e74f9e602ab018718d521d957f29f844e38520beaf885febc8fac09df38ddd9f962f6176
diff --git a/media-video/vobsub2srt/metadata.xml b/media-video/vobsub2srt/metadata.xml
new file mode 100644
index 000000000..fcbd082bd
--- /dev/null
+++ b/media-video/vobsub2srt/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+ <email>fordfrog@gentoo.org</email>
+ <name>Miroslav Šulc</name>
+</maintainer>
+</pkgmetadata>
diff --git a/media-video/vobsub2srt/vobsub2srt-9999.ebuild b/media-video/vobsub2srt/vobsub2srt-9999.ebuild
new file mode 100644
index 000000000..eb7dbb154
--- /dev/null
+++ b/media-video/vobsub2srt/vobsub2srt-9999.ebuild
@@ -0,0 +1,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}"