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/dtv-scan-tables/
Date: Tue, 12 Dec 2023 17:22:21 +0000 (UTC)	[thread overview]
Message-ID: <1702401728.8b80bdcd268ec80946c882d647159b3a64070325.chewi@gentoo> (raw)

commit:     8b80bdcd268ec80946c882d647159b3a64070325
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 12 17:20:16 2023 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Dec 12 17:22:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b80bdcd

media-tv/dtv-scan-tables: Bump to use libv4l[utils] instead of v4l-utils

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

 media-tv/dtv-scan-tables/Manifest                                 | 1 +
 ...scan-tables-9999.ebuild => dtv-scan-tables-0_p20220430.ebuild} | 8 ++++----
 media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild              | 6 +++---
 3 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/media-tv/dtv-scan-tables/Manifest b/media-tv/dtv-scan-tables/Manifest
index b70789f0d09e..2f0ad221414f 100644
--- a/media-tv/dtv-scan-tables/Manifest
+++ b/media-tv/dtv-scan-tables/Manifest
@@ -1 +1,2 @@
 DIST dtv-scan-tables-2021-04-30-4181e93a30ab.tar.bz2 272870 BLAKE2B b9672235ad2ed826205278ffd06ed793126f743fe2b0b8af4369c1cb24825662e579f9246a287df1d61efad7985e2e18d59097d359fe84626149464bfc253bc5 SHA512 c15c07937cabefad731f4b3f8b6e9f993e500f7c59b17ef5e5c46f9bb86f9cbdf748f7d875c363c641ed9f3333a03b5033cc7d0272e96323d36be944ea35379d
+DIST dtv-scan-tables-2022-04-30-57ed29822750.tar.bz2 277444 BLAKE2B dd9d74f5daa1633262e44329d3122231123255ecba4f944c8afb2ed1120e7319b371960a719622608f4059085adcd18644fdaeb27b38d233d18ed35b1d4bde80 SHA512 2f5b76bca43f2749c452978143dec6e069aa4ea6283ac9ceac95bb950dbc589b4ed9cec2874b16d31408790b17e25d48e82aa958ac9c4440b26b0dbcde25f0cb

diff --git a/media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild b/media-tv/dtv-scan-tables/dtv-scan-tables-0_p20220430.ebuild
similarity index 85%
copy from media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild
copy to media-tv/dtv-scan-tables/dtv-scan-tables-0_p20220430.ebuild
index d30627e88e3f..0bf6ab15bdeb 100644
--- a/media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild
+++ b/media-tv/dtv-scan-tables/dtv-scan-tables-0_p20220430.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 if [[ ${PV#9999} != ${PV} ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://git.linuxtv.org/dtv-scan-tables.git"
 else
-	COMMIT="f07bde777d4d"
+	COMMIT="57ed29822750"
 	SRC_URI="https://linuxtv.org/downloads/dtv-scan-tables/dtv-scan-tables-${PV:3:4}-${PV:7:2}-${PV:9:2}-${COMMIT}.tar.bz2"
 	KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 	S="${WORKDIR}/usr/share/dvb"
@@ -18,7 +18,7 @@ HOMEPAGE="https://linuxtv.org/"
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
 
-BDEPEND=">=media-tv/v4l-utils-1.4[dvb(+)]"
+BDEPEND="media-libs/libv4l[dvb,utils(-)]"
 
 DOCS=( README )
 

diff --git a/media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild b/media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild
index d30627e88e3f..c93edd734d77 100644
--- a/media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild
+++ b/media-tv/dtv-scan-tables/dtv-scan-tables-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 if [[ ${PV#9999} != ${PV} ]]; then
 	inherit git-r3
@@ -18,7 +18,7 @@ HOMEPAGE="https://linuxtv.org/"
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
 
-BDEPEND=">=media-tv/v4l-utils-1.4[dvb(+)]"
+BDEPEND="media-libs/libv4l[dvb,utils(-)]"
 
 DOCS=( README )
 


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

Thread overview: 17+ 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-26 20:42 [gentoo-commits] repo/gentoo:master commit in: media-tv/dtv-scan-tables/ James Le Cuirot
2024-07-26 20:42 James Le Cuirot
2022-08-29  9:38 Andreas Sturmlechner
2022-08-29  7:14 Agostino Sarubbo
2021-07-30  6:13 Sam James
2021-07-27 20:35 Sam James
2021-07-06 21:22 James Le Cuirot
2021-01-05 22:48 James Le Cuirot
2020-09-05 13:04 James Le Cuirot
2020-09-05 13:04 James Le Cuirot
2019-07-17 19:37 James Le Cuirot
2019-02-22 10:35 Mikle Kolyada
2019-02-15  0:18 Thomas Deutschmann
2019-01-26 17:23 Sergei Trofimovich
2017-12-03 22:14 James Le Cuirot
2017-11-26 22:51 James Le Cuirot

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=1702401728.8b80bdcd268ec80946c882d647159b3a64070325.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