From 63bcfd14332970fd3581a5829281fbac01dea556 Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Wed, 28 Dec 2016 17:05:58 +0100 Subject: media-libs/libdvb: remove unused patches --- .../libdvb-0.5.5.1-gentoo-file-collisions.patch | 129 --------------------- .../libdvb/files/libdvb-0.5.5.1-gentoo.patch | 33 ------ 2 files changed, 162 deletions(-) delete mode 100644 media-libs/libdvb/files/libdvb-0.5.5.1-gentoo-file-collisions.patch delete mode 100644 media-libs/libdvb/files/libdvb-0.5.5.1-gentoo.patch (limited to 'media-libs') diff --git a/media-libs/libdvb/files/libdvb-0.5.5.1-gentoo-file-collisions.patch b/media-libs/libdvb/files/libdvb-0.5.5.1-gentoo-file-collisions.patch deleted file mode 100644 index 408c62c28112..000000000000 --- a/media-libs/libdvb/files/libdvb-0.5.5.1-gentoo-file-collisions.patch +++ /dev/null @@ -1,129 +0,0 @@ -diff -ru libdvb-0.5.5.1-orig/dvb-mpegtools/main.cc libdvb-0.5.5.1/dvb-mpegtools/main.cc ---- libdvb-0.5.5.1-orig/dvb-mpegtools/main.cc 2006-01-21 14:16:09.919104500 +0100 -+++ libdvb-0.5.5.1/dvb-mpegtools/main.cc 2006-01-21 14:16:38.460888250 +0100 -@@ -54,7 +54,7 @@ - - #define PROGS 29 - --char *prognames[PROGS+1] = { "streamtype", // 0 -+char *prognames[PROGS+1] = { "streamtype_mpg", // 0 - "ts2pes", // 1 - "ps2vid", - "pes2aud_es", -@@ -63,7 +63,7 @@ - "pes2vid", - "tspids", - "pes2ts", -- "analyze", -+ "analyze_mpg", - "pes_demux", // 10 - "es_demux", - "ts_demux", -@@ -87,7 +87,7 @@ - }; - - --enum { streamtype_, // 0 -+enum { streamtype_mpg_, // 0 - ts2pes_, // 1 - ps2vid_, - pes2aud_es_, -@@ -96,7 +96,7 @@ - pes2vid_, - tspids_, - pes2ts_, -- analyze_, -+ analyze_mpg_, - pes_demux_, // 10 - es_demux_, - ts_demux_, -@@ -123,9 +123,9 @@ - { - switch(progn) { - -- case streamtype_: -- cerr << "usage: streamtype " << endl; -- cerr << "or streamtype < (or pipe)" << endl; -+ case streamtype_mpg_: -+ cerr << "usage: streamtype_mpg " << endl; -+ cerr << "or streamtype_mpg < (or pipe)" << endl; - break; - - case ts2pes_: -@@ -175,9 +175,9 @@ - cerr << " (or pipe)" << endl; - break; - -- case analyze_: -- cerr << "usage: analyze " << endl; -- cerr << " or analyze < (or pipe)" << endl; -+ case analyze_mpg_: -+ cerr << "usage: analyze_mpg " << endl; -+ cerr << " or analyze_mpg < (or pipe)" << endl; - break; - - case pes_demux_: -@@ -320,7 +320,7 @@ - } - - switch( progn ) { -- case streamtype_: { -+ case streamtype_mpg_: { - char *streams[4] = { "PS_STREAM", "TS_STREAM" - , "PES_STREAM"}; - char *tv_form[3] = {"DUNNO", "PAL", "NTSC"}; -@@ -426,7 +426,7 @@ - } - break; - -- case analyze_: -+ case analyze_mpg_: - if (fd == STDIN_FILENO) { - analyze(cin); - } else { -diff -ru libdvb-0.5.5.1-orig/dvb-mpegtools/Makefile libdvb-0.5.5.1/dvb-mpegtools/Makefile ---- libdvb-0.5.5.1-orig/dvb-mpegtools/Makefile 2006-01-21 14:16:09.919104500 +0100 -+++ libdvb-0.5.5.1/dvb-mpegtools/Makefile 2006-01-21 14:16:38.460888250 +0100 -@@ -11,8 +11,8 @@ - CPPSRC = $(wildcard *.cpp) - CSRC = $(wildcard *.cc) - COBJ = $(notdir $(SRC:.c=.o)) --LINKS = streamtype ts2pes ps2vid pes2aud_es pes2aud pes2vid_es pes2vid \ -- tspids pes2ts analyze pes_demux es_demux ts_demux ts_es_demux \ -+LINKS = streamtype_mpg ts2pes ps2vid pes2aud_es pes2aud pes2vid_es pes2vid \ -+ tspids pes2ts analyze_mpg pes_demux es_demux ts_demux ts_es_demux \ - pesplot pes2ts2 pes_repack split_mpg cut_mpg ts2ps ts2es\ - insert_pat_pmt get_http extract_pes extract_pes_payload\ - change_aspect_1_1 change_aspect_4_3 change_aspect_16_9 \ -diff -ru libdvb-0.5.5.1-orig/dvb-mpegtools/README libdvb-0.5.5.1/dvb-mpegtools/README ---- libdvb-0.5.5.1-orig/dvb-mpegtools/README 2006-01-21 14:16:09.923104750 +0100 -+++ libdvb-0.5.5.1/dvb-mpegtools/README 2006-01-21 14:24:06.020859000 +0100 -@@ -21,10 +21,10 @@ - get_http http://mymachine:8090/test.avi | mplayer - - usage: get_http - --streamtype -+streamtype_mpg (original name was streamtype, renamed to avoid name collisions) - tries to recognize the stream type and gives information about the stream. --usage: streamtype --or streamtype < (or pipe) -+usage: streamtype_mpg -+or streamtype_mpg < (or pipe) - - ts2ps - ts2pes -@@ -70,11 +70,11 @@ - usage: pes2ts2