Diff gst-plugins-soup-1.20.6 with a gst-plugins-soup-1.22.3
/usr/portage/media-plugins/gst-plugins-soup/gst-plugins-soup-1.22.3.ebuild 2023-10-09 14:52:31.732368407 +0300 | ||
---|---|---|
7 | 7 |
inherit gstreamer-meson |
8 | 8 | |
9 | 9 |
DESCRIPTION="HTTP client source/sink plugin for GStreamer" |
10 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~x64-macos" |
|
10 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos" |
|
11 | 11 | |
12 |
RDEPEND=">=net-libs/libsoup-2.48:2.4[${MULTILIB_USEDEP}]" |
|
12 |
# Checks at runtime which libsoup was linked in and picks the appropriate one. |
|
13 |
# Need both here to guarantee consumers will work. |
|
14 |
# May be able to get rid of 2.4 later if it's possible to build 2.4 support |
|
15 |
# from 3.0 headers. |
|
16 |
RDEPEND=" |
|
17 |
>=net-libs/libsoup-2.48:2.4[${MULTILIB_USEDEP}] |
|
18 |
net-libs/libsoup:3.0[${MULTILIB_USEDEP}] |
|
19 |
" |
|
13 | 20 |
DEPEND="${RDEPEND}" |