# Copyright 1999-2022 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 URELEASE="jammy" inherit autotools eutils ubuntu-versionator vala UVER_PREFIX="+16.04.${PVR_MICRO}" DESCRIPTION="Video lens for the Unity desktop" HOMEPAGE="https://launchpad.net/unity-lens-video" SRC_URI="${UURL}/${MY_P}${UVER_PREFIX}.orig.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RESTRICT="mirror" RDEPEND="!unity-lenses/unity-scope-video-remote dev-libs/dee:= dev-libs/libunity:=" DEPEND="dev-libs/dee dev-libs/glib:2 dev-libs/json-glib dev-libs/libgee dev-libs/libunity dev-libs/libzeitgeist net-libs/libsoup unity-base/unity $(vala_depend)" S="${WORKDIR}/${PN}-${PV}${UVER_PREFIX}" src_prepare() { ubuntu-versionator_src_prepare vala_src_prepare export VALA_API_GEN="$VAPIGEN" eautoreconf }