public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/ivtv-utils/
Date: Tue, 12 Dec 2023 17:22:21 +0000 (UTC)	[thread overview]
Message-ID: <1702401721.98acc6f89fe4bdfee68ff2f52c4deeb952460bd8.chewi@gentoo> (raw)

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
+}


             reply	other threads:[~2023-12-12 17:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-12 17:22 James Le Cuirot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-29 21:39 [gentoo-commits] repo/gentoo:master commit in: media-tv/ivtv-utils/ James Le Cuirot
2024-07-29 21:39 James Le Cuirot
2024-03-03 18:27 Andreas K. Hüttel
2022-09-30 23:24 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1702401721.98acc6f89fe4bdfee68ff2f52c4deeb952460bd8.chewi@gentoo \
    --to=chewi@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox