dev-cpp/blurhash - 0.2.0 (guru)

Search

Install

Install this version:

emerge -a =dev-cpp/blurhash-0.2.0

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

autounmask =dev-cpp/blurhash-0.2.0

Or alternatively:

emerge --autounmask-write -a =dev-cpp/blurhash-0.2.0

Package Information

Description:
C++ blurhash encoder/decoder
Homepage:
https://github.com/Nheko-Reborn/blurhash
License:
Boost-1.0

Ebuild Details

Version EAPI Keywords Slot
0.2.0 8 ~amd64 0/0.2.0
View Raw Ebuild
# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit meson

DESCRIPTION="C++ blurhash encoder/decoder"
HOMEPAGE="https://github.com/Nheko-Reborn/blurhash"
SRC_URI="https://github.com/Nheko-Reborn/blurhash/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="Boost-1.0"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="test"

BDEPEND="test? ( dev-cpp/doctest )"

RESTRICT="!test? ( test )"

src_configure() {
	local -a emesonargs=(
		$(meson_use test tests)
	)
	meson_src_configure
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-cpp/blurhash | euse -E <flag> -p dev-cpp/blurhash | euse -D <flag> -p dev-cpp/blurhash

Global/Standard Flags

Inherited Eclasses

Dependencies

BDEPEND

test? ( dev-cpp/doctest )

Manifest for 0.2.0

Type File Size Source URLs
DIST blurhash-0.2.0.tar.gz 137426 bytes https://github.com/Nheko-Reborn/blurhash/archive/refs/tags/v0.2.0.tar.gz
DIST blurhash-v0.2.0.tar.bz2 121080 bytes https://nheko.im/nheko-reborn/blurhash/-/archive/v0.2.0/blurhash-v0.2.0.tar.bz2