You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-video/ccextractor/ccextractor-0.85-r2.ebuild

33 lines
624 B

# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit cmake-utils toolchain-funcs
DESCRIPTION="Extract closed captioning subtitles from video to SRT"
HOMEPAGE="https://www.ccextractor.org/"
SRC_URI="mirror://sourceforge/ccextractor/${PN}-src-nowin.${PV}.zip"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="
media-libs/libpng:0=
sys-libs/zlib:=
"
DEPEND="${RDEPEND}
app-arch/unzip
virtual/pkgconfig"
S="${WORKDIR}/${PN}/src"
PATCHES=( "${FILESDIR}/${P}-cmake.patch" )
src_install() {
cmake-utils_src_install
dodoc ../docs/*.TXT
}