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 7D81713835A for ; Sun, 6 Sep 2020 16:46:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0FD2E09DF; Sun, 6 Sep 2020 16:46:22 +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 85B64E09DF for ; Sun, 6 Sep 2020 16:46:22 +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 A38AD33E4AD for ; Sun, 6 Sep 2020 16:46:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8BDE35A for ; Sun, 6 Sep 2020 16:46:18 +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: <1599410738.07c7e370dbcfef9db9325463edcbcc14ccd0d4bf.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/webvfx-1.1.0.ebuild X-VCS-Directories: media-libs/webvfx/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 07c7e370dbcfef9db9325463edcbcc14ccd0d4bf X-VCS-Branch: master Date: Sun, 6 Sep 2020 16:46:18 +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: 604e57b5-67ca-4209-9a9c-b259963b6a32 X-Archives-Hash: 840408b76a89475713db0c60494834a8 commit: 07c7e370dbcfef9db9325463edcbcc14ccd0d4bf Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 5 09:01:53 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 6 16:45:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07c7e370 media-libs/webvfx: Drop 1.1.0 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/webvfx/Manifest | 1 - media-libs/webvfx/webvfx-1.1.0.ebuild | 64 ----------------------------------- 2 files changed, 65 deletions(-) diff --git a/media-libs/webvfx/Manifest b/media-libs/webvfx/Manifest index 473096823eb..a310ccc7467 100644 --- a/media-libs/webvfx/Manifest +++ b/media-libs/webvfx/Manifest @@ -1,2 +1 @@ -DIST webvfx-1.1.0.txz 1163312 BLAKE2B a948c967ee8a21f91086b76ac2737a855d6a6a0c576471d9844a7587ee45c8f42553b57b8f5e989dae696924e67c341317c541eef87f28e9a49ff25e8e0aed29 SHA512 f88726ef8ae779f238fe6b784bc53ef47ef67a8d7b524f2c465fdf5de57f37bd388d81ac52b0a7abc30a1c836f801a8b9df0ef183e2507b229dd6431d38c8768 DIST webvfx-1.2.0.txz 1178880 BLAKE2B 7ef08f791b291897f39e170f0572db2fb98c78bced9ed3560b1b94cfe48bedf0af3af5e57381bd039f6cf3dc1d558fb07a6a959b28f1c6a380d0dd0f1bfc64fd SHA512 84473df90553d2d85e1860eb98326fc65ebca02f1cbd8415b83e02ea032442d2aa42c000e366b6ca217bb59526b2b4409d85b169cc7e60d86443b79a1ff5614a diff --git a/media-libs/webvfx/webvfx-1.1.0.ebuild b/media-libs/webvfx/webvfx-1.1.0.ebuild deleted file mode 100644 index bdc28125efe..00000000000 --- a/media-libs/webvfx/webvfx-1.1.0.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# 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/${PV}/${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/qtopengl:5 - dev-qt/qtquickcontrols:5[widgets] - dev-qt/qtwebkit:5 - dev-qt/qtwidgets:5 - media-libs/mlt - virtual/opengl -" -DEPEND="${RDEPEND} - dev-qt/qtnetwork:5 -" - -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 -}