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 218FC138247 for ; Tue, 5 Nov 2013 19:44:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D3D2E0ABC; Tue, 5 Nov 2013 19:44:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20AC1E0ABC for ; Tue, 5 Nov 2013 19:44:42 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 842E933DA49 for ; Tue, 5 Nov 2013 19:44:39 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2139) id A994F2004B; Tue, 5 Nov 2013 19:44:37 +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 metadata.xml ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ffmpeg-9999.ebuild metadata.xml 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: <20131105194437.A994F2004B@flycatcher.gentoo.org> Date: Tue, 5 Nov 2013 19:44:37 +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: 49827a59-e859-4fa8-b82f-8e587a52db16 X-Archives-Hash: 45716cc197d3a63ecad8860cfb465b9d aballier 13/11/05 19:44:37 Modified: ffmpeg-9999.ebuild metadata.xml ChangeLog Log: add ssh useflag (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 160F534A) Revision Changes Path 1.142 media-video/ffmpeg/ffmpeg-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?rev=1.142&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?rev=1.142&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?r1=1.141&r2=1.142 Index: ffmpeg-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v retrieving revision 1.141 retrieving revision 1.142 diff -u -r1.141 -r1.142 --- ffmpeg-9999.ebuild 26 Oct 2013 07:36:48 -0000 1.141 +++ ffmpeg-9999.ebuild 5 Nov 2013 19:44:37 -0000 1.142 @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.141 2013/10/26 07:36:48 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.142 2013/11/05 19:44:37 aballier Exp $ EAPI="5" @@ -44,7 +44,7 @@ cpudetection debug doc +encode examples faac fdk flite fontconfig frei0r gme gnutls gsm +hardcoded-tables +iconv iec61883 ieee1394 jack jpeg2k ladspa libass libcaca libsoxr libv4l modplug mp3 +network openal openssl opus - oss pic pulseaudio quvi rtmp schroedinger sdl speex static-libs test theora + oss pic pulseaudio quvi rtmp schroedinger sdl speex ssh static-libs test theora threads truetype twolame v4l vaapi vdpau vorbis vpx wavpack X x264 xvid +zlib zvbi " @@ -108,6 +108,7 @@ sdl? ( >=media-libs/libsdl-1.2.13-r1[audio,video] ) schroedinger? ( media-libs/schroedinger ) speex? ( >=media-libs/speex-1.2_beta3 ) + ssh? ( net-libs/libssh ) truetype? ( media-libs/freetype:2 ) vaapi? ( >=x11-libs/libva-0.32 ) vdpau? ( x11-libs/libvdpau ) @@ -210,7 +211,7 @@ # Decoders ffuse="${ffuse} amr:libopencore-amrwb amr:libopencore-amrnb fdk:libfdk-aac jpeg2k:libopenjpeg" use amr && myconf="${myconf} --enable-version3" - for i in bluray celt gme gsm modplug opus quvi rtmp schroedinger speex vorbis vpx zvbi; do + for i in bluray celt gme gsm modplug opus quvi rtmp ssh schroedinger speex vorbis vpx zvbi; do ffuse="${ffuse} ${i}:lib${i}" done use fdk && myconf="${myconf} --enable-nonfree" 1.59 media-video/ffmpeg/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/metadata.xml?rev=1.59&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/metadata.xml?rev=1.59&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/metadata.xml?r1=1.58&r2=1.59 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/metadata.xml,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- metadata.xml 11 Oct 2013 05:50:08 -0000 1.58 +++ metadata.xml 5 Nov 2013 19:44:37 -0000 1.59 @@ -38,6 +38,7 @@ Adds support for playing media from Internet services using the quvi project. Enable Real Time Messaging Protocol using librtmp Enable Dirac video support (an advanced royalty-free video compression format) via libschroedinger (high-speed implementation in C of the Dirac codec). + Enable SSH/sftp support via net-libs/libssh. Faster floating point optimization for SSSE3 capable chips (Intel Core 2 and later chips) Enables MP2 encoding via media-sound/twolame as an alternative to the internal encoder. Enables VAAPI (Video Acceleration API) for hardware decoding 1.688 media-video/ffmpeg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.688&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.688&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?r1=1.687&r2=1.688 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v retrieving revision 1.687 retrieving revision 1.688 diff -u -r1.687 -r1.688 --- ChangeLog 26 Oct 2013 07:36:48 -0000 1.687 +++ ChangeLog 5 Nov 2013 19:44:37 -0000 1.688 @@ -1,6 +1,10 @@ # ChangeLog for media-video/ffmpeg # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.687 2013/10/26 07:36:48 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.688 2013/11/05 19:44:37 aballier Exp $ + + 05 Nov 2013; Alexis Ballier ffmpeg-9999.ebuild, + metadata.xml: + add ssh useflag 26 Oct 2013; Alexis Ballier ffmpeg-0.10.9.ebuild, ffmpeg-1.0.7.ebuild, ffmpeg-1.0.8.ebuild, ffmpeg-1.2.3.ebuild,