public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/rlottie/
Date: Wed, 29 Apr 2020 17:04:56 +0000 (UTC)	[thread overview]
Message-ID: <1588179886.9e2a1f06335e649e850ad62949558f9d75f29aff.juippis@gentoo> (raw)

commit:     9e2a1f06335e649e850ad62949558f9d75f29aff
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 29 16:56:23 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Apr 29 17:04:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e2a1f06

media-libs/rlottie: 2020-04-24 snapshot

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-libs/rlottie/Manifest                        |  1 +
 .../rlottie/rlottie-0.0.1_pre20200424.ebuild       | 45 ++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/media-libs/rlottie/Manifest b/media-libs/rlottie/Manifest
index bcbbad8fb3b..de36b1952dd 100644
--- a/media-libs/rlottie/Manifest
+++ b/media-libs/rlottie/Manifest
@@ -1 +1,2 @@
 DIST rlottie-0.0.1_pre20200110.tar.gz 3370396 BLAKE2B 02a51e6f24a83967ccbf085e0c28400e23057c833e4849db3f749d30a3ccb4ade2d4e0a8ea624da7ba0148bc84013ca4df963f01fc75ed4156ab8dc36bda6945 SHA512 e78470254ab7b9653dcd95037001a1763f4229bdc611f4631943f302b20739a6e4b519d54c967c1ecd7bcc4b555bb8f651af0bceebc04cc9ea41789360b49af4
+DIST rlottie-0.0.1_pre20200424.tar.gz 3371620 BLAKE2B cdfc89f66e7aec736029416decf76777f22b4cb8293bed74e647088480faed4c6ffd03a29a967ac532f9e747858fdd93fa552eb974085f7cf1701a12fe3a2c38 SHA512 1a05b835c083337a80b32ea8c1e201d1d2356c58e314b791f74f95504303f3ef46d3951abf2a7467daaeae462c1fe2cf793d9fb2402639b279ca6ea6367cdda7

diff --git a/media-libs/rlottie/rlottie-0.0.1_pre20200424.ebuild b/media-libs/rlottie/rlottie-0.0.1_pre20200424.ebuild
new file mode 100644
index 00000000000..26b4f6d67e7
--- /dev/null
+++ b/media-libs/rlottie/rlottie-0.0.1_pre20200424.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+MY_COMMIT="607998b9f7e03b05dceed8784207bd0b704f62d4"
+
+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 LGPL-2.1 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+
+RESTRICT="!test? ( test )"
+
+DEPEND="test? ( dev-cpp/gtest )"
+
+S="${WORKDIR}/rlottie-${MY_COMMIT}"
+
+PATCHES=( "${FILESDIR}"/rlottie-0.0.1_pre20190920-disable-werror.patch )
+
+src_configure() {
+	local emesonargs=(
+		-D cache=true
+		-D cmake=false
+		-D dumptree=false
+		-D example=false
+		-D log=false
+		-D module=true
+		-D thread=true
+		$(meson_use test)
+	)
+
+	meson_src_configure
+}
+
+src_test() {
+	cd "${BUILD_DIR}" || die "Failed to switch into BUILD_DIR."
+	eninja test
+}


             reply	other threads:[~2020-04-29 17:05 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-29 17:04 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
2021-05-02  6:55 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-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=1588179886.9e2a1f06335e649e850ad62949558f9d75f29aff.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