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 BDA05138351 for ; Sun, 26 Apr 2020 07:44:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FBE1E09A6; Sun, 26 Apr 2020 07:44:29 +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 D79C1E09A6 for ; Sun, 26 Apr 2020 07:44:28 +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 C331734F355 for ; Sun, 26 Apr 2020 07:44:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7A501F9 for ; Sun, 26 Apr 2020 07:44:24 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1587887030.7ed1d531966db669ebc8a3bfdbfd36d1e5c42579.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/pqiv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/pqiv/pqiv-2.11.ebuild media-gfx/pqiv/pqiv-9999.ebuild X-VCS-Directories: media-gfx/pqiv/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 7ed1d531966db669ebc8a3bfdbfd36d1e5c42579 X-VCS-Branch: master Date: Sun, 26 Apr 2020 07:44:24 +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: 5599947d-c93e-4018-9f64-48e1a16f0eec X-Archives-Hash: c247bb95168ba2bc84aa3ccffefd898f commit: 7ed1d531966db669ebc8a3bfdbfd36d1e5c42579 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Apr 26 07:43:50 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Apr 26 07:43:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ed1d531 media-gfx/pqiv: migrate from libav Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mikle Kolyada gentoo.org> media-gfx/pqiv/pqiv-2.11.ebuild | 11 ++++------- media-gfx/pqiv/pqiv-9999.ebuild | 11 ++++------- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/media-gfx/pqiv/pqiv-2.11.ebuild b/media-gfx/pqiv/pqiv-2.11.ebuild index c094753f5a0..bb2e9b03aec 100644 --- a/media-gfx/pqiv/pqiv-2.11.ebuild +++ b/media-gfx/pqiv/pqiv-2.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,17 +17,14 @@ HOMEPAGE="https://github.com/phillipberndt/pqiv http://www.pberndt.com/Programme LICENSE="GPL-2" SLOT="0" -IUSE="archive ffmpeg imagemagick kernel_linux libav pdf postscript webp" +IUSE="archive ffmpeg imagemagick kernel_linux pdf postscript webp" RDEPEND=" >=dev-libs/glib-2.32:2 >=x11-libs/cairo-1.6 x11-libs/gtk+:3 archive? ( app-arch/libarchive:0= ) - ffmpeg? ( - !libav? ( media-video/ffmpeg:0= ) - libav? ( media-video/libav:0= ) - ) + ffmpeg? ( media-video/ffmpeg:0= ) imagemagick? ( media-gfx/imagemagick:0= ) pdf? ( app-text/poppler:0= ) postscript? ( app-text/libspectre:0= ) @@ -51,7 +48,7 @@ pkg_setup() { src_configure() { local backends="gdkpixbuf" use archive && backends+=",archive,archive_cbx" - use ffmpeg || use libav && backends+=",libav" + use ffmpeg && backends+=",libav" use imagemagick && backends+=",wand" use pdf && backends+=",poppler" use postscript && backends+=",spectre" diff --git a/media-gfx/pqiv/pqiv-9999.ebuild b/media-gfx/pqiv/pqiv-9999.ebuild index 499cd72f5f5..69023ebe556 100644 --- a/media-gfx/pqiv/pqiv-9999.ebuild +++ b/media-gfx/pqiv/pqiv-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,17 +17,14 @@ HOMEPAGE="https://github.com/phillipberndt/pqiv http://www.pberndt.com/Programme LICENSE="GPL-2" SLOT="0" -IUSE="archive ffmpeg imagemagick kernel_linux libav pdf postscript webp" +IUSE="archive ffmpeg imagemagick kernel_linux pdf postscript webp" RDEPEND=" >=dev-libs/glib-2.32:2 >=x11-libs/cairo-1.6 x11-libs/gtk+:3 archive? ( app-arch/libarchive:0= ) - ffmpeg? ( - !libav? ( media-video/ffmpeg:0= ) - libav? ( media-video/libav:0= ) - ) + ffmpeg? ( media-video/ffmpeg:0= ) imagemagick? ( media-gfx/imagemagick:0= ) pdf? ( app-text/poppler:0= ) postscript? ( app-text/libspectre:0= ) @@ -51,7 +48,7 @@ pkg_setup() { src_configure() { local backends="gdkpixbuf" use archive && backends+=",archive,archive_cbx" - use ffmpeg || use libav && backends+=",libav" + use ffmpeg && backends+=",libav" use imagemagick && backends+=",wand" use pdf && backends+=",poppler" use postscript && backends+=",spectre"