From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/rlottie/
Date: Sun, 2 May 2021 06:55:33 +0000 (UTC) [thread overview]
Message-ID: <1619938478.382a860b36e142b991954d1ea4a3cc3b920b3fb6.juippis@gentoo> (raw)
commit: 382a860b36e142b991954d1ea4a3cc3b920b3fb6
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun May 2 06:54:38 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun May 2 06:54:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=382a860b
media-libs/rlottie: add a snapshot build for 0.2 to fix gcc-11 compat
Closes: https://bugs.gentoo.org/787503
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-libs/rlottie/Manifest | 1 +
media-libs/rlottie/rlottie-0.2_p20210405.ebuild | 45 +++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/media-libs/rlottie/Manifest b/media-libs/rlottie/Manifest
index f1c760fe4c7..1b5f363baf5 100644
--- a/media-libs/rlottie/Manifest
+++ b/media-libs/rlottie/Manifest
@@ -1 +1,2 @@
DIST rlottie-0.2-1.tar.gz 3516947 BLAKE2B d5f6b643c910e0b831be223be4fcff3d42cde8239b01d413f2805eeccf2665abfbd209ee6877358c2434d3bc82ea7c5b3849f4dca1d0796436e47ffa6bcfed64 SHA512 1f645ae998ddbe83e4911addf28ec24ae3ff33f6439a9fb6c1e56986b46ac17dba155773ab02a59712e781febb31709a99075a3fbcda6136a0cb43dbd7c753de
+DIST rlottie-0.2_p20210405.tar.gz 4048368 BLAKE2B 46875135de630b8cae164bf9714abbfad389853aabf7e642c612b54ce50a3a0c105b57a314f0731aa69b4fd023e3638c122f0335a7ae886253a7bea0a5b3d51e SHA512 a0382bd9561cc47daafc0742db24c55efa25ec1c8e0d865ea49cf11d8f082b9f860dd673f4d0fbf95e02da708da164bc9a87c66b76cd58becf983c968e7aeb81
diff --git a/media-libs/rlottie/rlottie-0.2_p20210405.ebuild b/media-libs/rlottie/rlottie-0.2_p20210405.ebuild
new file mode 100644
index 00000000000..6e741425975
--- /dev/null
+++ b/media-libs/rlottie/rlottie-0.2_p20210405.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+MY_COMMIT="7c5b40cbb87422e5a74691d4d9907948c8c0d479"
+
+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 JSON MIT"
+SLOT="0/0.2"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug test"
+
+RESTRICT="!test? ( test )"
+
+DEPEND="test? ( dev-cpp/gtest )"
+
+S="${WORKDIR}/rlottie-${MY_COMMIT}"
+
+src_configure() {
+ local emesonargs=(
+ -D cache=true
+ -D module=true
+ -D thread=true
+
+ -D cmake=false
+ -D example=false
+
+ $(meson_use debug dumptree)
+ $(meson_use debug log)
+ $(meson_use test)
+ )
+
+ meson_src_configure
+}
+
+src_test() {
+ cd "${BUILD_DIR}" || die "Failed to switch into BUILD_DIR."
+ eninja test
+}
next reply other threads:[~2021-05-02 6:55 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-02 6:55 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-12-05 5:30 [gentoo-commits] repo/gentoo:master commit in: media-libs/rlottie/ WANG Xuerui
2021-07-28 3:00 Yixun Lan
2021-06-16 5:47 Joonas Niilola
2021-06-02 8:18 Joonas Niilola
2021-06-02 8:18 Joonas Niilola
2020-09-27 20:09 Sam James
2020-09-21 6:14 Joonas Niilola
2020-09-21 6:14 Joonas Niilola
2020-08-19 12:45 Joonas Niilola
2020-07-21 7:34 Joonas Niilola
2020-07-21 7:34 Joonas Niilola
2020-06-19 5:54 Joonas Niilola
2020-06-18 8:08 Joonas Niilola
2020-06-18 8:01 Joonas Niilola
2020-05-29 9:39 Joonas Niilola
2020-05-29 9:39 Joonas Niilola
2020-05-29 9:39 Joonas Niilola
2020-04-29 17:04 Joonas Niilola
2020-03-06 8:51 Joonas Niilola
2020-03-06 8:51 Joonas Niilola
2020-03-06 8:51 Joonas Niilola
2020-01-18 8:48 Joonas Niilola
2019-12-30 11:54 Joonas Niilola
2019-12-30 11:54 Joonas Niilola
2019-12-14 8:06 Joonas Niilola
2019-12-14 8:06 Joonas Niilola
2019-11-14 4:16 Joonas Niilola
2019-11-01 12:41 Joonas Niilola
2019-10-22 14:22 Joonas Niilola
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1619938478.382a860b36e142b991954d1ea4a3cc3b920b3fb6.juippis@gentoo \
--to=juippis@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox