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 9DDE91389FE for ; Fri, 31 Oct 2014 10:53:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FE2DE08AA; Fri, 31 Oct 2014 10:53:49 +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 967E8E08AA for ; Fri, 31 Oct 2014 10:53:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10EE8340339 for ; Fri, 31 Oct 2014 10:53:47 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2139) id 5AEA2922A; Fri, 31 Oct 2014 10:53:44 +0000 (UTC) From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-video/ffmpeg: ffmpeg-9999.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ffmpeg-9999.ebuild ChangeLog X-VCS-Directories: media-video/ffmpeg X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141031105344.5AEA2922A@oystercatcher.gentoo.org> Date: Fri, 31 Oct 2014 10:53:44 +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: 7b0e4482-a190-485b-921c-56e8a2bd9112 X-Archives-Hash: c166732272e0cf99ea8f43a4ec131c2e aballier 14/10/31 10:53:44 Modified: ffmpeg-9999.ebuild ChangeLog Log: add xcb useflag Signed-off-by: aballier@gentoo.org (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A) Revision Changes Path 1.174 media-video/ffmpeg/ffmpeg-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?rev=1.174&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?rev=1.174&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?r1=1.173&r2=1.174 Index: ffmpeg-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v retrieving revision 1.173 retrieving revision 1.174 diff -u -r1.173 -r1.174 --- ffmpeg-9999.ebuild 29 Aug 2014 19:50:07 -0000 1.173 +++ ffmpeg-9999.ebuild 31 Oct 2014 10:53:44 -0000 1.174 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.173 2014/08/29 19:50:07 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.174 2014/10/31 10:53:44 aballier Exp $ EAPI="5" @@ -46,7 +46,7 @@ jpeg2k ladspa libass libcaca libsoxr libv4l lzma modplug mp3 +network openal opengl openssl opus oss pic pulseaudio quvi rtmp samba schroedinger sdl speex ssh static-libs test theora threads truetype twolame v4l vaapi - vdpau vorbis vpx wavpack webp X x264 x265 xvid +zlib zvbi + vdpau vorbis vpx wavpack webp X x264 x265 xcb xvid +zlib zvbi " ARM_CPU_FEATURES="armv5te armv6 armv6t2 neon armvfp:vfp" @@ -150,6 +150,7 @@ >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}] >=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}] ) + xcb? ( x11-libs/libxcb[${MULTILIB_USEDEP}] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] ) zvbi? ( >=media-libs/zvbi-0.2.35[${MULTILIB_USEDEP}] ) !media-video/qt-faststart @@ -204,7 +205,7 @@ local ffuse=( bzip2:bzlib cpudetection:runtime-cpudetect debug doc gnutls hardcoded-tables iconv lzma network openssl samba:libsmbclient - sdl:ffplay vaapi vdpau X:xlib zlib + sdl:ffplay vaapi vdpau X:xlib xcb:libxcb xcb:libxcb-shm xcb:libxcb-xfixes zlib ) use openssl && myconf+=( --enable-nonfree ) use samba && myconf+=( --enable-version3 ) 1.799 media-video/ffmpeg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.799&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.799&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?r1=1.798&r2=1.799 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v retrieving revision 1.798 retrieving revision 1.799 diff -u -r1.798 -r1.799 --- ChangeLog 11 Oct 2014 13:09:41 -0000 1.798 +++ ChangeLog 31 Oct 2014 10:53:44 -0000 1.799 @@ -1,6 +1,9 @@ # ChangeLog for media-video/ffmpeg # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.798 2014/10/11 13:09:41 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.799 2014/10/31 10:53:44 aballier Exp $ + + 31 Oct 2014; Alexis Ballier ffmpeg-9999.ebuild: + add xcb useflag 11 Oct 2014; Markus Meier ffmpeg-1.2.6-r1.ebuild: arm stable, bug #512012