media-libs/obuparse - 2.0.2 (vapoursynth)

Search

Install

Install this version:

emerge -a =media-libs/obuparse-2.0.2

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

autounmask =media-libs/obuparse-2.0.2

Or alternatively:

emerge --autounmask-write -a =media-libs/obuparse-2.0.2

Package Information

Description:
A simple and portable single file AV1 OBU parser.
Homepage:
https://github.com/dwbuiten/obuparse
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
2.0.2 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

SRC_URI="https://github.com/dwbuiten/obuparse/archive/v${PV}.tar.gz -> ${P}.tar.gz"

DESCRIPTION="A simple and portable single file AV1 OBU parser."
HOMEPAGE="https://github.com/dwbuiten/obuparse"

LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""


src_install() {
	dolib.a "lib${PN}.a"
	dolib.so "lib${PN}.so"
	dosym "lib${PN}.so" "/usr/$(get_libdir)/lib${PN}.so.2"
	doheader "${PN}.h"
}

Manifest for 2.0.2

Type File Size Source URLs
DIST obuparse-2.0.2.tar.gz 29698 bytes https://github.com/dwbuiten/obuparse/archive/v2.0.2.tar.gz