# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit bash-completion-r1 multilib-minimal pax-utils DESCRIPTION="Open source multimedia framework" HOMEPAGE="https://gstreamer.freedesktop.org/" SRC_URI="https://${PN}.freedesktop.org/src/${PN}/${P}.tar.xz" LICENSE="LGPL-2+" SLOT="1.0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86" IUSE="+caps +introspection nls +orc test unwind" RESTRICT="!test? ( test )" RDEPEND=" >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}] caps? ( sys-libs/libcap[${MULTILIB_USEDEP}] ) introspection? ( >=dev-libs/gobject-introspection-1.31.1:= ) unwind? ( >=sys-libs/libunwind-1.2_rc1[${MULTILIB_USEDEP}] dev-libs/elfutils[${MULTILIB_USEDEP}] ) !