From 4775fca7d28824ab148f76a8ed25b24edd364bd8 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Fri, 30 Oct 2015 15:45:02 +0100 Subject: 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(-) (limited to 'media-video') diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index e02d1bc7a83..5f63b0cebb5 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 0c65704c7bd..53adfacfd2d 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 -- cgit v1.2.1