Сравнение gst-plugins-vaapi-1.20.3 с gst-plugins-vaapi-1.20.4
/usr/portage/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.20.4.ebuild 2023-10-09 14:52:31.736368407 +0300 | ||
---|---|---|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=7 |
5 |
PYTHON_COMPAT=( python3_{9..10} ) |
|
5 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
6 | 6 | |
7 | 7 |
inherit gstreamer-meson python-any-r1 |
8 | 8 | |
... | ... | |
13 | 13 | |
14 | 14 |
LICENSE="LGPL-2.1+" |
15 | 15 |
SLOT="1.0" |
16 |
KEYWORDS="amd64 arm64 ppc64 ~riscv x86" |
|
16 |
KEYWORDS="amd64 arm64 ~loong ppc64 ~riscv x86" |
|
17 | 17 |
IUSE="+drm +egl gles2 +opengl wayland +X" # Keep default enabled IUSE in sync with gst-plugins-base and libva |
18 | 18 | |
19 | 19 |
# gst-vaapi configure is based around GL platform mainly, unlike gst-plugins-bad that goes by GL API mainly; for less surprises, |