Gentoo Archives: gentoo-dev

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-dev@l.g.o
Cc: media-video@g.o, Georgy Yakovlev <gyakovlev@g.o>
Subject: [gentoo-dev] [PATCH] profiles/targets/desktop: disable USE=xvid by default
Date: Wed, 12 Jan 2022 02:45:33
Message-Id: 20220112024519.939195-1-gyakovlev@gentoo.org
1 it's an ancient codec that is barely used nowadays
2 so let's disable it by default.
3 Users are free to re-enable if required.
4
5 Bug: https://bugs.gentoo.org/831044
6 Signed-off-by: Georgy Yakovlev <gyakovlev@g.o>
7 ---
8 profiles/targets/desktop/make.defaults | 4 ++--
9 1 file changed, 2 insertions(+), 2 deletions(-)
10
11 diff --git a/profiles/targets/desktop/make.defaults b/profiles/targets/desktop/make.defaults
12 index d7eab4cd0587..34470e021ca0 100644
13 --- a/profiles/targets/desktop/make.defaults
14 +++ b/profiles/targets/desktop/make.defaults
15 @@ -1,4 +1,4 @@
16 -# Copyright 1999-2020 Gentoo Authors
17 +# Copyright 1999-2022 Gentoo Authors
18 # Distributed under the terms of the GNU General Public License v2
19
20 -USE="a52 aac acpi alsa bluetooth branding cairo cdda cdr cups dbus dri dts dvd dvdr elogind emboss encode exif flac gif gpm gtk gui icu jpeg lcms libnotify mad mng mp3 mp4 mpeg ogg opengl pango pdf png policykit ppds qt5 sdl spell startup-notification svg tiff truetype vorbis udev udisks unicode upower usb wxwidgets X xcb x264 xml xv xvid"
21 +USE="a52 aac acpi alsa bluetooth branding cairo cdda cdr cups dbus dri dts dvd dvdr elogind emboss encode exif flac gif gpm gtk gui icu jpeg lcms libnotify mad mng mp3 mp4 mpeg ogg opengl pango pdf png policykit ppds qt5 sdl spell startup-notification svg tiff truetype vorbis udev udisks unicode upower usb wxwidgets X xcb x264 xml xv"
22 --
23 2.34.1

Replies