public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/v4l-dvb-saa716x/, media-tv/v4l-dvb-saa716x/files/
Date: Sun, 23 Jun 2024 19:49:33 +0000 (UTC)	[thread overview]
Message-ID: <1719171798.eb1c0700ad895fe419f76ffa5b68c21845322d2e.conikost@gentoo> (raw)

commit:     eb1c0700ad895fe419f76ffa5b68c21845322d2e
Author:     Martin Dummer <martin.dummer <AT> gmx <DOT> net>
AuthorDate: Sat Jun  1 20:37:57 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jun 23 19:43:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb1c0700

media-tv/v4l-dvb-saa716x: drop 0.0.1_p20170225-r5

Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/36958
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../files/v4l-dvb-saa716x-up-to-4.14.patch         |  32 ---
 .../files/v4l-dvb-saa716x-up-to-4.17.patch         | 217 ---------------------
 .../files/v4l-dvb-saa716x-up-to-4.4.patch          |  97 ---------
 .../files/v4l-dvb-saa716x-up-to-4.9.patch          | 192 ------------------
 .../v4l-dvb-saa716x-0.0.1_p20170225-r5.ebuild      |  50 -----
 5 files changed, 588 deletions(-)

diff --git a/media-tv/v4l-dvb-saa716x/files/v4l-dvb-saa716x-up-to-4.14.patch b/media-tv/v4l-dvb-saa716x/files/v4l-dvb-saa716x-up-to-4.14.patch
deleted file mode 100644
index 8abe888ff0e2..000000000000
--- a/media-tv/v4l-dvb-saa716x/files/v4l-dvb-saa716x-up-to-4.14.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-# file v4l-dvb-saa716x-4.10-fix-compile.patch
---- a/linux/drivers/media/common/saa716x/saa716x_ff.h
-+++ b/linux/drivers/media/common/saa716x/saa716x_ff.h
-@@ -1,7 +1,6 @@
- #ifndef __SAA716x_FF_H
- #define __SAA716x_FF_H
- 
--#include "dvb_filter.h"
- #include "dvb_ringbuffer.h"
- #include <linux/version.h>
- #include <linux/workqueue.h>
-@@ -95,6 +94,7 @@
- #define MAX_RESULT_LEN		256
- #define MAX_DATA_LEN		(1024 * 1024)
- 
-+#define TS_SIZE			188
- #define TSOUT_LEN		(1024 * TS_SIZE)
- #define TSOUT_LEVEL_FILL	(350 * TS_SIZE)
- #define TSOUT_LEVEL_HIGH	(30 * TS_SIZE)
-
-# file v4l-dvb-saa716x-4.14.0-fix-compile.patch
---- a/linux/drivers/media/common/saa716x/saa716x_pci.c	2018-03-24 11:39:20.777643694 +0100
-+++ b/linux/drivers/media/common/saa716x/saa716x_pci.c	2018-03-24 11:41:02.135696671 +0100
-@@ -39,7 +39,7 @@
- 	for (i = 0; i < SAA716x_MSI_MAX_VECTORS; i++)
- 		saa716x->msix_entries[i].entry = i;
- 
--	ret = pci_enable_msix(pdev, saa716x->msix_entries, SAA716x_MSI_MAX_VECTORS);
-+	ret = pci_enable_msix_range(pdev, saa716x->msix_entries, SAA716x_MSI_MAX_VECTORS, SAA716x_MSI_MAX_VECTORS);
- 	if (ret < 0)
- 		dprintk(SAA716x_ERROR, 1, "MSI-X request failed <%d>", ret);
- 	if (ret > 0)

diff --git a/media-tv/v4l-dvb-saa716x/files/v4l-dvb-saa716x-up-to-4.17.patch b/media-tv/v4l-dvb-saa716x/files/v4l-dvb-saa716x-up-to-4.17.patch
deleted file mode 100644
index 58bae509ec85..000000000000
--- a/media-tv/v4l-dvb-saa716x/files/v4l-dvb-saa716x-up-to-4.17.patch
+++ /dev/null
@@ -1,217 +0,0 @@
-# file v4l-dvb-saa716x-4.15-fix-autorepeat.patch
-
-# Source: https://github.com/s-moch/linux-saa716x/commit/0b2276ee2e6383ad577fce5c694f8c4062d5334b.patch
-
-From 0b2276ee2e6383ad577fce5c694f8c4062d5334b Mon Sep 17 00:00:00 2001
-From: Soeren Moch <smoch@web.de>
-Date: Sat, 2 Dec 2017 20:51:10 +0100
-Subject: [PATCH] saa716x_ff: Remove autorepeat handling
-
-Let the input layer handle autorepeat for the IR remote.
-So no repeat_key timer is required anymore.
-
-Signed-off-by: Soeren Moch <smoch@web.de>
----
- drivers/media/common/saa716x/saa716x_ff_ir.c | 45 ++++++++--------------------
- 1 file changed, 12 insertions(+), 33 deletions(-)
-
-diff --git a/drivers/media/common/saa716x/saa716x_ff_ir.c b/drivers/media/common/saa716x/saa716x_ff_ir.c
-index 35624789aa862..ad6f38611026c 100644
---- a/linux/drivers/media/common/saa716x/saa716x_ff_ir.c
-+++ b/linux/drivers/media/common/saa716x/saa716x_ff_ir.c
-@@ -40,7 +40,7 @@ struct infrared {
- 	u8			protocol;
- 	u16			last_key;
- 	u16			last_toggle;
--	bool			delay_timer_finished;
-+	bool			key_pressed;
- };
- 
- #define IR_RC5		0
-@@ -52,11 +52,12 @@ static void ir_emit_keyup(unsigned long parm)
- {
- 	struct infrared *ir = (struct infrared *) parm;
- 
--	if (!ir || !test_bit(ir->last_key, ir->input_dev->key))
-+	if (!ir || !ir->key_pressed)
- 		return;
- 
- 	input_report_key(ir->input_dev, ir->last_key, 0);
- 	input_sync(ir->input_dev);
-+	ir->key_pressed = false;
- }
- 
- 
-@@ -114,28 +115,18 @@ static void ir_emit_key(unsigned long parm)
- 		return;
- 	}
- 
--	if (timer_pending(&ir->keyup_timer)) {
--		del_timer(&ir->keyup_timer);
--		if (ir->last_key != keycode || toggle != ir->last_toggle) {
--			ir->delay_timer_finished = false;
--			input_event(ir->input_dev, EV_KEY, ir->last_key, 0);
--			input_event(ir->input_dev, EV_KEY, keycode, 1);
--			input_sync(ir->input_dev);
--		} else if (ir->delay_timer_finished) {
--			input_event(ir->input_dev, EV_KEY, keycode, 2);
--			input_sync(ir->input_dev);
--		}
--	} else {
--		ir->delay_timer_finished = false;
--		input_event(ir->input_dev, EV_KEY, keycode, 1);
--		input_sync(ir->input_dev);
--	}
-+	if (ir->key_pressed &&
-+	    (ir->last_key != keycode || toggle != ir->last_toggle))
-+		input_event(ir->input_dev, EV_KEY, ir->last_key, 0);
- 
-+	input_event(ir->input_dev, EV_KEY, keycode, 1);
-+	input_sync(ir->input_dev);
-+
-+	ir->key_pressed = true;
- 	ir->last_key = keycode;
- 	ir->last_toggle = toggle;
- 
--	ir->keyup_timer.expires = jiffies + UP_TIMEOUT;
--	add_timer(&ir->keyup_timer);
-+	mod_timer(&ir->keyup_timer, jiffies + UP_TIMEOUT);
- 
- }
- 
-@@ -166,16 +157,6 @@ static void ir_register_keys(struct infrared *ir)
- 	ir->input_dev->keycodemax = ARRAY_SIZE(ir->key_map);
- }
- 
--
--/* called by the input driver after rep[REP_DELAY] ms */
--static void ir_repeat_key(unsigned long parm)
--{
--	struct infrared *ir = (struct infrared *) parm;
--
--	ir->delay_timer_finished = true;
--}
--
--
- /* interrupt handler */
- void saa716x_ir_handler(struct saa716x_dev *saa716x, u32 ir_cmd)
- {
-@@ -236,9 +217,7 @@ int saa716x_ir_init(struct saa716x_dev *saa716x)
- 		ir->key_map[i] = i+1;
- 	ir_register_keys(ir);
- 
--	/* override repeat timer */
--	input_dev->timer.function = ir_repeat_key;
--	input_dev->timer.data = (unsigned long) ir;
-+	input_enable_softrepeat(input_dev, 800, 200);
- 
- 	tasklet_init(&ir->tasklet, ir_emit_key, (unsigned long) saa716x);
- 	saa716x->ir_priv = ir;
-
-# file v4l-dvb-saa716x-4.15-fix-timers.patch
-# Source: https://github.com/s-moch/linux-saa716x/commit/1002d79c4ba60de0dbeacba0f289119556d7450d.patch
-
-From 1002d79c4ba60de0dbeacba0f289119556d7450d Mon Sep 17 00:00:00 2001
-From: Soeren Moch <smoch@web.de>
-Date: Sat, 2 Dec 2017 21:23:34 +0100
-Subject: [PATCH] saa716x_ff: Convert to new timer API
-
-Convert to new timer API in linux-4.15.
-
-Signed-off-by: Soeren Moch <smoch@web.de>
----
- drivers/media/common/saa716x/saa716x_ff_ir.c | 8 +++-----
- 1 file changed, 3 insertions(+), 5 deletions(-)
-
-diff --git a/drivers/media/common/saa716x/saa716x_ff_ir.c b/drivers/media/common/saa716x/saa716x_ff_ir.c
-index ad6f38611026c..7894adff4d4f6 100644
---- a/linux/drivers/media/common/saa716x/saa716x_ff_ir.c
-+++ b/linux/drivers/media/common/saa716x/saa716x_ff_ir.c
-@@ -48,9 +48,9 @@ struct infrared {
- 
- 
- /* key-up timer */
--static void ir_emit_keyup(unsigned long parm)
-+static void ir_emit_keyup(struct timer_list *t)
- {
--	struct infrared *ir = (struct infrared *) parm;
-+	struct infrared *ir = from_timer(ir, t, keyup_timer);
- 
- 	if (!ir || !ir->key_pressed)
- 		return;
-@@ -184,9 +184,7 @@ int saa716x_ir_init(struct saa716x_dev *saa716x)
- 	if (!ir)
- 		return -ENOMEM;
- 
--	init_timer(&ir->keyup_timer);
--	ir->keyup_timer.function = ir_emit_keyup;
--	ir->keyup_timer.data = (unsigned long) ir;
-+	timer_setup(&ir->keyup_timer, ir_emit_keyup, 0);
- 
- 	input_dev = input_allocate_device();
- 	if (!input_dev)
-
-# file v4l-dvb-saa716x-4.16-fix-compile.patch
-diff -Naur powARman-v4l-dvb-saa716x-3b9fce66666a.orig/linux/drivers/media/common/saa716x/saa716x_adap.c powARman-v4l-dvb-saa716x-3b9fce66666a/linux/drivers/media/common/saa716x/saa716x_adap.c
---- powARman-v4l-dvb-saa716x-3b9fce66666a.orig/linux/drivers/media/common/saa716x/saa716x_adap.c	2018-04-04 08:24:59.454708009 +0200
-+++ powARman-v4l-dvb-saa716x-3b9fce66666a/linux/drivers/media/common/saa716x/saa716x_adap.c	2018-04-04 08:25:36.263560559 +0200
-@@ -1,9 +1,9 @@
- #include <linux/bitops.h>
- 
--#include "dmxdev.h"
--#include "dvbdev.h"
--#include "dvb_demux.h"
--#include "dvb_frontend.h"
-+#include <media/dmxdev.h>
-+#include <media/dvbdev.h>
-+#include <media/dvb_demux.h>
-+#include <media/dvb_frontend.h>
- 
- #include "saa716x_mod.h"
- #include "saa716x_spi.h"
-diff -Naur powARman-v4l-dvb-saa716x-3b9fce66666a.orig/linux/drivers/media/common/saa716x/saa716x_ff.h powARman-v4l-dvb-saa716x-3b9fce66666a/linux/drivers/media/common/saa716x/saa716x_ff.h
---- powARman-v4l-dvb-saa716x-3b9fce66666a.orig/linux/drivers/media/common/saa716x/saa716x_ff.h	2018-04-04 08:24:59.458708101 +0200
-+++ powARman-v4l-dvb-saa716x-3b9fce66666a/linux/drivers/media/common/saa716x/saa716x_ff.h	2018-04-04 08:25:36.263560559 +0200
-@@ -1,7 +1,7 @@
- #ifndef __SAA716x_FF_H
- #define __SAA716x_FF_H
- 
--#include "dvb_ringbuffer.h"
-+#include <media/dvb_ringbuffer.h>
- #include <linux/version.h>
- #include <linux/workqueue.h>
- 
-diff -Naur powARman-v4l-dvb-saa716x-3b9fce66666a.orig/linux/drivers/media/common/saa716x/saa716x_priv.h powARman-v4l-dvb-saa716x-3b9fce66666a/linux/drivers/media/common/saa716x/saa716x_priv.h
---- powARman-v4l-dvb-saa716x-3b9fce66666a.orig/linux/drivers/media/common/saa716x/saa716x_priv.h	2018-04-04 08:24:59.458708101 +0200
-+++ powARman-v4l-dvb-saa716x-3b9fce66666a/linux/drivers/media/common/saa716x/saa716x_priv.h	2018-04-04 08:25:36.263560559 +0200
-@@ -18,11 +18,11 @@
- #include "saa716x_spi.h"
- #include "saa716x_vip.h"
- 
--#include "dvbdev.h"
--#include "dvb_demux.h"
--#include "dmxdev.h"
--#include "dvb_frontend.h"
--#include "dvb_net.h"
-+#include <media/dvbdev.h>
-+#include <media/dvb_demux.h>
-+#include <media/dmxdev.h>
-+#include <media/dvb_frontend.h>
-+#include <media/dvb_net.h>
- 
- #define SAA716x_ERROR		0
- #define SAA716x_NOTICE		1
-
-# file v4l-dvb-saa716x-4.17-define-AUDIO_GET_PTS.patch
---- a/linux/drivers/media/common/saa716x/saa716x_ff.h	2018-11-08 15:44:10.479886225 +0100
-+++ b/linux/drivers/media/common/saa716x/saa716x_ff.h	2018-11-08 15:45:19.981237523 +0100
-@@ -108,6 +108,9 @@
- #define VIDEO_CAPTURE_OFF	0
- #define VIDEO_CAPTURE_ONE_SHOT	1
-
-+#ifndef AUDIO_GET_PTS
-+#define AUDIO_GET_PTS              _IOR('o', 19, __u64)
-+#endif
-
- /* place to store all the necessary device information */
- struct sti7109_dev {

diff --git a/media-tv/v4l-dvb-saa716x/files/v4l-dvb-saa716x-up-to-4.4.patch b/media-tv/v4l-dvb-saa716x/files/v4l-dvb-saa716x-up-to-4.4.patch
deleted file mode 100644
index e719f4d629e2..000000000000
--- a/media-tv/v4l-dvb-saa716x/files/v4l-dvb-saa716x-up-to-4.4.patch
+++ /dev/null
@@ -1,97 +0,0 @@
-# file OSD_RAW_CMD_patch_2.diff
---- a/linux/drivers/media/common/saa716x/saa716x_ff_cmd.h.orig	2011-11-12 14:46:51.175700236 +0100
-+++ b/linux/drivers/media/common/saa716x/saa716x_ff_cmd.h	2011-11-12 14:45:10.103702959 +0100
-@@ -1,6 +1,24 @@
- #ifndef __SAA716x_FF_CMD_H
- #define __SAA716x_FF_CMD_H
- 
-+#if !defined OSD_RAW_CMD
-+typedef struct osd_raw_cmd_s {
-+    const void *cmd_data;
-+    int cmd_len;
-+    void *result_data;
-+    int result_len;
-+} osd_raw_cmd_t;
-+
-+typedef struct osd_raw_data_s {
-+    const void *data_buffer;
-+    int data_length;
-+    int data_handle;
-+} osd_raw_data_t;
-+
-+#define OSD_RAW_CMD            _IOWR('o', 162, osd_raw_cmd_t)
-+#define OSD_RAW_DATA           _IOWR('o', 163, osd_raw_data_t)
-+#endif
-+
- extern int sti7109_cmd_init(struct sti7109_dev *sti7109);
- extern int sti7109_raw_cmd(struct sti7109_dev * sti7109,
- 			   osd_raw_cmd_t * cmd);
-
-# file v4l-dvb-saa716x-Makefilepatch-2.diff
---- v4l-dvb-saa716x-cfa4b4faab67/linux/drivers/media/common/saa716x/Makefile.orig	2013-03-02 07:44:51.112642592 +0100
-+++ v4l-dvb-saa716x-cfa4b4faab67/linux/drivers/media/common/saa716x/Makefile	2013-03-02 07:46:56.703138542 +0100
-@@ -24,3 +24,5 @@
- obj-$(CONFIG_DVB_SAA716X_FF)	  += saa716x_ff.o
- 
- EXTRA_CFLAGS = -Idrivers/media/dvb/dvb-core/ -Idrivers/media/dvb/frontends/ -Idrivers/media/dvb-core/ -Idrivers/media/dvb-frontends/
-+EXTRA_CFLAGS += -Idrivers/media/common/tuners/ # up to kernel 3.6
-+EXTRA_CFLAGS += -Idrivers/media/tuners/        # kernel 3.7+
-
-
-# file v4l-dvb-saa716x-3.19-set_gpio.patch
---- a/linux/drivers/media/common/saa716x/saa716x_budget.c	2014-11-09 15:44:55.000000000 +0100
-+++ b/linux/drivers/media/common/saa716x/saa716x_budget.c	2015-02-28 13:58:01.258743639 +0100
-@@ -497,10 +497,10 @@
- 		break;
- 	}
- 
--	err = stv090x_set_gpio(fe, 2, 0, en, 0);
-+	err = skystar2_stv090x_config.set_gpio(fe, 2, 0, en, 0);
- 	if (err < 0)
- 		goto exit;
--	err = stv090x_set_gpio(fe, 3, 0, sel, 0);
-+	err = skystar2_stv090x_config.set_gpio(fe, 3, 0, sel, 0);
- 	if (err < 0)
- 		goto exit;
- 
-@@ -519,7 +519,7 @@
- 	else
- 		value = 0;
- 
--	err = stv090x_set_gpio(fe, 4, 0, value, 0);
-+	err = skystar2_stv090x_config.set_gpio(fe, 4, 0, value, 0);
- 	if (err < 0)
- 		goto exit;
- 
-# file v4l-dvb-saa716x-4.2-fix-compile.patch
---- a/linux/drivers/media/common/saa716x/saa716x_budget.c	2015-09-03 00:30:08.662553247 +0200
-+++ b/linux/drivers/media/common/saa716x/saa716x_budget.c	2015-09-03 00:31:03.899206845 +0200
-@@ -306,7 +306,7 @@
- #define SAA716x_MODEL_TWINHAN_VP1028	"Twinhan/Azurewave VP-1028"
- #define SAA716x_DEV_TWINHAN_VP1028	"DVB-S"
- 
--static int vp1028_dvbs_set_voltage(struct dvb_frontend *fe, fe_sec_voltage_t voltage)
-+static int vp1028_dvbs_set_voltage(struct dvb_frontend *fe, enum fe_sec_voltage voltage)
- {
- 	struct saa716x_dev *saa716x = fe->dvb->priv;
- 
---- a/linux/drivers/media/common/saa716x/saa716x_hybrid.c	2014-11-09 15:44:55.000000000 +0100
-+++ b/linux/drivers/media/common/saa716x/saa716x_hybrid.c	2015-09-03 00:31:03.899206845 +0200
-@@ -321,7 +321,7 @@
- 	.request_firmware	= tda1004x_vp6090_request_firmware,
- };
- 
--static int vp6090_dvbs_set_voltage(struct dvb_frontend *fe, fe_sec_voltage_t voltage)
-+static int vp6090_dvbs_set_voltage(struct dvb_frontend *fe, enum fe_sec_voltage voltage)
- {
- 	struct saa716x_dev *saa716x = fe->dvb->priv;
- 
---- a/linux/drivers/media/common/saa716x/saa716x_pci.c	2014-11-09 15:44:55.000000000 +0100
-+++ b/linux/drivers/media/common/saa716x/saa716x_pci.c	2015-09-03 00:31:03.900206839 +0200
-@@ -1,3 +1,5 @@
-+#include <asm/atomic.h>
-+#include <linux/spinlock_types.h>
- #include <asm/io.h>
- #include <asm/pgtable.h>
- #include <asm/page.h>
-

diff --git a/media-tv/v4l-dvb-saa716x/files/v4l-dvb-saa716x-up-to-4.9.patch b/media-tv/v4l-dvb-saa716x/files/v4l-dvb-saa716x-up-to-4.9.patch
deleted file mode 100644
index 72c27974bfd2..000000000000
--- a/media-tv/v4l-dvb-saa716x/files/v4l-dvb-saa716x-up-to-4.9.patch
+++ /dev/null
@@ -1,192 +0,0 @@
-# file v4l-dvb-saa716x-4.5.2-fix-compile.patch
-fix compile with kernel >= 4.5.2
-wrt bug 581450
-Signed-of-by: Joerg Bornkessel <hd_brummy@gentoo.org> 2016/05/05
---- a/linux/drivers/media/common/saa716x/saa716x_pci.c.old	2016-04-27 20:59:51.000000000 +0200
-+++ b/linux/drivers/media/common/saa716x/saa716x_pci.c	2016-04-27 21:19:03.117822874 +0200
-@@ -1,6 +1,7 @@
- #include <asm/atomic.h>
- #include <linux/spinlock_types.h>
- #include <asm/io.h>
-+#include <asm/processor.h>
- #include <asm/pgtable.h>
- #include <asm/page.h>
- #include <linux/kmod.h>
-
-
-
-# file v4l-dvb-saa716x-4.6.0-fix-compile.patch
---- a/linux/drivers/media/common/saa716x/saa716x_pci.c	2017-02-26 18:48:27.196949325 +0100
-+++ b/linux/drivers/media/common/saa716x/saa716x_pci.c	2017-02-26 18:50:28.149283794 +0100
-@@ -1,9 +1,6 @@
- #include <asm/atomic.h>
- #include <linux/spinlock_types.h>
--#include <asm/io.h>
- #include <asm/processor.h>
--#include <asm/pgtable.h>
--#include <asm/page.h>
- #include <linux/kmod.h>
- #include <linux/vmalloc.h>
- #include <linux/init.h>
-@@ -20,11 +17,6 @@
- 
- #define DRIVER_NAME				"SAA716x Core"
- 
--static irqreturn_t saa716x_msi_handler(int irq, void *dev_id)
--{
--	return IRQ_HANDLED;
--}
--
- static int saa716x_enable_msi(struct saa716x_dev *saa716x)
- {
- 	struct pci_dev *pdev = saa716x->pdev;
-
-
-
-# file v4l-dvb-saa716x-4.9-fix-warnings.patch
---- a/linux/drivers/media/common/saa716x/saa716x_rom.c	2015-12-29 19:40:55.000000000 +0100
-+++ a/linux/drivers/media/common/saa716x/saa716x_rom.c	2017-07-11 00:51:19.149941914 +0200
-@@ -113,7 +113,7 @@
- 	memcpy(rom_header, &buf[*offset], sizeof (struct saa716x_romhdr));
- 	if (rom_header->header_size != sizeof (struct saa716x_romhdr)) {
- 		dprintk(SAA716x_ERROR, 1,
--			"ERROR: Header size mismatch! Read size=%d bytes, Expected=%d",
-+			"ERROR: Header size mismatch! Read size=%zd bytes, Expected=%d",
- 			sizeof (struct saa716x_romhdr),
- 			rom_header->header_size);
- 
-@@ -237,7 +237,7 @@
- 	saa716x_descriptor_dbg(saa716x, buf, offset, header.size, header.ext_data);
- 	if (header.size != sizeof (struct saa716x_decoder_hdr)) {
- 		dprintk(SAA716x_ERROR, 1,
--			"ERROR: Header size mismatch! Read size=%d bytes, Expected=%d",
-+			"ERROR: Header size mismatch! Read size=%d bytes, Expected=%zd",
- 			header.size,
- 			sizeof (struct saa716x_decoder_hdr));
- 
-@@ -268,7 +268,7 @@
- 	saa716x_descriptor_dbg(saa716x, buf, offset, header.size, header.ext_data);
- 	if (header.size != sizeof (struct saa716x_gpio_hdr)) {
- 		dprintk(SAA716x_ERROR, 1,
--			"ERROR: Header size mismatch! Read size=%d bytes, Expected=%d",
-+			"ERROR: Header size mismatch! Read size=%d bytes, Expected=%zd",
- 			header.size,
- 			sizeof (struct saa716x_gpio_hdr));
- 
-@@ -305,7 +305,7 @@
- 	saa716x_descriptor_dbg(saa716x, buf, offset, header.size, header.ext_data);
- 	if (header.size != sizeof (struct saa716x_video_decoder_hdr)) {
- 		dprintk(SAA716x_ERROR, 1,
--			"ERROR: Header size mismatch! Read size=%d bytes, Expected=%d",
-+			"ERROR: Header size mismatch! Read size=%d bytes, Expected=%zd",
- 			header.size,
- 			sizeof (struct saa716x_video_decoder_hdr));
- 
-@@ -386,7 +386,7 @@
- 	saa716x_descriptor_dbg(saa716x, buf, offset, header.size, header.ext_data);
- 	if (header.size != sizeof (struct saa716x_audio_decoder_hdr)) {
- 		dprintk(SAA716x_ERROR, 1,
--			"ERROR: Header size mismatch! Read size=%d bytes, Expected=%d",
-+			"ERROR: Header size mismatch! Read size=%d bytes, Expected=%zd",
- 			header.size,
- 			sizeof (struct saa716x_audio_decoder_hdr));
- 
-@@ -417,7 +417,7 @@
- 	saa716x_descriptor_dbg(saa716x, buf, offset, header.size, header.ext_data);
- 	if (header.size != sizeof (struct saa716x_evsrc_hdr)) {
- 		dprintk(SAA716x_ERROR, 1,
--			"ERROR: Header size mismatch! Read size=%d bytes, Expected=%d",
-+			"ERROR: Header size mismatch! Read size=%d bytes, Expected=%zd",
- 			header.size,
- 			sizeof (struct saa716x_evsrc_hdr));
- 
-@@ -448,7 +448,7 @@
- 	saa716x_descriptor_dbg(saa716x, buf, offset, header.size, header.ext_data);
- 	if (header.size != sizeof (struct saa716x_xbar_hdr)) {
- 		dprintk(SAA716x_ERROR, 1,
--			"ERROR: Header size mismatch! Read size=%d bytes, Expected=%d",
-+			"ERROR: Header size mismatch! Read size=%d bytes, Expected=%zd",
- 			header.size,
- 			sizeof (struct saa716x_xbar_hdr));
- 
-@@ -486,7 +486,7 @@
- 	saa716x_descriptor_dbg(saa716x, buf, offset, header.size, header.ext_data);
- 	if (header.size != sizeof (struct saa716x_tuner_hdr)) {
- 		dprintk(SAA716x_ERROR, 1,
--			"ERROR: Header size mismatch! Read size=%d bytes, Expected=%d",
-+			"ERROR: Header size mismatch! Read size=%d bytes, Expected=%zd",
- 			header.size,
- 			sizeof (struct saa716x_tuner_hdr));
- 
-@@ -516,7 +516,7 @@
- 	saa716x_descriptor_dbg(saa716x, buf, offset, header.size, header.ext_data);
- 	if (header.size != sizeof (struct saa716x_pll_hdr)) {
- 		dprintk(SAA716x_ERROR, 1,
--			"ERROR: Header size mismatch! Read size=%d bytes, Expected=%d",
-+			"ERROR: Header size mismatch! Read size=%d bytes, Expected=%zd",
- 			header.size,
- 			sizeof (struct saa716x_pll_hdr));
- 
-@@ -546,7 +546,7 @@
- 	saa716x_descriptor_dbg(saa716x, buf, offset, header.size, header.ext_data);
- 	if (header.size != sizeof (struct saa716x_channel_decoder_hdr)) {
- 		dprintk(SAA716x_ERROR, 1,
--			"ERROR: Header size mismatch! Read size=%d bytes, Expected=%d",
-+			"ERROR: Header size mismatch! Read size=%d bytes, Expected=%zd",
- 			header.size,
- 			sizeof (struct saa716x_channel_decoder_hdr));
- 
-@@ -576,7 +576,7 @@
- 	saa716x_descriptor_dbg(saa716x, buf, offset, header.size, header.ext_data);
- 	if (header.size != sizeof (struct saa716x_encoder_hdr)) {
- 		dprintk(SAA716x_ERROR, 1,
--			"ERROR: Header size mismatch! Read size=%d bytes, Expected=%d",
-+			"ERROR: Header size mismatch! Read size=%d bytes, Expected=%zd",
- 			header.size,
- 			sizeof (struct saa716x_encoder_hdr));
- 
-@@ -606,7 +606,7 @@
- 	saa716x_descriptor_dbg(saa716x, buf, offset, header.size, header.ext_data);
- 	if (header.size != sizeof (struct saa716x_ir_hdr)) {
- 		dprintk(SAA716x_ERROR, 1,
--			"ERROR: Header size mismatch! Read size=%d bytes, Expected=%d",
-+			"ERROR: Header size mismatch! Read size=%d bytes, Expected=%zd",
- 			header.size,
- 			sizeof (struct saa716x_ir_hdr));
- 
-@@ -637,7 +637,7 @@
- 	saa716x_descriptor_dbg(saa716x, buf, offset, header.size, header.ext_data);
- 	if (header.size != sizeof (struct saa716x_eeprom_hdr)) {
- 		dprintk(SAA716x_ERROR, 1,
--			"ERROR: Header size mismatch! Read size=%d bytes, Expected=%d",
-+			"ERROR: Header size mismatch! Read size=%d bytes, Expected=%zd",
- 			header.size,
- 			sizeof (struct saa716x_eeprom_hdr));
- 
-@@ -668,7 +668,7 @@
- 	saa716x_descriptor_dbg(saa716x, buf, offset, header.size, header.ext_data);
- 	if (header.size != sizeof (struct saa716x_filter_hdr)) {
- 		dprintk(SAA716x_ERROR, 1,
--			"ERROR: Header size mismatch! Read size=%d bytes, Expected=%d",
-+			"ERROR: Header size mismatch! Read size=%d bytes, Expected=%zd",
- 			header.size,
- 			sizeof (struct saa716x_filter_hdr));
- 
-@@ -699,7 +699,7 @@
- 	saa716x_descriptor_dbg(saa716x, buf, offset, header.size, header.ext_data);
- 	if (header.size != sizeof (struct saa716x_streamdev_hdr)) {
- 		dprintk(SAA716x_ERROR, 1,
--			"ERROR: Header size mismatch! Read size=%d bytes, Expected=%d",
-+			"ERROR: Header size mismatch! Read size=%d bytes, Expected=%zd",
- 			header.size,
- 			sizeof (struct saa716x_streamdev_hdr));
- 
-@@ -789,7 +789,7 @@
- 
- 	memcpy(device, &buf[*offset], sizeof (struct saa716x_devinfo));
- 	if (device->struct_size != sizeof (struct saa716x_devinfo)) {
--		dprintk(SAA716x_ERROR, 1, "ERROR: Device size mismatch! Read=%d bytes, expected=%d bytes",
-+		dprintk(SAA716x_ERROR, 1, "ERROR: Device size mismatch! Read=%d bytes, expected=%zd bytes",
- 		device->struct_size,
- 		sizeof (struct saa716x_devinfo));
- 

diff --git a/media-tv/v4l-dvb-saa716x/v4l-dvb-saa716x-0.0.1_p20170225-r5.ebuild b/media-tv/v4l-dvb-saa716x/v4l-dvb-saa716x-0.0.1_p20170225-r5.ebuild
deleted file mode 100644
index 0d5c4c5f73d7..000000000000
--- a/media-tv/v4l-dvb-saa716x/v4l-dvb-saa716x-0.0.1_p20170225-r5.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit linux-info linux-mod
-
-DESCRIPTION="driver for saa716x based dvb cards like TT S2-6400 or Skystar 2 eXpress HD"
-HOMEPAGE="https://bitbucket.org/powARman/v4l-dvb-saa716x"
-
-REVISION="83f3bfd93a95"
-REVISION_DATE="20160322"
-
-SRC_URI="https://bitbucket.org/powARman/v4l-dvb-saa716x/get/${REVISION}.tar.bz2
--> v4l-dvb-saa716x-0.0.1_p${REVISION_DATE}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-RDEPEND="sys-firmware/tt-s2-6400-firmware"
-
-S="${WORKDIR}/powARman-v4l-dvb-saa716x-${REVISION}"
-
-BUILD_TARGETS="modules"
-MODULE_NAMES="
-	saa716x_ff(misc:${EROOT}/usr/src/linux:${S}/linux/drivers/media/common/saa716x)
-	saa716x_core(misc:${EROOT}/usr/src/linux:${S}/linux/drivers/media/common/saa716x)
-	saa716x_budget(misc:${EROOT}/usr/src/linux:${S}/linux/drivers/media/common/saa716x)
-	saa716x_hybrid(misc:${EROOT}/usr/src/linux:${S}/linux/drivers/media/common/saa716x)"
-
-CONFIG_CHECK="DVB_CORE DVB_STV6110x DVB_STV090x"
-
-src_prepare() {
-	default
-
-	kernel_is ge 4 4 0 && eapply "${FILESDIR}/v4l-dvb-saa716x-up-to-4.4.patch"
-	kernel_is ge 4 9 0 && eapply "${FILESDIR}/v4l-dvb-saa716x-up-to-4.9.patch"
-	kernel_is ge 4 14 0 && eapply "${FILESDIR}/v4l-dvb-saa716x-up-to-4.14.patch"
-	kernel_is ge 4 17 0 && eapply "${FILESDIR}/v4l-dvb-saa716x-up-to-4.17.patch"
-	kernel_is ge 5 6 0 && eapply "${FILESDIR}/v4l-dvb-saa716x-5.6-fix-compile.patch"
-}
-
-src_compile() {
-	kernel_is le 5 0 && BUILD_PARAMS="SUBDIRS" || BUILD_PARAMS="M"
-	BUILD_PARAMS+="=${S}/linux/drivers/media/common/saa716x CONFIG_SAA716X_CORE=m \
-		CONFIG_DVB_SAA716X_FF=m CONFIG_DVB_SAA716X_BUDGET=m CONFIG_DVB_SAA716X_HYBRID=m"
-	addpredict /usr/src/linux/
-	linux-mod_src_compile
-}


             reply	other threads:[~2024-06-23 19:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-23 19:49 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-15 13:17 [gentoo-commits] repo/gentoo:master commit in: media-tv/v4l-dvb-saa716x/, media-tv/v4l-dvb-saa716x/files/ Mike Pagano
2019-02-03 22:57 Andreas Sturmlechner

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=1719171798.eb1c0700ad895fe419f76ffa5b68c21845322d2e.conikost@gentoo \
    --to=conikost@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