From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 37E72138334 for ; Sat, 21 Sep 2019 07:31:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39BF8E091B; Sat, 21 Sep 2019 07:31:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10393E091B for ; Sat, 21 Sep 2019 07:31:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F175434B44C for ; Sat, 21 Sep 2019 07:31:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99C48720 for ; Sat, 21 Sep 2019 07:31:26 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1569051079.42873c46b7ed07d5b4f8af5fcf08d8549cb6385b.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/rlottie/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/rlottie/Manifest dev-libs/rlottie/metadata.xml dev-libs/rlottie/rlottie-0.0.1_pre20190920.ebuild X-VCS-Directories: dev-libs/rlottie/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 42873c46b7ed07d5b4f8af5fcf08d8549cb6385b X-VCS-Branch: master Date: Sat, 21 Sep 2019 07:31:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 54013478-9817-4215-9b58-f27af3ba25ea X-Archives-Hash: a497feeff5dc1c75347d0bc14531fb22 commit: 42873c46b7ed07d5b4f8af5fcf08d8549cb6385b Author: Joonas Niilola gentoo org> AuthorDate: Sat Sep 21 07:31:00 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Sep 21 07:31:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42873c46 dev-libs/rlottie: new package - A platform independent standalone c++ library for rendering vector based animations and art in realtime. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Joonas Niilola gentoo.org> dev-libs/rlottie/Manifest | 1 + dev-libs/rlottie/metadata.xml | 8 +++++ dev-libs/rlottie/rlottie-0.0.1_pre20190920.ebuild | 36 +++++++++++++++++++++++ 3 files changed, 45 insertions(+) diff --git a/dev-libs/rlottie/Manifest b/dev-libs/rlottie/Manifest new file mode 100644 index 00000000000..0a8e05f4f99 --- /dev/null +++ b/dev-libs/rlottie/Manifest @@ -0,0 +1 @@ +DIST rlottie-0.0.1_pre20190920.tar.gz 7891127 BLAKE2B bc9e37e74f21f681fffae3e6140662782ebce7bee58c4205cdb9f927f5246aedc83efc516adecf6c61fb5fc06aff58d1c65bfe3cca18d02bf4e9f2d71890869e SHA512 8d903e877cb83fd0af8cb7b6dd96e09a423201c0b88b2c8c733e54bb873a7b48377e5eb8eeefa620e284c2d1b61fcfe0aa309d180c88428aaccdb0f1ac4a48ed diff --git a/dev-libs/rlottie/metadata.xml b/dev-libs/rlottie/metadata.xml new file mode 100644 index 00000000000..6b0a0fb3a72 --- /dev/null +++ b/dev-libs/rlottie/metadata.xml @@ -0,0 +1,8 @@ + + + + + juippis@gentoo.org + Joonas Niilola + + diff --git a/dev-libs/rlottie/rlottie-0.0.1_pre20190920.ebuild b/dev-libs/rlottie/rlottie-0.0.1_pre20190920.ebuild new file mode 100644 index 00000000000..91fc1181639 --- /dev/null +++ b/dev-libs/rlottie/rlottie-0.0.1_pre20190920.ebuild @@ -0,0 +1,36 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson + +MY_COMMIT="93dd5305d9f5d2270a873c9c565b6931439fd11f" + +DESCRIPTION="A platform independent standalone library that plays Lottie Animations" +HOMEPAGE="https://www.tizen.org/ https://github.com/Samsung/rlottie" +SRC_URI="https://github.com/Samsung/rlottie/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD FTL LGPL-2.1 MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RESTRICT="!test? ( test )" + +DEPEND="test? ( dev-cpp/gtest )" + +S="${WORKDIR}/rlottie-${MY_COMMIT}" + +src_configure() { + local emesonargs=( + $(meson_use test) + ) + + meson_src_configure +} + +src_test() { + cd "${BUILD_DIR}" || die "Failed to switch into BUILD_DIR." + eninja test +}