media-tv/v4l-utils: Add transitional ebuild before we last-rite this package

I didn't think this would be necessary, but Portage cannot backtrack around
blockers, causing issues for users with v4l-utils in their world file.

Closes: https://bugs.gentoo.org/920321
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
James Le Cuirot
2023-12-19 23:09:05 +00:00
parent c318dc516a
commit 4da57ad96e

View File

@@ -0,0 +1,14 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Transitional package to be superseded by media-libs/libv4l[utils]"
HOMEPAGE="https://git.linuxtv.org/v4l-utils.git"
LICENSE="GPL-2+ LGPL-2.1+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="+bpf dvb qt5"
RDEPEND=">=media-libs/libv4l-${PV}[utils,bpf?,dvb?,qt5?]"