summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2023-12-19 23:09:05 +0000
committerJames Le Cuirot <chewi@gentoo.org>2023-12-19 23:09:05 +0000
commit4da57ad96e0c8e21cae00719d1fba20f4c2be046 (patch)
treec8b0f8ce3a5e12683c06e844b57c457beccdcf12 /media-tv/v4l-utils
parentmedia-sound/zynaddsubfx: build new UI instead of unmaintained one (diff)
downloadgentoo-4da57ad96e0c8e21cae00719d1fba20f4c2be046.tar.gz
gentoo-4da57ad96e0c8e21cae00719d1fba20f4c2be046.tar.bz2
gentoo-4da57ad96e0c8e21cae00719d1fba20f4c2be046.zip
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>
Diffstat (limited to 'media-tv/v4l-utils')
-rw-r--r--media-tv/v4l-utils/v4l-utils-1.26.ebuild14
1 files changed, 14 insertions, 0 deletions
diff --git a/media-tv/v4l-utils/v4l-utils-1.26.ebuild b/media-tv/v4l-utils/v4l-utils-1.26.ebuild
new file mode 100644
index 000000000000..4c300a474c80
--- /dev/null
+++ b/media-tv/v4l-utils/v4l-utils-1.26.ebuild
@@ -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?]"