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 192C913829C for ; Thu, 9 Jun 2016 10:33:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E936814278; Thu, 9 Jun 2016 10:33:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4BE8D14278 for ; Thu, 9 Jun 2016 10:33:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E03E7340C23 for ; Thu, 9 Jun 2016 10:33:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AD78CFE for ; Thu, 9 Jun 2016 10:32:58 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1465468374.b76e8ed541040605773955463d2c17825efa48ad.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/ffmpeg/ffmpeg-9999.ebuild media-video/ffmpeg/metadata.xml X-VCS-Directories: media-video/ffmpeg/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: b76e8ed541040605773955463d2c17825efa48ad X-VCS-Branch: master Date: Thu, 9 Jun 2016 10:32:58 +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: 53472aaa-fe48-4bb0-b831-f05217855dc4 X-Archives-Hash: f39c49e8d45f3a71db18366e3548d5c4 commit: b76e8ed541040605773955463d2c17825efa48ad Author: Alexis Ballier gentoo org> AuthorDate: Thu Jun 9 10:32:47 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Jun 9 10:32:54 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b76e8ed5 media-video/ffmpeg: add ebur128 useflag, bug #584816 Package-Manager: portage-2.3.0_rc1 media-video/ffmpeg/ffmpeg-9999.ebuild | 7 ++++--- media-video/ffmpeg/metadata.xml | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index 04c1164..19db1ed 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -79,9 +79,9 @@ FFMPEG_FLAG_MAP=( schroedinger:libschroedinger speex:libspeex vorbis:libvorbis vpx:libvpx zvbi:libzvbi # libavfilter options - bs2b:libbs2b chromaprint flite:libflite frei0r fribidi:libfribidi - fontconfig ladspa libass truetype:libfreetype rubberband:librubberband - zimg:libzimg + bs2b:libbs2b chromaprint ebur128:libebur128 flite:libflite frei0r + fribidi:libfribidi fontconfig ladspa libass truetype:libfreetype + rubberband:librubberband zimg:libzimg # libswresample options libsoxr # Threads; we only support pthread for now but ffmpeg supports more @@ -162,6 +162,7 @@ RDEPEND=" cdio? ( >=dev-libs/libcdio-paranoia-0.90_p1-r1[${MULTILIB_USEDEP}] ) celt? ( >=media-libs/celt-0.11.1-r1[${MULTILIB_USEDEP}] ) chromaprint? ( >=media-libs/chromaprint-1.2-r1[${MULTILIB_USEDEP}] ) + ebur128? ( >=media-libs/libebur128-1.1.0[${MULTILIB_USEDEP}] ) encode? ( amrenc? ( >=media-libs/vo-amrwbenc-0.1.2-r1[${MULTILIB_USEDEP}] ) faac? ( >=media-libs/faac-1.28-r3[${MULTILIB_USEDEP}] ) diff --git a/media-video/ffmpeg/metadata.xml b/media-video/ffmpeg/metadata.xml index 06ac428..3d62696 100644 --- a/media-video/ffmpeg/metadata.xml +++ b/media-video/ffmpeg/metadata.xml @@ -19,6 +19,7 @@ Enables audio fingerprinting support with media-libs/chromaprint. Enables runtime CPU detection (useful for bindist, compatibility on other CPUs) Enables DCA decoding with media-sound/dcadec. + Enables EBU R128 loudness normalization filter via media-libs/libebur128 Use external faac library for AAC encoding Use external fdk-aac library for AAC encoding Adds a text-to-speech filter based on app-accessibility/flite.