From 95024ccd12a789273db83860ab5be2a3c86d83b1 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Sun, 27 Jul 2014 08:26:52 +0000 Subject: add bs2b useflag (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 160F534A) --- media-video/ffmpeg/ChangeLog | 6 +++++- media-video/ffmpeg/ffmpeg-9999.ebuild | 7 ++++--- media-video/ffmpeg/metadata.xml | 1 + 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/media-video/ffmpeg/ChangeLog b/media-video/ffmpeg/ChangeLog index dc743ec5568e..e6e6d4665e04 100644 --- a/media-video/ffmpeg/ChangeLog +++ b/media-video/ffmpeg/ChangeLog @@ -1,6 +1,10 @@ # 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.764 2014/07/27 08:06:12 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.765 2014/07/27 08:26:52 aballier Exp $ + + 27 Jul 2014; Alexis Ballier ffmpeg-9999.ebuild, + metadata.xml: + add bs2b useflag 27 Jul 2014; Alexis Ballier ffmpeg-9999.ebuild: handle existing release notes, bug #515118 diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index 6b2117c89a41..d753f1218cfd 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -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.161 2014/07/27 08:06:12 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.162 2014/07/27 08:26:52 aballier Exp $ EAPI="5" @@ -40,7 +40,7 @@ if [ "${PV#9999}" = "${PV}" ] ; then KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" fi IUSE=" - aac aacplus alsa amr amrenc bindist bluray +bzip2 cdio celt + aac aacplus alsa amr amrenc bindist bluray bs2b +bzip2 cdio celt 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 opengl @@ -77,6 +77,7 @@ RDEPEND=" alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] ) amr? ( >=media-libs/opencore-amr-0.1.3-r1[${MULTILIB_USEDEP}] ) bluray? ( >=media-libs/libbluray-0.3.0-r1[${MULTILIB_USEDEP}] ) + bs2b? ( >=media-libs/libbs2b-3.1.0-r1[${MULTILIB_USEDEP}] ) bzip2? ( >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] ) cdio? ( || ( @@ -243,7 +244,7 @@ multilib_src_configure() { done # libavfilter options - ffuse+=( flite:libflite frei0r fontconfig ladspa libass truetype:libfreetype ) + ffuse+=( bs2b:libbs2b flite:libflite frei0r fontconfig ladspa libass truetype:libfreetype ) # libswresample options ffuse+=( libsoxr ) diff --git a/media-video/ffmpeg/metadata.xml b/media-video/ffmpeg/metadata.xml index 7406009adb11..4997ae4d1530 100644 --- a/media-video/ffmpeg/metadata.xml +++ b/media-video/ffmpeg/metadata.xml @@ -22,6 +22,7 @@ Adds support for Advanced Vector Extensions 2 instructions (Intel Haswell and later chips) Enforces license compatibility constraints via REQUIRED_USE. Enable playback of Blu-ray filesystems + Enables media-libs/libbs2b based Bauer stereo-to-binaural filter. Enables audio CD grabbing with dev-libs/libcdio. Adds Xiph CELT audio decoding support via media-libs/celt Enables runtime CPU detection (useful for bindist, compatibility on other CPUs) -- cgit v1.2.3-65-gdbad