summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2024-02-26 06:50:36 +0100
committerMatthias Schwarzott <zzam@gentoo.org>2024-03-03 17:35:22 +0100
commit14842b1835a433d78a6f845ac6af3c9ea028aa32 (patch)
tree6913fbe8e67052df3c8b18137ca6593fe706b02b /media-video/mpv
parentdev-lisp/sbcl: bump to 2.4.2 (diff)
downloadgentoo-14842b1835a433d78a6f845ac6af3c9ea028aa32.tar.gz
gentoo-14842b1835a433d78a6f845ac6af3c9ea028aa32.tar.bz2
gentoo-14842b1835a433d78a6f845ac6af3c9ea028aa32.zip
*/*: Remove dependency on virtual/linuxtv-dvb-headers
virtual/linuxtv-dvb-headers has been important in the past when linux-headers was not yet up-to-date. Now it just pulls in sys-kernel/linux-headers. Even that could be dropped as it is part of @system. But this might not be valid everywhere. Bug: https://bugs.gentoo.org/924398 Signed-off-by: Matthias Schwarzott <zzam@gentoo.org>
Diffstat (limited to 'media-video/mpv')
-rw-r--r--media-video/mpv/mpv-0.37.0-r1.ebuild2
-rw-r--r--media-video/mpv/mpv-0.37.0.ebuild4
-rw-r--r--media-video/mpv/mpv-9999.ebuild2
3 files changed, 4 insertions, 4 deletions
diff --git a/media-video/mpv/mpv-0.37.0-r1.ebuild b/media-video/mpv/mpv-0.37.0-r1.ebuild
index df733bafe674..9ac7b7e545b7 100644
--- a/media-video/mpv/mpv-0.37.0-r1.ebuild
+++ b/media-video/mpv/mpv-0.37.0-r1.ebuild
@@ -116,7 +116,7 @@ RDEPEND="
DEPEND="
${COMMON_DEPEND}
X? ( x11-base/xorg-proto )
- dvb? ( virtual/linuxtv-dvb-headers )
+ dvb? ( sys-kernel/linux-headers )
nvenc? ( media-libs/nv-codec-headers )
wayland? ( dev-libs/wayland-protocols )
"
diff --git a/media-video/mpv/mpv-0.37.0.ebuild b/media-video/mpv/mpv-0.37.0.ebuild
index 4120f51db273..f7dd7257fca2 100644
--- a/media-video/mpv/mpv-0.37.0.ebuild
+++ b/media-video/mpv/mpv-0.37.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -123,7 +123,7 @@ RDEPEND="
DEPEND="
${COMMON_DEPEND}
X? ( x11-base/xorg-proto )
- dvb? ( virtual/linuxtv-dvb-headers )
+ dvb? ( sys-kernel/linux-headers )
nvenc? ( media-libs/nv-codec-headers )
wayland? ( dev-libs/wayland-protocols )
"
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index c10b20b3c11a..a79aeac37bd3 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -113,7 +113,7 @@ RDEPEND="
DEPEND="
${COMMON_DEPEND}
X? ( x11-base/xorg-proto )
- dvb? ( virtual/linuxtv-dvb-headers )
+ dvb? ( sys-kernel/linux-headers )
nvenc? ( media-libs/nv-codec-headers )
wayland? ( dev-libs/wayland-protocols )
"