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 948F3138350 for ; Mon, 6 Apr 2020 05:30:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6530E0CBD; Mon, 6 Apr 2020 05:30:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 AF818E0CBD for ; Mon, 6 Apr 2020 05:30:46 +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 1C76134F020 for ; Mon, 6 Apr 2020 05:30:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09AA018F for ; Mon, 6 Apr 2020 05:30:43 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1586151011.a9437f95d9570c9897a2a87787c40a3cfa21f2b4.mgorny@gentoo> Subject: [gentoo-commits] data/gentoo-news:master commit in: 2015-04-16-ffmpeg-default/ X-VCS-Repository: data/gentoo-news X-VCS-Files: 2015-04-16-ffmpeg-default/2015-04-16-ffmpeg-default.en.txt X-VCS-Directories: 2015-04-16-ffmpeg-default/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a9437f95d9570c9897a2a87787c40a3cfa21f2b4 X-VCS-Branch: master Date: Mon, 6 Apr 2020 05:30:43 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a46eb434-1c75-4dd8-9025-7478d37654b7 X-Archives-Hash: 344fd346d216c85356835dd7618cb804 commit: a9437f95d9570c9897a2a87787c40a3cfa21f2b4 Author: Michał Górny gentoo org> AuthorDate: Mon Apr 6 05:30:11 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Apr 6 05:30:11 2020 +0000 URL: https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=a9437f95 Remove the item about ffmpeg default as well Suggested by Matt. Signed-off-by: Michał Górny gentoo.org> .../2015-04-16-ffmpeg-default.en.txt | 25 ---------------------- 1 file changed, 25 deletions(-) diff --git a/2015-04-16-ffmpeg-default/2015-04-16-ffmpeg-default.en.txt b/2015-04-16-ffmpeg-default/2015-04-16-ffmpeg-default.en.txt deleted file mode 100644 index 82c01f1..0000000 --- a/2015-04-16-ffmpeg-default/2015-04-16-ffmpeg-default.en.txt +++ /dev/null @@ -1,25 +0,0 @@ -Title: FFmpeg default -Author: Ben de Groot -Content-Type: text/plain -Posted: 2015-04-16 -Revision: 1 -News-Item-Format: 1.0 -Display-If-Installed: media-video/ffmpeg -Display-If-Installed: media-video/libav - -Since the choice between ffmpeg and libav has been made more -explicit, there has been a lot of discussion about what the -default implementation should be. It can be concluded that -media-video/ffmpeg has wider support, and would be somewhat -more convenient for most end-users. - -For this reason the default implementation has been switched -back from media-video/libav to media-video/ffmpeg by removing -the libav useflag from the base profile. - -If the libav useflag is already globally enabled or disabled -in /etc/portage/make.conf, then no further action is required. - -Users who implicitly relied on libav being enabled in their -profile, and who wish to continue using libav, should enable -USE=libav in their /etc/portage/make.conf file.