From 89fc056b68f101401859a06e545d62553606ae7b Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Fri, 26 Jun 2015 14:42:25 +0000 Subject: add snappy useflag Signed-off-by: Alexis Ballier (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A) --- media-video/ffmpeg/ChangeLog | 6 +++++- media-video/ffmpeg/ffmpeg-9999.ebuild | 8 +++++--- media-video/ffmpeg/metadata.xml | 1 + 3 files changed, 11 insertions(+), 4 deletions(-) (limited to 'media-video') diff --git a/media-video/ffmpeg/ChangeLog b/media-video/ffmpeg/ChangeLog index 2eb6ed9889ae..204bca824c03 100644 --- a/media-video/ffmpeg/ChangeLog +++ b/media-video/ffmpeg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/ffmpeg # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.868 2015/06/22 08:15:39 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.869 2015/06/26 14:42:25 aballier Exp $ + + 26 Jun 2015; Alexis Ballier ffmpeg-9999.ebuild, + metadata.xml: + add snappy useflag *ffmpeg-2.2.16 (22 Jun 2015) diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index ba1bf53f93df..92e475524ec3 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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.190 2015/05/29 09:45:15 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.191 2015/06/26 14:42:25 aballier Exp $ EAPI="5" @@ -90,8 +90,9 @@ FFMPEG_FLAG_MAP=( # Same as above but for encoders, i.e. they do something only with USE=encode. FFMPEG_ENCODER_FLAG_MAP=( aac:libvo-aacenc amrenc:libvo-amrwbenc mp3:libmp3lame - aacplus:libaacplus faac:libfaac theora:libtheora twolame:libtwolame - wavpack:libwavpack webp:libwebp x264:libx264 x265:libx265 xvid:libxvid + aacplus:libaacplus faac:libfaac snappy:libsnappy theora:libtheora + twolame:libtwolame wavpack:libwavpack webp:libwebp x264:libx264 x265:libx265 + xvid:libxvid ) IUSE=" @@ -164,6 +165,7 @@ RDEPEND=" amrenc? ( >=media-libs/vo-amrwbenc-0.1.2-r1[${MULTILIB_USEDEP}] ) faac? ( >=media-libs/faac-1.28-r3[${MULTILIB_USEDEP}] ) mp3? ( >=media-sound/lame-3.99.5-r1[${MULTILIB_USEDEP}] ) + snappy? ( >=app-arch/snappy-1.1.2-r1[${MULTILIB_USEDEP}] ) theora? ( >=media-libs/libtheora-1.1.1[encode,${MULTILIB_USEDEP}] >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] diff --git a/media-video/ffmpeg/metadata.xml b/media-video/ffmpeg/metadata.xml index e432f7bebad0..0e878c5973b5 100644 --- a/media-video/ffmpeg/metadata.xml +++ b/media-video/ffmpeg/metadata.xml @@ -42,6 +42,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 app-arch/snappy support. Required for e.g. Vidvox Hap encoder. Enable SSH/sftp support via net-libs/libssh. Enables MP2 encoding via media-sound/twolame as an alternative to the internal encoder. Adds support for SIMD optimizations for UltraSPARC processors. -- cgit v1.2.3-65-gdbad