media-video/ass2bdnxml - 9999 (thegreatmcpain)

Search

Install

Install this version:

emerge -a =media-video/ass2bdnxml-9999

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

autounmask =media-video/ass2bdnxml-9999

Or alternatively:

emerge --autounmask-write -a =media-video/ass2bdnxml-9999

Package Information

Description:
Convert ASS subtitles into BDN XML + PNG images
Homepage:
https://github.com/cubicibo/ass2bdnxml
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit git-r3 meson

DESCRIPTION="Convert ASS subtitles into BDN XML + PNG images"
HOMEPAGE="https://github.com/cubicibo/ass2bdnxml"
#SRC_URI=""
EGIT_REPO_URI="https://github.com/cubicibo/ass2bdnxml.git"

# Doesn't have a LICENSE file, but 'ass2bdnxml.c' contains license text.
LICENSE="MIT"
SLOT="0"
#KEYWORDS=""

DEPEND="
	media-libs/libpng
	media-libs/libass
	media-gfx/libimagequant
"
RDEPEND="${DEPEND}"

src_install() {
	meson_src_install
	dobin "${BUILD_DIR}/${PN}"
}

Inherited Eclasses

Dependencies

DEPEND

	media-libs/libpng
	media-libs/libass
	media-gfx/libimagequant

RDEPEND

	media-libs/libpng
	media-libs/libass
	media-gfx/libimagequant