dev-embedded/rauc - 1.15.2 (guru)

Search

Install

Install this version:

emerge -a =dev-embedded/rauc-1.15.2

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

autounmask =dev-embedded/rauc-1.15.2

Or alternatively:

emerge --autounmask-write -a =dev-embedded/rauc-1.15.2

Package Information

Description:
Lightweight update client that runs on your Embedded Linux device
Homepage:
https://rauc.io/
License:
LGPL-2.1

Ebuild Details

Version EAPI Keywords Slot
1.15.2 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{12..14} )
DOCS_BUILDER="sphinx"
DOCS_DIR="${S}/docs"

inherit meson python-any-r1 docs

DESCRIPTION="Lightweight update client that runs on your Embedded Linux device"
HOMEPAGE="https://rauc.io/"
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"

IUSE="gpt json network service test"

RESTRICT="!test? ( test )"

BDEPEND="
	${PYTHON_DEPS}
	dev-util/gdbus-codegen
	virtual/pkgconfig
	doc? (
		$(python_gen_any_dep '
			dev-python/sphinx[${PYTHON_USEDEP}]
			dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}]
		')
	)
	test? (
		dev-libs/opensc
		net-misc/casync
		sys-fs/mtd-utils
		sys-fs/squashfs-tools
		sys-libs/libfaketime
	)
"
RDEPEND="
	dev-libs/glib:2
	dev-libs/libnl:3=
	dev-libs/openssl:0=
	json? ( dev-libs/json-glib )
	network? ( net-misc/curl )
	service? ( sys-apps/dbus )
"
DEPEND="
	${RDEPEND}
"

PATCHES=( "${FILESDIR}/${P}-tests.patch" )

src_configure() {
	local emesonargs=(
		$(meson_feature gpt)
		$(meson_feature json)
		$(meson_use network)
		$(meson_use network streaming)
		$(meson_use service)
	)
	meson_src_configure
}

src_compile() {
	meson_src_compile
	docs_compile
}

USE Flags

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

Global/Standard Flags

gpt

Inherited Eclasses

Dependencies

DEPEND

	
	dev-libs/glib:2
	dev-libs/libnl:3=
	dev-libs/openssl:0=
	json? ( dev-libs/json-glib )
	network? ( net-misc/curl )
	service? ( sys-apps/dbus )

RDEPEND

	dev-libs/glib:2
	dev-libs/libnl:3=
	dev-libs/openssl:0=
	json? ( dev-libs/json-glib )
	network? ( net-misc/curl )
	service? ( sys-apps/dbus )

BDEPEND

	${PYTHON_DEPS}
	dev-util/gdbus-codegen
	virtual/pkgconfig
	doc? (
		$(python_gen_any_dep '
			dev-python/sphinx[${PYTHON_USEDEP}]
			dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}]
		')
	)
	test? (
		dev-libs/opensc
		net-misc/casync
		sys-fs/mtd-utils
		sys-fs/squashfs-tools
		sys-libs/libfaketime
	)

Manifest for 1.15.2

Type File Size Source URLs
DIST rauc-1.15.2.tar.xz 990656 bytes https://github.com/rauc/rauc/releases/download/v1.15.2/rauc-1.15.2.tar.xz