diff options
author | Martin Väth <martin@mvath.de> | 2024-03-16 13:44:51 +0100 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2024-03-16 13:44:51 +0100 |
commit | 104ba871933096602d180f5a9fb9a11a6c8f1a1a (patch) | |
tree | d34a7b564cfcc5826469ac3d8c655455acdc92a0 | |
parent | sci-geosciences/googleearth: https://github.com/vaeth/mv-overlay/issues/39 (diff) | |
download | mv-104ba871933096602d180f5a9fb9a11a6c8f1a1a.tar.gz mv-104ba871933096602d180f5a9fb9a11a6c8f1a1a.tar.bz2 mv-104ba871933096602d180f5a9fb9a11a6c8f1a1a.zip |
media-tv/w_scan: Fix dependencies
Signed-off-by: Martin Väth <martin@mvath.de>
-rw-r--r-- | media-tv/w_scan/w_scan-20170107-r1.ebuild | 6 | ||||
-rw-r--r-- | metadata/pkg_desc_index | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-tv/w_scan/w_scan-20170107-r1.ebuild b/media-tv/w_scan/w_scan-20170107-r1.ebuild index 1ba1a793..7ec9ad59 100644 --- a/media-tv/w_scan/w_scan-20170107-r1.ebuild +++ b/media-tv/w_scan/w_scan-20170107-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors and Martin V\"ath +# Copyright 1999-2024 Gentoo Authors and Martin V\"ath # Distributed under the terms of the GNU General Public License v2 EAPI=8 RESTRICT="mirror" -DESCRIPTION="Scan for DVB-C/DVB-T/DVB-S channels without prior knowledge of frequencies" +DESCRIPTION="Scan DVB-C/DVB-T/DVB-S channels" HOMEPAGE="http://wirbel.htpc-forum.de/w_scan/index2.html" SRC_URI="http://wirbel.htpc-forum.de/w_scan/${P}.tar.bz2" @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" IUSE="doc examples +plp-id-zero" -DEPEND=">=virtual/linuxtv-dvb-headers-5.8" +DEPEND="sys-kernel/linux-headers" RDEPEND="" src_prepare() { diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index index 22460a0f..b250ce35 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -81,7 +81,7 @@ media-gfx/libspiro 20200505-r1: A spline computation library media-gfx/pqiv 2.11: powerful GTK based command-line image viewer with a minimal UI media-tv/nvtv 0.4.7-r3: TV-Out for NVidia cards media-tv/sundtek-tv 221030.153539: Sundtek MediaTV Pro III Drivers -media-tv/w_scan 20170107-r1: Scan for DVB-C/DVB-T/DVB-S channels without prior knowledge of frequencies +media-tv/w_scan 20170107-r1: Scan DVB-C/DVB-T/DVB-S channels media-video/avidemux 2.7.8: Video editor designed for simple cutting, filtering and encoding tasks media-video/avinfo 1.0_alpha15_p1-r1: Utility for displaying AVI information media-video/video-mv 17.3: Frontends for using mplayer/mencoder, ffmpeg/libav, or tzap as video recorder |