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 C16DC138B20 for ; Tue, 19 Feb 2013 22:05:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F20621C049; Tue, 19 Feb 2013 22:05:37 +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 CA74521C049 for ; Tue, 19 Feb 2013 22:05:36 +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 C16F533DD93 for ; Tue, 19 Feb 2013 22:05:35 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2139) id 8A8DE2171D; Tue, 19 Feb 2013 22:05:34 +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: <20130219220534.8A8DE2171D@flycatcher.gentoo.org> Date: Tue, 19 Feb 2013 22:05:34 +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: 5d874131-d38d-4319-9649-b74443645218 X-Archives-Hash: 399f506e6732f4784cc364cf77b342d3 aballier 13/02/19 22:05:34 Modified: ffmpeg-9999.ebuild metadata.xml ChangeLog Log: add libsoxr useflag (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 160F534A) Revision Changes Path 1.115 media-video/ffmpeg/ffmpeg-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?rev=1.115&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?rev=1.115&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?r1=1.114&r2=1.115 Index: ffmpeg-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v retrieving revision 1.114 retrieving revision 1.115 diff -u -r1.114 -r1.115 --- ffmpeg-9999.ebuild 18 Feb 2013 18:55:08 -0000 1.114 +++ ffmpeg-9999.ebuild 19 Feb 2013 22:05:34 -0000 1.115 @@ -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.114 2013/02/18 18:55:08 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.115 2013/02/19 22:05:34 aballier Exp $ EAPI="4" @@ -32,9 +32,9 @@ aac aacplus alsa amr avresample bindist bluray +bzip2 cdio celt cpudetection debug doc +encode examples faac fdk flite fontconfig frei0r gnutls gsm +hardcoded-tables iec61883 ieee1394 jack jpeg2k libass libcaca - libv4l modplug mp3 network openal openssl opus oss pic pulseaudio rtmp - schroedinger sdl speex static-libs test theora threads truetype twolame v4l - vaapi vdpau vorbis vpx X x264 xvid +zlib + libsoxr libv4l modplug mp3 network openal openssl opus oss pic pulseaudio + rtmp schroedinger sdl speex static-libs test theora threads truetype twolame + v4l vaapi vdpau vorbis vpx X x264 xvid +zlib " # String for CPU features in the useflag[:configure_option] form @@ -81,6 +81,7 @@ jpeg2k? ( >=media-libs/openjpeg-1.3-r2 ) libass? ( media-libs/libass ) libcaca? ( media-libs/libcaca ) + libsoxr? ( media-libs/soxr ) libv4l? ( media-libs/libv4l ) modplug? ( media-libs/libmodplug ) openal? ( >=media-libs/openal-1.1 ) @@ -189,6 +190,8 @@ done use truetype && myconf="${myconf} --enable-libfreetype" use flite && myconf="${myconf} --enable-libflite" + # libswresample options + use libsoxr && myconf="${myconf} --enable-libsoxr" # Threads; we only support pthread for now but ffmpeg supports more use threads && myconf="${myconf} --enable-pthreads" 1.53 media-video/ffmpeg/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/metadata.xml?rev=1.53&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/metadata.xml?rev=1.53&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/metadata.xml?r1=1.52&r2=1.53 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/metadata.xml,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- metadata.xml 17 Jan 2013 14:12:14 -0000 1.52 +++ metadata.xml 19 Feb 2013 22:05:34 -0000 1.53 @@ -27,6 +27,7 @@ Enable frei0r wrapping in libavfilter Use pre-calculated tables rather than calculating them on the fly. Support for FireWire DV/HDV input device using media-libs/libiec61883. + Enables audio resampling through media-libs/soxr. Uses media-libs/libv4l for video4linux instead of direct calls. Adds support for more devices via the userspace library. Enables mmx2 support Enables network streaming support 1.605 media-video/ffmpeg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.605&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.605&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?r1=1.604&r2=1.605 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v retrieving revision 1.604 retrieving revision 1.605 diff -u -r1.604 -r1.605 --- ChangeLog 18 Feb 2013 18:55:08 -0000 1.604 +++ ChangeLog 19 Feb 2013 22:05:34 -0000 1.605 @@ -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.604 2013/02/18 18:55:08 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.605 2013/02/19 22:05:34 aballier Exp $ + + 19 Feb 2013; Alexis Ballier ffmpeg-9999.ebuild, + metadata.xml: + add libsoxr useflag 18 Feb 2013; Alexis Ballier ffmpeg-9999.ebuild: Add epatch_user, by Hristo Venev, bug #448612