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 48B8E139085 for ; Tue, 7 Feb 2017 23:20:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FE6721C038; Tue, 7 Feb 2017 23:20:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B97121C038 for ; Tue, 7 Feb 2017 23:20:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD008341699 for ; Tue, 7 Feb 2017 23:20:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCA943DC6 for ; Tue, 7 Feb 2017 23:20:49 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1486509612.e40ede6582ccc01377e0c05c6a45c4e5b46df155.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/xpra/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/xpra/xpra-1.0.2.ebuild X-VCS-Directories: x11-wm/xpra/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: e40ede6582ccc01377e0c05c6a45c4e5b46df155 X-VCS-Branch: master Date: Tue, 7 Feb 2017 23:20:49 +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: a1bdac3b-7c64-48ba-bc20-31980b661fac X-Archives-Hash: f69c7612a64147362806861c570d456b commit: e40ede6582ccc01377e0c05c6a45c4e5b46df155 Author: Michael Weber gentoo org> AuthorDate: Tue Feb 7 23:20:12 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Tue Feb 7 23:20:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e40ede65 x11-wm/xpra: Add USE=ffmpeg (thanks luke-jr). Package-Manager: Portage-2.3.3, Repoman-2.3.1 x11-wm/xpra/xpra-1.0.2.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/x11-wm/xpra/xpra-1.0.2.ebuild b/x11-wm/xpra/xpra-1.0.2.ebuild index d6029ca..56be7d0 100644 --- a/x11-wm/xpra/xpra-1.0.2.ebuild +++ b/x11-wm/xpra/xpra-1.0.2.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://xpra.org/src/${P}.tar.xz" LICENSE="GPL-2 BSD" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="+client +clipboard csc cups dec_av2 libav lz4 lzo opengl pulseaudio server sound vpx webcam webp x264 x265" +IUSE="+client +clipboard csc cups dec_av2 ffmpeg libav lz4 lzo opengl pulseaudio server sound vpx webcam webp x264 x265" REQUIRED_USE="${PYTHON_REQUIRED_USE} clipboard? ( || ( server client ) ) @@ -42,6 +42,10 @@ COMMON_DEPEND=""${PYTHON_DEPS}" !libav? ( >=media-video/ffmpeg-3.2.2:0= ) libav? ( media-video/libav:0= ) ) + ffmpeg? ( + !libav? ( >=media-video/ffmpeg-3.2.2:0= ) + libav? ( media-video/libav:0= ) + ) opengl? ( dev-python/pygtkglext ) pulseaudio? ( media-sound/pulseaudio ) sound? ( media-libs/gstreamer:1.0 @@ -114,6 +118,7 @@ python_configure_all() { $(use_with csc csc_swscale) $(use_with cups printing) $(use_with dec_av2 dec_avcodec2) + $(use_with ffmpeg enc_ffmpeg) $(use_with opengl) $(use_with server shadow) $(use_with server)