Diff gst-plugins-libnice-0.1.19 with a gst-plugins-libnice-0.1.21

/usr/portage/media-plugins/gst-plugins-libnice/gst-plugins-libnice-0.1.21.ebuild 2023-10-09 14:52:31.728368407 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5
inherit meson-multilib
6 6

  
7 7
DESCRIPTION="GStreamer plugin for ICE (RFC 5245) support"
8
HOMEPAGE="https://nice.freedesktop.org/wiki/"
8
HOMEPAGE="https://libnice.freedesktop.org/"
9 9
MY_P=libnice-${PV}
10 10
SRC_URI="https://nice.freedesktop.org/releases/${MY_P}.tar.gz"
11 11

  
12 12
LICENSE="|| ( MPL-1.1 LGPL-2.1 )"
13 13
SLOT="1.0"
14
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
14
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
15 15
IUSE=""
16 16

  
17 17
RDEPEND="
......
23 23
BDEPEND="virtual/pkgconfig"
24 24

  
25 25
PATCHES=(
26
	"${FILESDIR}"/gst-plugins-libnice-0.1.18-use-installed-libnice.patch
26
	"${FILESDIR}"/gst-plugins-libnice-0.1.21-no-install-version.patch
27
	"${FILESDIR}"/gst-plugins-libnice-0.1.21-use-installed-libnice.patch
27 28
)
28 29

  
29 30
S=${WORKDIR}/${MY_P}
......
38 39
		-Dintrospection=disabled
39 40
		-Dgupnp=disabled
40 41
	)
41

  
42 42
	meson_src_configure
43 43
}
Thank you!