dev-util/lottieconverter - 0.2 (guru)

Search

Install

Install this version:

emerge -a =dev-util/lottieconverter-0.2

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

autounmask =dev-util/lottieconverter-0.2

Or alternatively:

emerge --autounmask-write -a =dev-util/lottieconverter-0.2

Package Information

Description:
Simple lottie (telegram animated sticker) converter
Homepage:
https://github.com/sot-tech/LottieConverter
License:
BSD

Ebuild Details

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

EAPI=8

inherit cmake

DESCRIPTION="Simple lottie (telegram animated sticker) converter"
HOMEPAGE="https://github.com/sot-tech/LottieConverter"
SRC_URI="https://github.com/sot-tech/${PN}/archive/refs/tags/r${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/LottieConverter-r${PV}"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc64"

DEPEND="
	media-libs/giflib:=
	media-libs/libpng:=
	media-libs/rlottie:=
	virtual/zlib:=
"
RDEPEND="${DEPEND}"

PATCHES=( "${FILESDIR}"/${PN}-0.2-buildtype.patch )

src_configure() {
	local mycmakeargs=(
		-DSYSTEM_PNG=ON
		-DSYSTEM_RL=ON
		-DSYSTEM_GL=ON
	)
	cmake_src_configure
}

src_install() {
	dobin "${BUILD_DIR}"/lottieconverter
	einstalldocs
}

Inherited Eclasses

Dependencies

DEPEND

	media-libs/giflib:=
	media-libs/libpng:=
	media-libs/rlottie:=
	virtual/zlib:=

RDEPEND

	media-libs/giflib:=
	media-libs/libpng:=
	media-libs/rlottie:=
	virtual/zlib:=

Manifest for 0.2

Type File Size Source URLs
DIST lottieconverter-0.2.tar.gz 343708 bytes https://github.com/sot-tech/lottieconverter/archive/refs/tags/r0.2.tar.gz