From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1579061-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 4CBC5158013
	for <garchives@archives.gentoo.org>; Tue, 12 Dec 2023 17:22:24 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 8B4F52BC025;
	Tue, 12 Dec 2023 17:22:23 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 6D89B2BC025
	for <gentoo-commits@lists.gentoo.org>; Tue, 12 Dec 2023 17:22:23 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 7E2EB335D72
	for <gentoo-commits@lists.gentoo.org>; Tue, 12 Dec 2023 17:22:22 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 2378914AB
	for <gentoo-commits@lists.gentoo.org>; Tue, 12 Dec 2023 17:22:21 +0000 (UTC)
From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" <chewi@gentoo.org>
Message-ID: <1702401721.98acc6f89fe4bdfee68ff2f52c4deeb952460bd8.chewi@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/ivtv-utils/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-tv/ivtv-utils/ivtv-utils-1.4.1-r1.ebuild
X-VCS-Directories: media-tv/ivtv-utils/
X-VCS-Committer: chewi
X-VCS-Committer-Name: James Le Cuirot
X-VCS-Revision: 98acc6f89fe4bdfee68ff2f52c4deeb952460bd8
X-VCS-Branch: master
Date: Tue, 12 Dec 2023 17:22:21 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 40ba6c0f-c838-47f5-90de-4191bc8d1d14
X-Archives-Hash: 59d671e90c0b5a340788f235aa1cee43

commit:     98acc6f89fe4bdfee68ff2f52c4deeb952460bd8
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 12 16:55:12 2023 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Dec 12 17:22:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98acc6f8

media-tv/ivtv-utils: Revbump to use libv4l[utils] instead of v4l-utils

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 media-tv/ivtv-utils/ivtv-utils-1.4.1-r1.ebuild | 44 ++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/media-tv/ivtv-utils/ivtv-utils-1.4.1-r1.ebuild b/media-tv/ivtv-utils/ivtv-utils-1.4.1-r1.ebuild
new file mode 100644
index 000000000000..a7df5a2e2c84
--- /dev/null
+++ b/media-tv/ivtv-utils/ivtv-utils-1.4.1-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit 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"
+
+RDEPEND="
+	media-libs/libv4l[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
+}
+
+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
+}