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 C9BCC13888F for ; Fri, 30 Oct 2015 14:45:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 379C9E07F9; Fri, 30 Oct 2015 14:45:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B8ADE07F9 for ; Fri, 30 Oct 2015 14:45:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DCECB340CB4 for ; Fri, 30 Oct 2015 14:45:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACBF01B1B for ; Fri, 30 Oct 2015 14:45:39 +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: <1446216333.4775fca7d28824ab148f76a8ed25b24edd364bd8.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: 4775fca7d28824ab148f76a8ed25b24edd364bd8 X-VCS-Branch: master Date: Fri, 30 Oct 2015 14:45:39 +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: 755c6c64-8c3a-4009-83c7-da7bb9c013f0 X-Archives-Hash: 3b45425fa5b0af4e49630ff6c7857f81 commit: 4775fca7d28824ab148f76a8ed25b24edd364bd8 Author: Alexis Ballier gentoo org> AuthorDate: Fri Oct 30 14:45:02 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Oct 30 14:45:33 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4775fca7 media-video/ffmpeg: Add chromaprint useflag. Package-Manager: portage-2.2.23 media-video/ffmpeg/ffmpeg-9999.ebuild | 6 ++++-- media-video/ffmpeg/metadata.xml | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index e02d1bc..5f63b0c 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -79,8 +79,9 @@ FFMPEG_FLAG_MAP=( schroedinger:libschroedinger speex:libspeex vorbis:libvorbis vpx:libvpx zvbi:libzvbi # libavfilter options - bs2b:libbs2b flite:libflite frei0r fribidi:libfribidi fontconfig ladspa - libass truetype:libfreetype rubberband:librubberband zimg:libzimg + bs2b:libbs2b chromaprint 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 @@ -160,6 +161,7 @@ RDEPEND=" bzip2? ( >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] ) 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}] ) encode? ( aac? ( >=media-libs/vo-aacenc-0.1.3[${MULTILIB_USEDEP}] ) aacplus? ( >=media-libs/libaacplus-2.0.2-r1[${MULTILIB_USEDEP}] ) diff --git a/media-video/ffmpeg/metadata.xml b/media-video/ffmpeg/metadata.xml index 0c65704..53adfac 100644 --- a/media-video/ffmpeg/metadata.xml +++ b/media-video/ffmpeg/metadata.xml @@ -17,6 +17,7 @@ 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 audio fingerprinting support with media-libs/chromaprint. Enables runtime CPU detection (useful for bindist, compatibility on other CPUs) Use external faac library for AAC encoding Use external fdk-aac library for AAC encoding