diff options
author | James Le Cuirot <chewi@gentoo.org> | 2023-12-12 16:59:09 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2023-12-12 17:22:05 +0000 |
commit | 49e7f419407b9459c288b340c33ef8a494cf2751 (patch) | |
tree | fb29601aa9fc3bf71e9dc916adf139f23b16df09 /media-tv | |
parent | media-tv/ivtv-utils: Revbump to use libv4l[utils] instead of v4l-utils (diff) | |
download | gentoo-49e7f419407b9459c288b340c33ef8a494cf2751.tar.gz gentoo-49e7f419407b9459c288b340c33ef8a494cf2751.tar.bz2 gentoo-49e7f419407b9459c288b340c33ef8a494cf2751.zip |
media-tv/ivtvplayer: Revbump to use libv4l[utils] instead of v4l-utils
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/ivtvplayer/ivtvplayer-0.1.3-r3.ebuild (renamed from media-tv/ivtvplayer/ivtvplayer-0.1.3-r2.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-tv/ivtvplayer/ivtvplayer-0.1.3-r2.ebuild b/media-tv/ivtvplayer/ivtvplayer-0.1.3-r3.ebuild index 87acc4c1bb8f..856a466bd476 100644 --- a/media-tv/ivtvplayer/ivtvplayer-0.1.3-r2.ebuild +++ b/media-tv/ivtvplayer/ivtvplayer-0.1.3-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" IUSE="gtk" -RDEPEND="media-tv/v4l-utils +RDEPEND="media-libs/libv4l[utils(-)] || ( media-video/mplayer[v4l] media-video/mplayer[dvb] ) media-sound/alsa-utils |