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 9C641138331 for ; Sun, 20 May 2018 19:10:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A266E0BEF; Sun, 20 May 2018 19:10:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 0321EE0BEE for ; Sun, 20 May 2018 19:10:30 +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 A0E20335CFB for ; Sun, 20 May 2018 19:10:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF5482AC for ; Sun, 20 May 2018 19:10:25 +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: <1526843363.b5853e5d93edac69b24657bb99955c979e73cf97.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mjpegtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mjpegtools/mjpegtools-2.1.0-r3.ebuild X-VCS-Directories: media-video/mjpegtools/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b5853e5d93edac69b24657bb99955c979e73cf97 X-VCS-Branch: master Date: Sun, 20 May 2018 19:10:25 +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-Archives-Salt: 475a1f8d-cddd-4631-ad59-4fd037666ea7 X-Archives-Hash: 20042a4aac0e92f1d5f001d64de5f72a commit: b5853e5d93edac69b24657bb99955c979e73cf97 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 20 15:59:11 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 20 19:09:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5853e5d media-video/mjpegtools: Sort DEPENDs and IUSE Package-Manager: Portage-2.3.38, Repoman-2.3.9 media-video/mjpegtools/mjpegtools-2.1.0-r3.ebuild | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/media-video/mjpegtools/mjpegtools-2.1.0-r3.ebuild b/media-video/mjpegtools/mjpegtools-2.1.0-r3.ebuild index 7d41dcbe218..da515e8abcc 100644 --- a/media-video/mjpegtools/mjpegtools-2.1.0-r3.ebuild +++ b/media-video/mjpegtools/mjpegtools-2.1.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,24 +12,25 @@ SRC_URI="mirror://sourceforge/mjpeg/${P}.tar.gz" LICENSE="GPL-2" SLOT="1" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" -IUSE="dv gtk cpu_flags_x86_mmx png quicktime sdl sdlgfx static-libs" +IUSE="cpu_flags_x86_mmx dv gtk png quicktime sdl sdlgfx static-libs" REQUIRED_USE="sdlgfx? ( sdl )" -RDEPEND="virtual/jpeg:0=[${MULTILIB_USEDEP}] - quicktime? ( >=media-libs/libquicktime-1.2.4-r1[${MULTILIB_USEDEP}] ) +RDEPEND=" + virtual/jpeg:0=[${MULTILIB_USEDEP}] dv? ( >=media-libs/libdv-1.0.0-r3[${MULTILIB_USEDEP}] ) - png? ( media-libs/libpng:0= ) gtk? ( x11-libs/gtk+:2 ) + png? ( media-libs/libpng:0= ) + quicktime? ( >=media-libs/libquicktime-1.2.4-r1[${MULTILIB_USEDEP}] ) sdl? ( >=media-libs/libsdl-1.2.15-r4[${MULTILIB_USEDEP}] >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] sdlgfx? ( media-libs/sdl-gfx ) )" - DEPEND="${RDEPEND} - cpu_flags_x86_mmx? ( dev-lang/nasm ) >=sys-apps/sed-4 virtual/awk - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]" + >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] + cpu_flags_x86_mmx? ( dev-lang/nasm ) +" src_prepare() { epatch "${FILESDIR}"/${P}-pic.patch