diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-07-29 22:29:12 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-07-29 22:32:04 +0100 |
commit | dd878a1c43e324b9e51d94fd5845b8a082cb95ef (patch) | |
tree | 8697d87798026f645a2d854bd1121d044ab870bb /media-tv | |
parent | media-tv/ivtv-utils: Stabilise 1.4.1-r1 on amd64 and x86 (diff) | |
download | gentoo-dd878a1c43e324b9e51d94fd5845b8a082cb95ef.tar.gz gentoo-dd878a1c43e324b9e51d94fd5845b8a082cb95ef.tar.bz2 gentoo-dd878a1c43e324b9e51d94fd5845b8a082cb95ef.zip |
media-tv/ivtv-utils: Drop old 1.4.1
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/ivtv-utils/ivtv-utils-1.4.1.ebuild | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/media-tv/ivtv-utils/ivtv-utils-1.4.1.ebuild b/media-tv/ivtv-utils/ivtv-utils-1.4.1.ebuild deleted file mode 100644 index 57a6fc766ab5..000000000000 --- a/media-tv/ivtv-utils/ivtv-utils-1.4.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit flag-o-matic toolchain-funcs - -DESCRIPTION="IVTV utilities for Hauppauge PVR PCI cards" -HOMEPAGE="http://www.ivtvdriver.org/" -SRC_URI="http://dl.ivtvdriver.org/ivtv/archive/$(ver_cut 1-2).x/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="perl" - -DEPEND="!media-tv/ivtv" -RDEPEND="${DEPEND} - media-tv/v4l-utils - perl? ( - dev-perl/Video-Frequencies - dev-perl/Video-ivtv - dev-perl/Config-IniFiles - dev-perl/Tk - virtual/perl-Getopt-Long - )" - -PATCHES=( - "${FILESDIR}"/${PN}-1.4.0-gentoo.patch - "${FILESDIR}"/${PN}-1.4.1-overflow.patch -) - -src_configure() { - tc-export CC CXX - - # bug 907679 - use elibc_musl && append-flags -D_LARGEFILE64_SOURCE -} - -src_install() { - emake DESTDIR="${D}" PREFIX="/usr" install - dodoc -r ChangeLog README doc/. - - if use perl; then - dobin utils/perl/*.pl - dodoc utils/perl/README.ptune - fi -} |