summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Dummer <martin.dummer@ts.fujitsu.com>2018-05-10 23:44:36 +0200
committerMichał Górny <mgorny@gentoo.org>2018-05-11 11:23:17 +0200
commit9b395179dbfab9dfbd7f0883fc85268b4ed1e643 (patch)
treee62c94f126c8b251e2b4abfd1f32761a8fff2c9c /media-plugins/vdr-epgsearch/files
parentnet-im/signal-desktop-bin: remove old version 1.8.0 (diff)
downloadgentoo-9b395179dbfab9dfbd7f0883fc85268b4ed1e643.tar.gz
gentoo-9b395179dbfab9dfbd7f0883fc85268b4ed1e643.tar.bz2
gentoo-9b395179dbfab9dfbd7f0883fc85268b4ed1e643.zip
media-plugins/vdr-epgsearch: drop old
Closes: https://bugs.gentoo.org/650078 Closes: https://github.com/gentoo/gentoo/pull/8338 Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'media-plugins/vdr-epgsearch/files')
-rw-r--r--media-plugins/vdr-epgsearch/files/vdr-epgsearch-1.0.0_vdr-1.7.25.diff32
-rw-r--r--media-plugins/vdr-epgsearch/files/vdr-epgsearch-1.0.0_vdr-1.7.33.diff120
-rw-r--r--media-plugins/vdr-epgsearch/files/vdr-epgsearch-1.0.0_vdr-2.1.2.diff15
3 files changed, 0 insertions, 167 deletions
diff --git a/media-plugins/vdr-epgsearch/files/vdr-epgsearch-1.0.0_vdr-1.7.25.diff b/media-plugins/vdr-epgsearch/files/vdr-epgsearch-1.0.0_vdr-1.7.25.diff
deleted file mode 100644
index 3a8babbc16fb..000000000000
--- a/media-plugins/vdr-epgsearch/files/vdr-epgsearch-1.0.0_vdr-1.7.25.diff
+++ /dev/null
@@ -1,32 +0,0 @@
---- epgsearch/conflictcheck.h.bak 2012-03-03 15:33:15.000000000 +0100
-+++ epgsearch/conflictcheck.h 2012-03-03 15:35:43.000000000 +0100
-@@ -169,12 +169,12 @@
- result = true;
- #ifdef DO_REC_AND_PLAY_ON_PRIMARY_DEVICE
- else
-- result = Priority >= Setup.PrimaryLimit;
-+ result = Priority >= 0;
- #endif
- #endif
- }
- else
-- result = !IsPrimaryDevice() || Priority >= Setup.PrimaryLimit;
-+ result = !IsPrimaryDevice() || Priority >= 0;
- }
- else
- needsDetachReceivers = true;
-@@ -259,12 +259,12 @@
- result = true;
- #ifdef DO_REC_AND_PLAY_ON_PRIMARY_DEVICE
- else
-- result = Priority >= Setup.PrimaryLimit;
-+ result = Priority >= 0;
- #endif
- #endif
- }
- else
-- result = !IsPrimaryDevice() || Priority >= Setup.PrimaryLimit;
-+ result = !IsPrimaryDevice() || Priority >= 0;
- }
- else
- needsDetachReceivers = true;
diff --git a/media-plugins/vdr-epgsearch/files/vdr-epgsearch-1.0.0_vdr-1.7.33.diff b/media-plugins/vdr-epgsearch/files/vdr-epgsearch-1.0.0_vdr-1.7.33.diff
deleted file mode 100644
index aa51685cb282..000000000000
--- a/media-plugins/vdr-epgsearch/files/vdr-epgsearch-1.0.0_vdr-1.7.33.diff
+++ /dev/null
@@ -1,120 +0,0 @@
-diff -Naur epgsearch-1.0.0.orig/epgsearchsvdrp.c epgsearch-1.0.0/epgsearchsvdrp.c
---- epgsearch-1.0.0.orig/epgsearchsvdrp.c 2012-12-15 11:42:41.000000000 +0100
-+++ epgsearch-1.0.0/epgsearchsvdrp.c 2012-12-15 11:44:38.000000000 +0100
-@@ -564,7 +564,7 @@
- strftime(bufStart, sizeof(bufStart), "%H%M", localtime_r(&start, &tm_r));
- strftime(bufEnd, sizeof(bufEnd), "%H%M", localtime_r(&stop, &tm_r));
-
-- int timerMatch;
-+ eTimerMatch timerMatch;
- bool hasTimer = false;
- if (Timers.GetMatch(pEvent, &timerMatch))
- hasTimer = (timerMatch == tmFull);
-diff -Naur epgsearch-1.0.0.orig/mail.c epgsearch-1.0.0/mail.c
---- epgsearch-1.0.0.orig/mail.c 2012-12-15 11:42:41.000000000 +0100
-+++ epgsearch-1.0.0/mail.c 2012-12-15 11:45:02.000000000 +0100
-@@ -49,7 +49,7 @@
- const cEvent* pEvent = GetEvent();
- if (!pEvent) return "";
-
-- int TimerMatch = tmNone;
-+ eTimerMatch TimerMatch = tmNone;
- cTimer* pTimer = Timers.GetMatch(pEvent, &TimerMatch);
- if (!pTimer) return "";
-
-diff -Naur epgsearch-1.0.0.orig/menu_commands.c epgsearch-1.0.0/menu_commands.c
---- epgsearch-1.0.0.orig/menu_commands.c 2012-12-15 11:42:41.000000000 +0100
-+++ epgsearch-1.0.0/menu_commands.c 2012-12-15 11:45:40.000000000 +0100
-@@ -121,7 +121,7 @@
- {
- if (!event) return osContinue;
-
-- int timerMatch = tmNone;
-+ eTimerMatch timerMatch = tmNone;
- cTimer* timer = Timers.GetMatch(event, &timerMatch);
- if (timerMatch == tmFull)
- {
-diff -Naur epgsearch-1.0.0.orig/menu_event.c epgsearch-1.0.0/menu_event.c
---- epgsearch-1.0.0.orig/menu_event.c 2012-12-15 11:42:41.000000000 +0100
-+++ epgsearch-1.0.0/menu_event.c 2012-12-15 11:46:17.000000000 +0100
-@@ -92,7 +92,7 @@
- cEventObj* eventObjPrev = GetPrev(event);
- cEventObj* eventObjNext = GetNext(event);
-
-- int timerMatch = tmNone;
-+ eTimerMatch timerMatch = tmNone;
- Timers.GetMatch(event, &timerMatch);
- const char* szRed = trVDR("Button$Record");
- if (timerMatch == tmFull)
-diff -Naur epgsearch-1.0.0.orig/menu_main.c epgsearch-1.0.0/menu_main.c
---- epgsearch-1.0.0.orig/menu_main.c 2012-12-15 11:42:41.000000000 +0100
-+++ epgsearch-1.0.0/menu_main.c 2012-12-15 11:47:08.000000000 +0100
-@@ -181,7 +181,7 @@
- if (item) {
- if (item->timerMatch == tmFull)
- {
-- int tm = tmNone;
-+ eTimerMatch tm = tmNone;
- cTimer *timer = Timers.GetMatch(item->event, &tm);
- if (timer)
- {
-diff -Naur epgsearch-1.0.0.orig/menu_searchresults.c epgsearch-1.0.0/menu_searchresults.c
---- epgsearch-1.0.0.orig/menu_searchresults.c 2012-12-15 11:42:41.000000000 +0100
-+++ epgsearch-1.0.0/menu_searchresults.c 2012-12-15 11:51:12.000000000 +0100
-@@ -217,7 +217,7 @@
- if (item) {
- if (item->timerMatch == tmFull)
- {
-- int tm = tmNone;
-+ eTimerMatch tm = tmNone;
- cTimer *timer = Timers.GetMatch(item->event, &tm);
- if (timer)
- {
-diff -Naur epgsearch-1.0.0.orig/menu_searchresults.h epgsearch-1.0.0/menu_searchresults.h
---- epgsearch-1.0.0.orig/menu_searchresults.h 2012-12-15 11:42:41.000000000 +0100
-+++ epgsearch-1.0.0/menu_searchresults.h 2012-12-15 11:51:57.000000000 +0100
-@@ -50,7 +50,7 @@
- bool episodeOnly;
- cMenuTemplate* menuTemplate;
- public:
-- int timerMatch;
-+ eTimerMatch timerMatch;
- bool inSwitchList;
- const cEvent *event;
- const cSearchExt* search;
-diff -Naur epgsearch-1.0.0.orig/menu_whatson.c epgsearch-1.0.0/menu_whatson.c
---- epgsearch-1.0.0.orig/menu_whatson.c 2012-12-15 11:42:41.000000000 +0100
-+++ epgsearch-1.0.0/menu_whatson.c 2012-12-15 11:52:37.000000000 +0100
-@@ -527,7 +527,7 @@
- {
- if (item->timerMatch == tmFull)
- {
-- int tm = tmNone;
-+ eTimerMatch tm = tmNone;
- cTimer *timer = Timers.GetMatch(item->event, &tm);
- if (timer)
- {
-diff -Naur epgsearch-1.0.0.orig/menu_whatson.h epgsearch-1.0.0/menu_whatson.h
---- epgsearch-1.0.0.orig/menu_whatson.h 2012-12-15 11:42:41.000000000 +0100
-+++ epgsearch-1.0.0/menu_whatson.h 2012-12-15 11:53:09.000000000 +0100
-@@ -35,7 +35,7 @@
- const cEvent *event;
- cChannel *channel;
- showMode mode;
-- int timerMatch;
-+ eTimerMatch timerMatch;
- bool inSwitchList;
- cMenuTemplate* menuTemplate;
-
-diff -Naur epgsearch-1.0.0.orig/services.c epgsearch-1.0.0/services.c
---- epgsearch-1.0.0.orig/services.c 2012-12-15 11:42:41.000000000 +0100
-+++ epgsearch-1.0.0/services.c 2012-12-15 11:53:34.000000000 +0100
-@@ -143,7 +143,7 @@
- strftime(bufStart, sizeof(bufStart), "%H%M", localtime_r(&start, &tm_r));
- strftime(bufEnd, sizeof(bufEnd), "%H%M", localtime_r(&stop, &tm_r));
-
-- int timerMatch;
-+ eTimerMatch timerMatch;
- bool hasTimer = false;
- if (Timers.GetMatch(pEvent, &timerMatch))
- hasTimer = (timerMatch == tmFull);
diff --git a/media-plugins/vdr-epgsearch/files/vdr-epgsearch-1.0.0_vdr-2.1.2.diff b/media-plugins/vdr-epgsearch/files/vdr-epgsearch-1.0.0_vdr-2.1.2.diff
deleted file mode 100644
index 5b9d657e95ec..000000000000
--- a/media-plugins/vdr-epgsearch/files/vdr-epgsearch-1.0.0_vdr-2.1.2.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -Naur epgsearch-1.0.0.orig/uservars.h epgsearch-1.0.0/uservars.h
---- epgsearch-1.0.0.orig/uservars.h 2013-10-23 00:54:29.000000000 +0200
-+++ epgsearch-1.0.0/uservars.h 2013-10-23 00:56:21.000000000 +0200
-@@ -537,7 +537,11 @@
- cVideodirVar() : cInternalVar("%videodir%") {}
- string Evaluate(const cEvent*, bool escapeStrings = false)
- {
-+#if APIVERSNUM > 20101
-+ return cVideoDirectory::Name();
-+#else
- return VideoDirectory;
-+#endif
- }
- };
-