public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/dvbstream/files/
Date: Sat,  6 Jul 2024 08:18:00 +0000 (UTC)	[thread overview]
Message-ID: <1720253816.4a539eb549e91bba87894ee8caeb51fa05d832d4.arthurzam@gentoo> (raw)

commit:     4a539eb549e91bba87894ee8caeb51fa05d832d4
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Jul  6 07:42:50 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  6 08:16:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a539eb5

media-tv/dvbstream: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 ...bstream-0.7_pre20080302-telnet-port-switch.diff | 26 ----------------------
 .../files/dvbstream-0.7_pre20080516-update.diff    | 12 ----------
 2 files changed, 38 deletions(-)

diff --git a/media-tv/dvbstream/files/dvbstream-0.7_pre20080302-telnet-port-switch.diff b/media-tv/dvbstream/files/dvbstream-0.7_pre20080302-telnet-port-switch.diff
deleted file mode 100644
index 6964b4f3e779..000000000000
--- a/media-tv/dvbstream/files/dvbstream-0.7_pre20080302-telnet-port-switch.diff
+++ /dev/null
@@ -1,26 +0,0 @@
-diff -ru dvbstream-orig/dvbstream.c dvbstream/dvbstream.c
---- dvbstream-orig/dvbstream.c	2008-05-16 18:23:03.023540289 +0200
-+++ dvbstream/dvbstream.c	2008-05-16 18:25:32.293536581 +0200
-@@ -929,6 +929,7 @@
- 
-   if (argc==1) {
-     fprintf(stderr,"Usage: dvbtune [OPTIONS] pid1 pid2 ... pid8\n\n");
-+    fprintf(stderr,"-tp         TELNET port\n");
-     fprintf(stderr,"-i          IP multicast address\n");
-     fprintf(stderr,"-r          IP multicast port\n");
-     fprintf(stderr,"-net ip:prt IP address:port combination to be followed by pids list. Can be repeated to generate multiple RTP streams\n");
-@@ -1079,6 +1080,12 @@
-         LOF2=atoi(argv[i]);
-         LOF2*=1000UL;
-       }
-+#ifdef ENABLE_TELNET
-+      else if (strcmp(argv[i],"-tp")==0) {
-+        i++;
-+	port=atoi(argv[i]);
-+      }
-+#endif
-       else if (strcmp(argv[i],"-s")==0) {
-         i++;
-         srate=atoi(argv[i])*1000UL;
-Nur in dvbstream: dvbstream.c.orig.
-Nur in dvbstream: dvbstream.c.rej.

diff --git a/media-tv/dvbstream/files/dvbstream-0.7_pre20080516-update.diff b/media-tv/dvbstream/files/dvbstream-0.7_pre20080516-update.diff
deleted file mode 100644
index ed670e465376..000000000000
--- a/media-tv/dvbstream/files/dvbstream-0.7_pre20080516-update.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ru dvbstream-20080302/dvbstream.c dvbstream/dvbstream.c
---- dvbstream-20080302/dvbstream.c	2007-09-14 23:02:39.000000000 +0200
-+++ dvbstream/dvbstream.c	2008-03-24 19:28:16.000000000 +0100
-@@ -817,6 +817,8 @@
-     return 0;
-   else if(af == 3)
-     l += buf[4] + 1;
-+  if(l >= TS_SIZE - 4)
-+    return 0;
- 
-   if(pid == 0)
-   {


                 reply	other threads:[~2024-07-06  8:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1720253816.4a539eb549e91bba87894ee8caeb51fa05d832d4.arthurzam@gentoo \
    --to=arthurzam@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