From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 570681384B4 for ; Mon, 16 Nov 2015 08:28:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19AC721C05C; Mon, 16 Nov 2015 08:28:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B2B4021C05C for ; Mon, 16 Nov 2015 08:28:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7FCFD340775 for ; Mon, 16 Nov 2015 08:28:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 254CD9E5 for ; Mon, 16 Nov 2015 08:28:49 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1447662500.2f639c7517d38c15472ed589c75af24d37f6ea36.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/ffmpeg/ffmpeg-2.8.2.ebuild media-video/ffmpeg/ffmpeg-9999.ebuild X-VCS-Directories: media-video/ffmpeg/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 2f639c7517d38c15472ed589c75af24d37f6ea36 X-VCS-Branch: master Date: Mon, 16 Nov 2015 08:28: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: d8651dfd-a552-4ca5-a0d6-0cc03e14d7ae X-Archives-Hash: c6600df08f23adfc5b1475baacb532b1 commit: 2f639c7517d38c15472ed589c75af24d37f6ea36 Author: Alexis Ballier gentoo org> AuthorDate: Mon Nov 16 08:28:20 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Nov 16 08:28:20 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f639c75 media-video/ffmpeg: properly disable sdl when not wanted; bug #565852 Package-Manager: portage-2.2.24 Signed-off-by: Alexis Ballier gentoo.org> media-video/ffmpeg/ffmpeg-2.8.2.ebuild | 2 +- media-video/ffmpeg/ffmpeg-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/ffmpeg/ffmpeg-2.8.2.ebuild b/media-video/ffmpeg/ffmpeg-2.8.2.ebuild index 2db9b73..2603f85 100644 --- a/media-video/ffmpeg/ffmpeg-2.8.2.ebuild +++ b/media-video/ffmpeg/ffmpeg-2.8.2.ebuild @@ -65,7 +65,7 @@ fi FFMPEG_FLAG_MAP=( +bzip2:bzlib cpudetection:runtime-cpudetect debug doc gnutls +gpl +hardcoded-tables +iconv lzma +network openssl +postproc - samba:libsmbclient sdl:ffplay vaapi vdpau X:xlib xcb:libxcb + samba:libsmbclient sdl:ffplay sdl vaapi vdpau X:xlib xcb:libxcb xcb:libxcb-shm xcb:libxcb-xfixes +zlib # libavdevice options cdio:libcdio iec61883:libiec61883 ieee1394:libdc1394 libcaca openal diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index bbc2f79..464caa2 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -65,7 +65,7 @@ fi FFMPEG_FLAG_MAP=( +bzip2:bzlib cpudetection:runtime-cpudetect debug doc gnutls +gpl +hardcoded-tables +iconv lzma +network openssl +postproc - samba:libsmbclient sdl:ffplay vaapi vdpau X:xlib xcb:libxcb + samba:libsmbclient sdl:ffplay sdl vaapi vdpau X:xlib xcb:libxcb xcb:libxcb-shm xcb:libxcb-xfixes +zlib # libavdevice options cdio:libcdio iec61883:libiec61883 ieee1394:libdc1394 libcaca openal