media-video/submux-dvd - 0.5.2 (gentoo)

Search

Install

Install this version:

emerge -a =media-video/submux-dvd-0.5.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-video/submux-dvd-0.5.2

Or alternatively:

emerge --autounmask-write -a =media-video/submux-dvd-0.5.2

Package Information

Description:
A subtitle multiplexer, muxes subtitles into .vob
Homepage:
http://panteltje.com/panteltje/dvd/
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
0.5.2 7 ~amd64 ~ppc ~x86 0
View Raw Ebuild
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit toolchain-funcs

DESCRIPTION="A subtitle multiplexer, muxes subtitles into .vob"
HOMEPAGE="http://panteltje.com/panteltje/dvd/"
SRC_URI="http://panteltje.com/panteltje/dvd/${P}.tgz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

src_compile() {
	emake CC="$(tc-getCC)"
}

src_install() {
	# just 2 files not worth a makefile patch
	dobin submux-dvd vob2sub
	dodoc CHANGES FORMAT INSTALL README ${P}.lsm spu.html
}

Inherited Eclasses

Manifest for 0.5.2

Type File Size Source URLs
DIST submux-dvd-0.5.2.tgz 42223 bytes http://panteltje.com/panteltje/dvd/submux-dvd-0.5.2.tgz