summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository mirror & CI <repomirrorci@gentoo.org>2020-04-06 08:38:49 +0000
committerRepository mirror & CI <repomirrorci@gentoo.org>2020-04-06 08:38:49 +0000
commit4f34aecac2985d6dfbdc894fd713ac7a74bb39ec (patch)
tree289af7f3fae50ba1074a577701694cea96ff7653 /metadata/news
parentMerge updates from master (diff)
parentRemove the item about ffmpeg default as well (diff)
downloadgentoo-4f34aecac2985d6dfbdc894fd713ac7a74bb39ec.tar.gz
gentoo-4f34aecac2985d6dfbdc894fd713ac7a74bb39ec.tar.bz2
gentoo-4f34aecac2985d6dfbdc894fd713ac7a74bb39ec.zip
Merge commit 'a9437f95d9570c9897a2a87787c40a3cfa21f2b4'
Diffstat (limited to 'metadata/news')
-rw-r--r--metadata/news/2015-02-01-use-libav/2015-02-01-use-libav.en.txt35
-rw-r--r--metadata/news/2015-04-16-ffmpeg-default/2015-04-16-ffmpeg-default.en.txt25
2 files changed, 0 insertions, 60 deletions
diff --git a/metadata/news/2015-02-01-use-libav/2015-02-01-use-libav.en.txt b/metadata/news/2015-02-01-use-libav/2015-02-01-use-libav.en.txt
deleted file mode 100644
index 47d54f476d90..000000000000
--- a/metadata/news/2015-02-01-use-libav/2015-02-01-use-libav.en.txt
+++ /dev/null
@@ -1,35 +0,0 @@
-Title: ffmpeg/libav conflict management: USE=libav
-Author: Michał Górny <mgorny@gentoo.org>
-Content-Type: text/plain
-Posted: 2015-02-01
-Revision: 2
-News-Item-Format: 1.0
-Display-If-Installed: media-video/ffmpeg
-Display-If-Installed: media-video/libav
-
-The support for automatic choice between ffmpeg and libav is going to be
-deprecated in favor of explicit choice via USE flags. This change aims
-to solve multiple repeating issues, including Portage undesirably
-wanting to replace one package with the other, lack of proper reverse
-dependency on ffmpeg/libav upgrades and some of the hard-to-understand
-upgrade failures involving blockers. It also may be used to make ffmpeg
-and libav co-installable in the future.
-
-The current USE=ffmpeg will maintain its role of enabling optional
-support for ffmpeg or a compatible implementation (libav) in a package.
-However, whenever appropriate additional USE=libav will be introduced to
-control the preference of one implementation over the other.
-
-Users who currently use libav need to enable USE=libav in
-/etc/portage/make.conf. It should be noted that users still need to
-enable USE=ffmpeg on packages with optional libav support as well.
-Users who currently use ffmpeg need to take no action.
-
-Please also note that some packages support only one of the two
-implementations. An attempt to install one of those packages may result
-in blockers requiring the user changes the global USE=libav state.
-
-Please do not alter the state of 'libav' flag on a per-package basis
-(e.g. via package.use). The flag needs to be set globally to have
-consistent value throughout all packages. Otherwise, blockers will
-prevent upgrades.
diff --git a/metadata/news/2015-04-16-ffmpeg-default/2015-04-16-ffmpeg-default.en.txt b/metadata/news/2015-04-16-ffmpeg-default/2015-04-16-ffmpeg-default.en.txt
deleted file mode 100644
index 82c01f18678a..000000000000
--- a/metadata/news/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 <yngwin@gentoo.org>
-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.