Install this version:
emerge -a =media-video/httpsegmenter-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-video/httpsegmenter-9999
Or alternatively:
emerge --autounmask-write -a =media-video/httpsegmenter-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | ~amd64 | 0 |
EAPI=8
inherit git-r3
DESCRIPTION="HTTP Live Streaming segmenter"
HOMEPAGE="http://www.espend.de/artikel/iphone-ipad-ipod-http-streaming-segmenter-and-m3u8-windows.html"
EGIT_REPO_URI="https://gitlab.com/salfter/httpsegmenter.git"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="media-video/ffmpeg"
src_compile() {
cd ${WORKDIR}/${P}
make -f Makefile.txt
}
src_install() {
cd ${WORKDIR}/${P}
dobin segmenter
}