From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E8C3113873B for ; Fri, 29 Dec 2017 23:41:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C110E0CA4; Fri, 29 Dec 2017 23:41:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E2BFCE0CA4 for ; Fri, 29 Dec 2017 23:41:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A9EA334105A for ; Fri, 29 Dec 2017 23:41:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4114E9C2F for ; Fri, 29 Dec 2017 23:41:44 +0000 (UTC) From: "Andrey Utkin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Utkin" Message-ID: <1514590527.6acbedaa9a522aa4db58a38ba5aec7d43b0bf67c.andrey_utkin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/ffmpeg/ffmpeg-3.4.1.ebuild media-video/ffmpeg/ffmpeg-9999.ebuild media-video/ffmpeg/metadata.xml X-VCS-Directories: media-video/ffmpeg/ X-VCS-Committer: andrey_utkin X-VCS-Committer-Name: Andrey Utkin X-VCS-Revision: 6acbedaa9a522aa4db58a38ba5aec7d43b0bf67c X-VCS-Branch: master Date: Fri, 29 Dec 2017 23:41:44 +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: 59c0ef4c-826b-4579-be75-bdeba88e2b49 X-Archives-Hash: d10b809731679eec6e63b7cf3b41b0ce commit: 6acbedaa9a522aa4db58a38ba5aec7d43b0bf67c Author: Andrey Utkin gentoo org> AuthorDate: Wed Dec 27 00:45:57 2017 +0000 Commit: Andrey Utkin gentoo org> CommitDate: Fri Dec 29 23:35:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6acbedaa media-video/ffmpeg: add appkit USE flag This flag controls a corresponding configure option, which previously was left to autodetection, causing misdetection and compilation failure for users having GNUstep installed. Bug: https://bugs.gentoo.org/637482 Suggested-by: Alexis Ballier gentoo.org> Acked-by: Luca Barbato gentoo.org> Acked-by: Alexis Ballier gentoo.org> Package-Manager: Portage-2.3.17, Repoman-2.3.6 media-video/ffmpeg/ffmpeg-3.4.1.ebuild | 1 + media-video/ffmpeg/ffmpeg-9999.ebuild | 1 + media-video/ffmpeg/metadata.xml | 1 + 3 files changed, 3 insertions(+) diff --git a/media-video/ffmpeg/ffmpeg-3.4.1.ebuild b/media-video/ffmpeg/ffmpeg-3.4.1.ebuild index 5fc93de56d5..4e76b854556 100644 --- a/media-video/ffmpeg/ffmpeg-3.4.1.ebuild +++ b/media-video/ffmpeg/ffmpeg-3.4.1.ebuild @@ -78,6 +78,7 @@ FFMPEG_FLAG_MAP=( speex:libspeex svg:librsvg vorbis:libvorbis vpx:libvpx zvbi:libzvbi # libavfilter options + appkit bs2b:libbs2b chromaprint flite:libflite frei0r fribidi:libfribidi fontconfig ladspa libass truetype:libfreetype rubberband:librubberband zeromq:libzmq zimg:libzimg diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index 90e95767dd7..8c98ce138b0 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -78,6 +78,7 @@ FFMPEG_FLAG_MAP=( speex:libspeex svg:librsvg vorbis:libvorbis vpx:libvpx zvbi:libzvbi # libavfilter options + appkit bs2b:libbs2b chromaprint flite:libflite frei0r fribidi:libfribidi fontconfig ladspa libass truetype:libfreetype rubberband:librubberband zeromq:libzmq zimg:libzimg diff --git a/media-video/ffmpeg/metadata.xml b/media-video/ffmpeg/metadata.xml index a23d63c7c23..e55fc74c415 100644 --- a/media-video/ffmpeg/metadata.xml +++ b/media-video/ffmpeg/metadata.xml @@ -7,6 +7,7 @@ Enables Adaptive Multi-Rate Audio support Enables Adaptive Multi-Rate Audio encoding support with media-libs/vo-amrwbenc. + Enables Apple AppKit framework Enables optimizations for armv5te processors. Enables optimizations for armv6 processors. Enables optimizations for armv6t2 processors.