mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-plugins/gst-plugins-libnice: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST libnice-0.1.18.tar.gz 439791 BLAKE2B 6bb68bb1484b4a622a580bc9c66b8be260d2615b211cf7991cb50a9f692df525cd0c3c9fc54ef86534426f396f8d2201966cdacfd3f69ff27193971f95886540 SHA512 08bac05874708f7e7a669d28727d8951a10c464b22dd6fada1a4644850bcf5c4cc022cce46bb24c806086a7869b274c4c7d3d6ddaa9ed0ce0bc2c47f72933227
|
||||
DIST libnice-0.1.19.tar.gz 453407 BLAKE2B 7bffde82a3e55d9aeeaadd159d944346a5192871e7f574e278dc43e8171e5fde472cd28186777a0b6cddd8bde34e035794b1c6b8f152c7fb4fae5202025bfdac SHA512 1c63cc0b7655186fd6f83da4dd607183d6ccfab9b7ad7189c1bea2ba7413183f24076aba5d6c7231d2ab3fbd471827256729a8a0c0d1bda48803586e68b3778b
|
||||
|
||||
@@ -1,43 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
inherit meson-multilib
|
||||
|
||||
DESCRIPTION="GStreamer plugin for ICE (RFC 5245) support"
|
||||
HOMEPAGE="https://nice.freedesktop.org/wiki/"
|
||||
MY_P=libnice-${PV}
|
||||
SRC_URI="https://nice.freedesktop.org/releases/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="|| ( MPL-1.1 LGPL-2.1 )"
|
||||
SLOT="1.0"
|
||||
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
~net-libs/libnice-${PV}[${MULTILIB_USEDEP}]
|
||||
media-libs/gstreamer:${SLOT}[${MULTILIB_USEDEP}]
|
||||
media-libs/gst-plugins-base:${SLOT}[${MULTILIB_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/gst-plugins-libnice-${PV}-use-installed-libnice.patch
|
||||
)
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
multilib_src_configure() {
|
||||
# gnutls vs openssl left intentionally automagic here - the chosen USE flag configuration of libnice will ensure
|
||||
# one of them is present, configure will be happy, but gstreamer bits don't use it, so it doesn't matter.
|
||||
# gupnp is not used in the gst plugin.
|
||||
local emesonargs=(
|
||||
-Dgstreamer=enabled
|
||||
-Dcrypto-library=auto
|
||||
-Dintrospection=disabled
|
||||
-Dgupnp=disabled
|
||||
)
|
||||
|
||||
meson_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user