From f70a1bfc721336d4fc7dfb711c2f518a6b18cf16 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 30 Sep 2020 17:27:54 +0100 Subject: gentoo resync : 30.09.2020 --- media-libs/rlottie/Manifest | 5 +-- .../rlottie/files/rlottie-0.1-disable-werror.patch | 10 ----- media-libs/rlottie/rlottie-0.1-r1.ebuild | 43 ---------------------- media-libs/rlottie/rlottie-0.2.ebuild | 2 +- 4 files changed, 2 insertions(+), 58 deletions(-) delete mode 100644 media-libs/rlottie/files/rlottie-0.1-disable-werror.patch delete mode 100644 media-libs/rlottie/rlottie-0.1-r1.ebuild (limited to 'media-libs/rlottie') diff --git a/media-libs/rlottie/Manifest b/media-libs/rlottie/Manifest index 7f8efe9a154b..328d134b11f5 100644 --- a/media-libs/rlottie/Manifest +++ b/media-libs/rlottie/Manifest @@ -1,6 +1,3 @@ -AUX rlottie-0.1-disable-werror.patch 381 BLAKE2B 26afddff05d0cfda88617473ec4affca4a721f081e393c31b409fc6a3e73efe73e4e661caf13aeaf5394f31533390b1439492e066ad19087d76b984b6304f421 SHA512 2363100f6b0ab09f3ad9ae46dd02dffd2a5ca2124ae1b4f3791c88b3b7563e9cafd68da4ee719f9460d781aab80b4a83f21f0d788db2eefa5cd9d2cab0ab69ce -DIST rlottie-0.1-1.tar.gz 3370181 BLAKE2B 7ba580af961f2af7b92c40b4640f8b515c21a354ef5e639c5f00b0ea26fd3e2929dbf2e926b58d39ad3f48228511ba42a42a24d4b7bb914389a7e43df810d667 SHA512 ab9b913d9e0bc938a878a6847851cd6965dc61efbf8ef71761b83d6ff577479cf0c0b214c36e58ddd6a29927a1954c3d3db9db427779b5a2d472c8962cd45ff1 DIST rlottie-0.2-1.tar.gz 3516947 BLAKE2B d5f6b643c910e0b831be223be4fcff3d42cde8239b01d413f2805eeccf2665abfbd209ee6877358c2434d3bc82ea7c5b3849f4dca1d0796436e47ffa6bcfed64 SHA512 1f645ae998ddbe83e4911addf28ec24ae3ff33f6439a9fb6c1e56986b46ac17dba155773ab02a59712e781febb31709a99075a3fbcda6136a0cb43dbd7c753de -EBUILD rlottie-0.1-r1.ebuild 936 BLAKE2B f72f77bd577b7b548591f23fc041d06f11a11e800ed3d4d24118ee3e7e559d2039f1c6cb6728a5375884ff680228d4e6e3cf68d8865e979cc402096b8a89f6a6 SHA512 d33157089ec5d865ae0d67d0889d18df3c4119f4191658fa72d65367183c7931e36d05f307d706f6ef723ee066d1fcad26d3e594600660257937b3cddf18dd10 -EBUILD rlottie-0.2.ebuild 872 BLAKE2B a9d2a628ce990f846238505494ebdb52da9529dbc3b7b950d390006da907f97cac01c94b3b748ffa329e2cdce406ee3d6bd965b5b5dc2eeccf018801650d1c6b SHA512 9922b6b60fc15c8f2df18a2f17d3f4cb773aa01ef0fcffd52777bcf6924e7933e6ada4a04efab7fa7f8acaa2d611cfa5e1b90feab9b7ebdbc5e70ef67bb98961 +EBUILD rlottie-0.2.ebuild 879 BLAKE2B b4a7951db369fff6b8a6cb4925903d2d59e7adaaf1a5ad4ce90299f2671f22a59ae0b918113d9f2038358fab2341d5a40c9db37a143e0b6e96e661ed4348ebb9 SHA512 4d2850e75042f6d0ed8438425025a8280703295062f8482e24cc44202953e37c48a0b278645d7c124d47e3580a170975b7d23d36393fdc510a683c020ef9f4ac MISC metadata.xml 901 BLAKE2B 0f2b146bafcbff57e44a91a21176114d15c9d81a076cc42f3d57e3849d1b3af3d46eb45bc74cf6e524679677b5394f440dc762c87ddc3652d0b754ebd62907b5 SHA512 f7e80a3946b2462a3718f508be57cdbbc3c85c632778b58393f467cfa5c4e80b96f3f264251d9fbb9ce4cf26e4907e534ee758c77661504f05f73577c4c06fab diff --git a/media-libs/rlottie/files/rlottie-0.1-disable-werror.patch b/media-libs/rlottie/files/rlottie-0.1-disable-werror.patch deleted file mode 100644 index 55e50d63a553..000000000000 --- a/media-libs/rlottie/files/rlottie-0.1-disable-werror.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/meson.build 2020-06-19 08:49:20.511888022 +0300 -+++ b/meson.build 2020-06-19 08:49:49.166640657 +0300 -@@ -1,6 +1,6 @@ - project('rlottie', - 'cpp', -- default_options : ['warning_level=3', 'werror=true', 'cpp_std=c++14', 'optimization=s'], -+ default_options : ['cpp_std=c++14', 'optimization=s'], - version : '0.1', - license : 'LGPL-v2.1') - diff --git a/media-libs/rlottie/rlottie-0.1-r1.ebuild b/media-libs/rlottie/rlottie-0.1-r1.ebuild deleted file mode 100644 index c3825364a0c3..000000000000 --- a/media-libs/rlottie/rlottie-0.1-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 2019-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson - -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/v${PV}.tar.gz -> ${P}-1.tar.gz" - -LICENSE="BSD FTL JSON LGPL-2.1 MIT" -SLOT="0/0.0.1" -KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" -IUSE="debug examples test" - -RESTRICT="!test? ( test )" - -DEPEND="test? ( dev-cpp/gtest )" - -PATCHES=( "${FILESDIR}"/${P}-disable-werror.patch ) - -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 -} diff --git a/media-libs/rlottie/rlottie-0.2.ebuild b/media-libs/rlottie/rlottie-0.2.ebuild index d0ac8c17c14b..faec02176727 100644 --- a/media-libs/rlottie/rlottie-0.2.ebuild +++ b/media-libs/rlottie/rlottie-0.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/Samsung/rlottie/archive/v${PV}.tar.gz -> ${P}-1.tar. LICENSE="BSD FTL JSON MIT" SLOT="0/0.2" -KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="debug examples test" RESTRICT="!test? ( test )" -- cgit v1.2.3