Diff gst-plugins-bad-1.20.4-r1 with a gst-plugins-bad-1.20.5-r1
/usr/portage/media-libs/gst-plugins-bad/gst-plugins-bad-1.20.5-r1.ebuild 2023-10-09 14:52:31.668368405 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=7 |
5 | 5 |
GST_ORG_MODULE="gst-plugins-bad" |
6 |
PYTHON_COMPAT=( python3_{9,10,11} ) |
|
6 |
PYTHON_COMPAT=( python3_{8,9,10,11} ) |
|
7 | 7 |
inherit gstreamer-meson python-any-r1 |
8 | 8 | |
9 | 9 |
DESCRIPTION="Less plugins for GStreamer" |
... | ... | |
34 | 34 | |
35 | 35 |
orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] ) |
36 | 36 | |
37 |
qsv? ( media-libs/oneVPL[wayland?,X?] ) |
|
37 |
qsv? ( media-libs/oneVPL[wayland?,X?,${MULTILIB_USEDEP}] ) |
|
38 | 38 |
" |
39 | 39 | |
40 | 40 |
DEPEND="${RDEPEND}" |
... | ... | |
70 | 70 |
$(meson_feature wayland) |
71 | 71 |
) |
72 | 72 | |
73 |
# Quick Sync Video is amd64 native only |
|
74 |
if use qsv && multilib_is_native_abi; then |
|
73 |
if use qsv; then |
|
75 | 74 |
emesonargs+=( |
76 | 75 |
-Dmsdk=enabled |
77 | 76 |
-Dmfx_api=oneVPL |