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 9517E138350 for ; Mon, 3 Feb 2020 15:51:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA4ECE08D6; Mon, 3 Feb 2020 15:51:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A0070E08D6 for ; Mon, 3 Feb 2020 15:51:08 +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 9214834E662 for ; Mon, 3 Feb 2020 15:51:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 171EB8F for ; Mon, 3 Feb 2020 15:51:04 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1580745034.cac7b7c50ef102c8bb8f3f212e91000acd373524.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/webvfx/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/webvfx/Manifest media-libs/webvfx/metadata.xml media-libs/webvfx/webvfx-1.1.0.ebuild X-VCS-Directories: media-libs/webvfx/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cac7b7c50ef102c8bb8f3f212e91000acd373524 X-VCS-Branch: master Date: Mon, 3 Feb 2020 15:51:04 +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: 9acd51d3-6edf-4a41-8052-52fb15ddaf8a X-Archives-Hash: e9951ca6dcca76e33b7d534fe034f5ba commit: cac7b7c50ef102c8bb8f3f212e91000acd373524 Author: reagentoo gmail com> AuthorDate: Mon Jan 20 08:08:25 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Feb 3 15:50:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cac7b7c5 media-libs/webvfx: new package - dependency library for media-video/shotcut Closes: https://bugs.gentoo.org/703576 Signed-off-by: Dmitry Baranov gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14393 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/webvfx/Manifest | 1 + media-libs/webvfx/metadata.xml | 18 ++++++++++ media-libs/webvfx/webvfx-1.1.0.ebuild | 62 +++++++++++++++++++++++++++++++++++ 3 files changed, 81 insertions(+) diff --git a/media-libs/webvfx/Manifest b/media-libs/webvfx/Manifest new file mode 100644 index 00000000000..70d207c06ff --- /dev/null +++ b/media-libs/webvfx/Manifest @@ -0,0 +1 @@ +DIST webvfx-1.1.0.txz 1163312 BLAKE2B a948c967ee8a21f91086b76ac2737a855d6a6a0c576471d9844a7587ee45c8f42553b57b8f5e989dae696924e67c341317c541eef87f28e9a49ff25e8e0aed29 SHA512 f88726ef8ae779f238fe6b784bc53ef47ef67a8d7b524f2c465fdf5de57f37bd388d81ac52b0a7abc30a1c836f801a8b9df0ef183e2507b229dd6431d38c8768 diff --git a/media-libs/webvfx/metadata.xml b/media-libs/webvfx/metadata.xml new file mode 100644 index 00000000000..3ca5303fe87 --- /dev/null +++ b/media-libs/webvfx/metadata.xml @@ -0,0 +1,18 @@ + + + + + reagentoo@gmail.com + Dmitry Baranov + + + proxy-maint@gentoo.org + Proxy Maintainers + + + mltframework/webvfx + + + Install doxygen developer documentation + + diff --git a/media-libs/webvfx/webvfx-1.1.0.ebuild b/media-libs/webvfx/webvfx-1.1.0.ebuild new file mode 100644 index 00000000000..7850e11afc0 --- /dev/null +++ b/media-libs/webvfx/webvfx-1.1.0.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit flag-o-matic qmake-utils toolchain-funcs + +DESCRIPTION="Video effects library based on web technologies" +HOMEPAGE="https://github.com/mltframework/webvfx/" +SRC_URI="https://github.com/mltframework/${PN}/releases/download/1.1.0/${P}.txz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +BDEPEND=" + doc? ( app-doc/doxygen ) +" +RDEPEND=" + dev-qt/qtcore:5 + dev-qt/qtdeclarative:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtopengl:5 + dev-qt/qtquickcontrols:5[widgets] + dev-qt/qtwebkit:5 + dev-qt/qtwidgets:5 + media-libs/mlt +" +DEPEND="${RDEPEND}" + +src_prepare() { + default + + find -name "*.pro" -exec \ + sed -i -e "s/\(system.*\)pkg-config/\1$(tc-getPKG_CONFIG)/" {} + || die + + sed -i -e "s/\(target.*path.*PREFIX.*\)lib/\1$(get_libdir)/" \ + webvfx/webvfx.pro || die + + sed -i -e "s/PROJECT_NUMBER=\`.*\`/PROJECT_NUMBER=${PV}/" \ + all.pro || die +} + +src_configure() { + append-cxxflags -Wno-deprecated-declarations + + eqmake5 PREFIX="${EPREFIX}/usr" +} + +src_compile() { + emake + use doc && emake doxydoc +} + +src_install() { + emake INSTALL_ROOT="${D}" install + + use doc && local HTML_DOCS=( doxydoc/. ) + einstalldocs +}