Diff gst-plugins-good-1.20.6 with a gst-plugins-good-1.22.3-r2
/usr/portage/media-libs/gst-plugins-good/gst-plugins-good-1.22.3-r2.ebuild 2023-10-09 14:52:31.668368405 +0300 | ||
---|---|---|
10 | 10 |
HOMEPAGE="https://gstreamer.freedesktop.org/" |
11 | 11 | |
12 | 12 |
LICENSE="LGPL-2.1+" |
13 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86" |
|
13 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" |
|
14 | 14 |
IUSE="+orc" |
15 | 15 | |
16 |
# Old media-libs/gst-plugins-ugly blocker for xingmux moving from ugly->good |
|
16 | 17 |
RDEPEND=" |
18 |
!<media-libs/gst-plugins-ugly-1.22.3 |
|
17 | 19 |
>=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}] |
18 | 20 |
>=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] |
19 | 21 |
>=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] |
20 |
orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] ) |
|
22 |
orc? ( >=dev-lang/orc-0.4.33[${MULTILIB_USEDEP}] ) |
|
21 | 23 |
" |
22 | 24 |
DEPEND="${RDEPEND}" |
23 | 25 |
BDEPEND="" |
... | ... | |
42 | 44 | |
43 | 45 |
# gst-plugins-v4l2 |
44 | 46 |
-Dv4l2=disabled |
47 | ||
48 |
# TODO: These two almost certainly need to be their own |
|
49 |
# gst-plugins-qt5 & qt-plugins-qt6. |
|
50 |
-Dqt5=disabled |
|
51 |
-Dqt6=disabled |
|
45 | 52 |
) |
46 | 53 | |
47 | 54 |
gstreamer_multilib_src_configure |