debian/0000755000000000000000000000000012145210445007164 5ustar debian/links0000644000000000000000000000101512126022503010217 0ustar etc/vdr/plugins/epgsearch/epgsearchcmds.conf var/lib/vdr/plugins/epgsearch/epgsearchcmds.conf etc/vdr/plugins/epgsearch/epgsearchmenu.conf var/lib/vdr/plugins/epgsearch/epgsearchmenu.conf etc/vdr/plugins/epgsearch/epgsearchcats.conf var/lib/vdr/plugins/epgsearch/epgsearchcats.conf etc/vdr/plugins/epgsearch/epgsearchupdmail.templ var/lib/vdr/plugins/epgsearch/epgsearchupdmail.templ etc/vdr/plugins/epgsearch/epgsearchconflmail.templ var/lib/vdr/plugins/epgsearch/epgsearchconflmail.templ debian/patches/0000755000000000000000000000000012126022503010606 5ustar debian/patches/02_do_not_clean_docs.patch0000644000000000000000000000101512126022503015561 0ustar Index: vdr-plugin-epgsearch/Makefile =================================================================== --- vdr-plugin-epgsearch.orig/Makefile 2012-03-25 14:41:11.000000000 +0200 +++ vdr-plugin-epgsearch/Makefile 2012-03-25 14:41:20.000000000 +0200 @@ -298,4 +298,4 @@ @-rm -f $(PODIR)/*.mo $(PODIR)/*.pot @-rm -f $(OBJS) $(OBJS2) $(OBJS3) $(OBJS4) $(DEPFILE) *.so *.tgz core* createcats createcats.o pod2*.tmp @-find . \( -name "*~" -o -name "#*#" \) -print0 | xargs -0r rm -f - @-rm -rf doc html man + @-rm -rf html debian/patches/01_debian-defaults.patch0000644000000000000000000000440512126022503015161 0ustar #! /bin/sh /usr/share/dpatch/dpatch-run ## 01_debian-defaults.dpatch by Tobias Grimm ## ## Thomas Günther : ## - adapted to epgsearch-0.9.23.beta18 ## - adapted to epgsearch-0.9.25.beta16 ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Modifies some debian-specific default settings. @DPATCH@ Index: vdr-plugin-epgsearch/epgsearchsetup.c =================================================================== --- vdr-plugin-epgsearch.orig/epgsearchsetup.c 2012-03-25 14:10:26.000000000 +0200 +++ vdr-plugin-epgsearch/epgsearchsetup.c 2012-03-25 14:11:19.000000000 +0200 @@ -121,7 +121,7 @@ FavoritesMenuMode[3] = tr("before 'next'"); MailMethod[0] = "sendmail"; - MailMethod[1] = "sendEmail.pl"; + MailMethod[1] = "sendEmail"; Setup(); } @@ -876,7 +876,7 @@ AddHelp(tr("Help$Specify the email address where notifications should be sent to.")); Add(new cMenuEditStraItem(tr("Mail method"), &data->mailViaScript, 2, MailMethod)); - AddHelp(tr("Help$Specify here the method to use when sending mails.\nYou can choose between\n - 'sendmail': requires a properly configured email system\n - 'SendEmail.pl': simple script for mail delivery")); + AddHelp(tr("Help$Specify here the method to use when sending mails.\nYou can choose between\n - 'sendmail': requires a properly configured email system\n - 'sendEmail': simple script for mail delivery")); if (data->mailViaScript) { Index: vdr-plugin-epgsearch/mail.c =================================================================== --- vdr-plugin-epgsearch.orig/mail.c 2012-03-25 14:10:26.000000000 +0200 +++ vdr-plugin-epgsearch/mail.c 2012-03-25 14:11:19.000000000 +0200 @@ -40,7 +40,7 @@ extern bool isUTF8; using namespace std; -string cMailNotifier::MailCmd = "sendEmail.pl"; +string cMailNotifier::MailCmd = "sendEmail"; // ---------------------- // cMailTimerNotification @@ -246,7 +246,7 @@ { string mailCmd = MailCmd; LogFile.Log(3, "starting mail script: %s with parameters: %s", mailCmd.c_str(), ScriptArgs.c_str()); - if (mailCmd == "sendEmail.pl") // beautify output for standard script + if (mailCmd == "sendEmail") // beautify output for standard script ScriptArgs += " | cut -d\" \" -f 6-"; cCommand cmd; debian/patches/series0000644000000000000000000000006412126022503012023 0ustar 01_debian-defaults.patch 02_do_not_clean_docs.patch debian/copyright0000644000000000000000000000520112126022503011110 0ustar Upstream Homepage: http://winni.vdr-developer.org/epgsearch/ Upstream Authors: Christian Wieninger Mike Constabel (manpages) Debian Maintainers: Tobias Grimm Thomas Günther Thomas Schmidt Roman Müllenschläder Copyright: (C) 2004 - 2013 Christian Wieninger Copyright for the agrep fuzzy algorithm (afuzzy.c): (C) 2002 Leonid Boitsov (original C++ version), Stas Namin (C port) Copyright for MD5 Message-Digest Algorithm (md5.c): (C) 1991-2 RSA Data Security, Inc (C) 2002 Gary McNickle Copyright (Debian packaging): (C) 2004 Roman Müllenschläder (C) 2004 - 2013 Tobias Grimm, Thomas Günther, Thomas Schmidt License: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. The complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-2 on most Debian systems. License for the MD5 Message-Digest Algorithm (md5.c) component: License to copy and use this software is granted provided that it is identified as the "RSA Data Security, Inc. MD5 Message-Digest Algorithm" in all material mentioning or referencing this software or this function. License is also granted to make and use derivative works provided that such works are identified as "derived from the RSA Data Security, Inc. MD5 Message-Digest Algorithm" in all material mentioning or referencing the derived work. RSA Data Security, Inc. makes no representations concerning either the merchantability of this software or the suitability of this software for any particular purpose. It is provided "as is" without express or implied warranty of any kind. These notices must be retained in any copies of any part of this documentation and/or software. License (Debian packaging): The Debian packaging is licensed under the GPL, version 2 or any later version, see /usr/share/common-licenses/GPL-2. debian/source/0000755000000000000000000000000012126022503010457 5ustar debian/source/format0000644000000000000000000000001412126022503011665 0ustar 3.0 (quilt) debian/epg2taste.sh0000644000000000000000000000115312126022503011411 0ustar # # epg2taste.sh - v.0.1 # # add this line to your epgsearchcmds.conf: # folgende zeile in die epgsearchcmds.conf eintragen: # # epg2taste : /usr/lib/vdr-plugin-epgsearch/epg2taste.sh # CONFIG START TASTE_FILE="/var/lib/vdr/plugins/taste.conf" # default taste settings REGULAR_EXPRESSION=0 # Regular Expression / Regulärer Ausdruck IGNORE_CASE=0 # Ignore Case / Groß/Kleinschreibung ignorieren # CONFIG END # add taste echo "${REGULAR_EXPRESSION}:${IGNORE_CASE}:${1}" >> "${TASTE_FILE}" echo "Done..." # jump back at now <= 2.0.0) -- Tobias Grimm Sun, 31 Mar 2013 14:00:03 +0200 vdr-plugin-epgsearch (1.0.1~beta3-4) unstable; urgency=low * Build-depend on vdr-dev (>= 1.7.42) -- Tobias Grimm Sat, 23 Mar 2013 20:48:07 +0100 vdr-plugin-epgsearch (1.0.1~beta3-3) unstable; urgency=low * Build-depend on vdr-dev (>= 1.7.41) -- Tobias Grimm Sun, 17 Mar 2013 19:45:18 +0100 vdr-plugin-epgsearch (1.0.1~beta3-2) unstable; urgency=low * Build-depend on vdr-1.7.40 -- Tobias Grimm Sun, 10 Mar 2013 18:53:22 +0100 vdr-plugin-epgsearch (1.0.1~beta3-1) unstable; urgency=low * New upstream version * Use debhelper 9 * Build-depend on vdr-1.7.39 -- Tobias Grimm Sun, 24 Feb 2013 13:17:36 +0100 vdr-plugin-epgsearch (1.0.0+git20120325-4) unstable; urgency=low * Now really build-depend on vdr-1.7.28 -- Tobias Grimm Thu, 28 Jun 2012 23:17:10 +0200 vdr-plugin-epgsearch (1.0.0+git20120325-3) unstable; urgency=low * Build-depend on vdr-dev (>= 1.7.28) -- Tobias Grimm Fri, 08 Jun 2012 14:59:21 +0200 vdr-plugin-epgsearch (1.0.0+git20120325-2) unstable; urgency=low * Build-depend on vdr-dev (>= 1.7.27) -- Tobias Grimm Thu, 19 Apr 2012 23:03:22 +0200 vdr-plugin-epgsearch (1.0.0+git20120325-1) unstable; urgency=low * New Upstream Snapshot (commit 65f1e50) (Closes: #666316) * Build-depend on vdr-dev (>= 1.7.26) * Standards-Version: 3.9.3 * Added debian/rules get-vcs-snapshot -- Tobias Grimm Wed, 04 Apr 2012 22:51:02 +0200 vdr-plugin-epgsearch (1.0.0-4) unstable; urgency=low * Build-depend on vdr-dev (>= 1.7.23) -- Tobias Grimm Sun, 29 Jan 2012 19:05:23 +0100 vdr-plugin-epgsearch (1.0.0-3) unstable; urgency=low * Build-depend on vdr-dev (>= 1.7.22) -- Tobias Grimm Sun, 11 Dec 2011 17:16:37 +0100 vdr-plugin-epgsearch (1.0.0-2) unstable; urgency=low * Switched to GIT using pristine tar -- Tobias Grimm Sat, 29 Oct 2011 20:10:27 +0200 vdr-plugin-epgsearch (1.0.0-1) unstable; urgency=low * New upstream release * Build-depend on vdr-dev (>= 1.7.21) -- Tobias Grimm Sun, 18 Sep 2011 18:22:39 +0200 vdr-plugin-epgsearch (0.9.25~beta21-4) unstable; urgency=low * Build-depend on vdr-dev (>= 1.7.20) * Standards-Version: 3.9.2 -- Tobias Grimm Sat, 20 Aug 2011 15:25:37 +0200 vdr-plugin-epgsearch (0.9.25~beta21-3) unstable; urgency=low * Build-depend on vdr-dev (>= 1.7.19) -- Tobias Grimm Sun, 19 Jun 2011 22:31:43 +0200 vdr-plugin-epgsearch (0.9.25~beta21-2) unstable; urgency=low * Build-depend on vdr-dev (>= 1.7.18) -- Tobias Grimm Sun, 17 Apr 2011 20:06:23 +0200 vdr-plugin-epgsearch (0.9.25~beta21-1) unstable; urgency=low * New upstream release * Build-depend on vdr-dev >= 1.7.17 * Updated debian/copyright * Standards-Version: 3.9.1 * Switched to debhelper 7 and dropped cdbs -- Tobias Grimm Sun, 03 Apr 2011 21:59:25 +0200 vdr-plugin-epgsearch (0.9.25~beta17-1) unstable; urgency=low * New upstream release (beta) * Standards-Version: 3.9.1 -- Tobias Grimm Wed, 27 Oct 2010 19:34:59 +0200 vdr-plugin-epgsearch (0.9.25~beta16-3) unstable; urgency=low [ Thomas Schmidt ] * Standards-Version: 3.8.4 -- Tobias Grimm Sun, 04 Apr 2010 14:02:02 +0200 vdr-plugin-epgsearch (0.9.25~beta16-2) unstable; urgency=low * Removed INCLUDES from debian/rules ("INCLUDES +=" in Makefile not applied) * Build-Depend on vdr-dev (>= 1.6.0-16) * Added pkg-config to Build-Depends -- Thomas Günther Thu, 04 Mar 2010 13:09:35 +0100 vdr-plugin-epgsearch (0.9.25~beta16-1) unstable; urgency=low * New upstream beta release * Adapted 01_debian-defaults.dpatch * Removed 02_gcc-4.3.dpatch (fixed upstream) * Removed 03_gcc-4.4.dpatch (fixed upstream) * Updated debian/copyright -- Thomas Günther Fri, 05 Feb 2010 20:36:20 +0100 vdr-plugin-epgsearch (0.9.24-6) unstable; urgency=low * Removed non-standard shebang line from debian/rules (Closes: #552639) * Added README.source * Added gcc 4.4 fix -- Tobias Grimm Sun, 08 Nov 2009 23:15:48 +0100 vdr-plugin-epgsearch (0.9.24-5) unstable; urgency=low * Standards-Version: 3.8.3 * Dropped conf file moving to maintainer scripts -- Tobias Grimm Fri, 09 Oct 2009 22:36:26 +0200 vdr-plugin-epgsearch (0.9.24-4) unstable; urgency=low * Release for vdrdevel 1.7.6 * Added ${misc:Depends} * Bumped standards version to 3.8.1 * Updated debian/copyright * Changed section to "video" -- Thomas Günther Wed, 29 Apr 2009 23:10:50 +0200 vdr-plugin-epgsearch (0.9.24-3) unstable; urgency=low [ Tobias Grimm ] * Dropped patchlevel control field * Build-Depend on vdr-dev (>=1.6.0-5) * Bumped Standards-Version to 3.8.0 -- Thomas Schmidt Sat, 19 Jul 2008 17:28:51 +0200 vdr-plugin-epgsearch (0.9.24-2) unstable; urgency=low [ Tobias Grimm ] * Added 02_gcc-4.3.dpatch to fix GCC-4.3 related FTBFS [ Thomas Schmidt ] * Fixes FTBFS related to the new dpkg (closes: #484290) * Upload to unstable -- Thomas Schmidt Sun, 08 Jun 2008 23:04:16 +0200 vdr-plugin-epgsearch (0.9.24-1) experimental; urgency=low * New upstream release * COMPAT = 5 -- Tobias Grimm Thu, 01 May 2008 17:59:55 +0200 vdr-plugin-epgsearch (0.9.24~beta25-1) experimental; urgency=low [ Tobias Grimm ] * New upstream release [ Thomas Schmidt ] * Build-Depend on vdr-dev (>=1.6.0) -- Tobias Grimm Thu, 03 Apr 2008 23:42:18 +0200 vdr-plugin-epgsearch (0.9.24~beta19-1) experimental; urgency=low * New upstream release * Updated debian/copyright -- Tobias Grimm Tue, 19 Feb 2008 00:35:05 +0100 vdr-plugin-epgsearch (0.9.24~beta3-6) experimental; urgency=low * Force update for new VDR release -- Tobias Grimm Sat, 16 Feb 2008 22:30:41 +0100 vdr-plugin-epgsearch (0.9.24~beta3-5) unstable; urgency=low * Switched Build-System to cdbs, Build-Depend on cdbs * Added Homepage field to debian/control * Renamed XS-Vcs-* fields to Vcs-* in debian/control * Bumped Standards-Version to 3.7.3 -- Thomas Schmidt Fri, 28 Dec 2007 23:21:33 +0100 vdr-plugin-epgsearch (0.9.24~beta3-4) unstable; urgency=low * Release for vdrdevel 1.5.12 -- Thomas Günther Tue, 20 Nov 2007 23:46:15 +0100 vdr-plugin-epgsearch (0.9.24~beta3-3) unstable; urgency=low * Release for vdrdevel 1.5.11 -- Thomas Günther Tue, 6 Nov 2007 23:34:09 +0100 vdr-plugin-epgsearch (0.9.24~beta3-2) unstable; urgency=low * Release for vdrdevel 1.5.10 -- Thomas Günther Tue, 16 Oct 2007 23:50:51 +0200 vdr-plugin-epgsearch (0.9.24~beta3-1) unstable; urgency=low * New upstream beta release * Changed locale directory to /usr/share/locale * Corrected copyright year and license in debian/copyright -- Thomas Günther Wed, 26 Sep 2007 23:17:31 +0200 vdr-plugin-epgsearch (0.9.23~beta18-1) unstable; urgency=low * New upstream beta release * Adapted 01_debian-defaults.dpatch * Removed 92_epgsearch-0.9.23-beta1.dpatch * Added gettext to Build-Depends * Added installation of locale files * Corrected license in debian/copyright -- Thomas Günther Sat, 1 Sep 2007 15:59:08 +0200 vdr-plugin-epgsearch (0.9.22-3) unstable; urgency=low * Release for vdrdevel 1.5.6 -- Thomas Günther Tue, 14 Aug 2007 01:46:10 +0200 vdr-plugin-epgsearch (0.9.22-2) unstable; urgency=low * Release for vdrdevel 1.5.5 * Added 92_epgsearch-0.9.23-beta1.dpatch -- Thomas Günther Wed, 27 Jun 2007 23:29:15 +0200 vdr-plugin-epgsearch (0.9.22-1) unstable; urgency=low * New upstream release * Updated debian/copyright and debian/watch to the new upstream homepage -- Thomas Schmidt Mon, 28 May 2007 18:53:37 +0200 vdr-plugin-epgsearch (0.9.21-2) unstable; urgency=low [ Tobias Grimm ] * Improved package description (closes: #423470) [ Thomas Schmidt ] * Added XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control -- Thomas Schmidt Wed, 23 May 2007 18:58:24 +0200 vdr-plugin-epgsearch (0.9.21-1) experimental; urgency=low * New upstream release * Fixed licensing issues reported by Joerg Jaspert - Added full GPL licencse header in to debian/copyright - Added copyright years - Added license and copyright for MD5 code - Added copyright fpr agrep fuzzy algorithm - German and English docs are now both explicitly GPL licensed (Thanks to Christian Wieninger for fixing this so fast!) * Removed 90_menushortcuts.dpatch * Removed 92_MainMenuHooks.dpatch -- Tobias Grimm Thu, 3 May 2007 22:08:52 +0200 vdr-plugin-epgsearch (0.9.20-6) experimental; urgency=low * Release for vdrdevel 1.5.2 -- Thomas Günther Sat, 28 Apr 2007 00:00:22 +0200 vdr-plugin-epgsearch (0.9.20-5) experimental; urgency=low * Added 92_MainMenuHooks.dpatch -- Tobias Grimm Sun, 11 Mar 2007 18:37:43 +0100 vdr-plugin-epgsearch (0.9.20-4) experimental; urgency=low * First uploaded to the official archive (closes #405224) -- Thomas Schmidt Sat, 10 Mar 2007 17:13:44 +0100 vdr-plugin-epgsearch (0.9.20-3) experimental; urgency=low * Release for vdrdevel 1.5.1 -- Thomas Günther Tue, 27 Feb 2007 19:59:12 +0100 vdr-plugin-epgsearch (0.9.20-2) experimental; urgency=low * Added 90_menushortcuts.dpatch and installing menu shortcut plugins now -- Tobias Grimm Sun, 4 Feb 2007 16:22:20 +0100 vdr-plugin-epgsearch (0.9.20-1) unstable; urgency=low * New upstream release * Plugin now moved to Alioth to be uploaded to Debian soon * Updated and shortend the package description a little bit * Deactivated 91_epgsearch-1.5.0 to activate CAM checking again - this has been fixed upstream, but is still experimental * Moved epg2taste.sh, remeberevent.sh to /usr/share/vdr-plugin-epgsearch and removed shebang line * Removed epg2autotimer.sh - VDRAdmin-AM should now be used to create autotimers in the EPG-Search plugin, not vice versa. -- Tobias Grimm Wed, 31 Jan 2007 23:58:15 +0100 vdr-plugin-epgsearch (0.9.19-4) experimental; urgency=low * Added 91_epgsearch-1.5.0.dpatch * Changed Maintainer to Debian VDR Team -- Thomas Günther Sun, 21 Jan 2007 15:17:30 +0100 vdr-plugin-epgsearch (0.9.19-3) experimental; urgency=low [ Thomas Günther ] * Replaced VDRdevel adaptions in debian/rules with make-special-vdr * Adapted call of dependencies.sh and patchlevel.sh to the new location in /usr/share/vdr-dev/ [ Tobias Grimm ] * Build-Depend on vdr-dev (>=1.4.5-1) -- Tobias Grimm Sun, 14 Jan 2007 20:21:33 +0100 vdr-plugin-epgsearch (0.9.19-2) unstable; urgency=low * Build-Depend on vdr-dev (>=1.4.4-1) -- Tobias Grimm Sun, 5 Nov 2006 11:45:38 +0100 vdr-plugin-epgsearch (0.9.19-1) unstable; urgency=low * New upstream release -- Tobias Grimm Sat, 28 Oct 2006 10:58:44 +0200 vdr-plugin-epgsearch (0.9.18-1) unstable; urgency=low * New upstream release [ Tobias Grimm ] * Added conf file moving to maintainer scripts for updating from <= 0.9.17d-2 * Completely installing doc/de and doc/en now * Installing epgserchcats.conf examples now * Supporting email notifications via sendemail now [ Thomas Günther ] * Adapted debian files to new locations of conf and var files -- Tobias Grimm Sat, 21 Oct 2006 16:47:01 +0200 vdr-plugin-epgsearch (0.9.17d-2) unstable; urgency=low * Build-Depend on vdr-dev (>=1.4.3-1) -- Tobias Grimm Sat, 23 Sep 2006 20:32:55 +0200 vdr-plugin-epgsearch (0.9.17d-1) unstable; urgency=low * New upstream release * Build-Depend on vdr-dev (>=1.4.2-1) * Bumped Standards-Version to 3.7.2 -- Tobias Grimm Sun, 27 Aug 2006 16:22:50 +0200 vdr-plugin-epgsearch (0.9.17c-1) unstable; urgency=low * Tobias Grimm - New upstream release -- Debian VDR Team Sun, 18 Jun 2006 16:33:34 +0200 vdr-plugin-epgsearch (0.9.17b-2) unstable; urgency=low * Thomas Günther - New upstream release * Thomas Schmidt - Build-Depend on vdr-dev (>=1.4.1-1) -- Debian VDR Team Fri, 16 Jun 2006 21:29:35 +0200 vdr-plugin-epgsearch (0.9.17a-1) unstable; urgency=low * Thomas Günther - New upstream release - Added sample files for epgsearchmenu.conf and epgsearchcats.conf (thx to Michael Mauksch) -- Debian VDR Team Sat, 10 Jun 2006 00:01:04 +0200 vdr-plugin-epgsearch (0.9.16-4) unstable; urgency=low * Thomas Schmidt - Build-Depend on vdr-dev (>=1.4.0-1) -- Debian VDR Team Wed, 3 May 2006 23:06:28 +0200 vdr-plugin-epgsearch (0.9.16-3) unstable; urgency=low * Tobias Grimm - Removed 90_APIVERSION.dpatch - upstream already supports this -- Debian VDR Team Thu, 27 Apr 2006 02:00:42 +0200 vdr-plugin-epgsearch (0.9.16-2) unstable; urgency=low * Tobias Grimm - Build-Depend on vdr (>=1.3.48-1) - Added 90_APIVERSION.dpatch -- Debian VDR Team Mon, 24 Apr 2006 22:08:31 +0200 vdr-plugin-epgsearch (0.9.16-1) unstable; urgency=low * Thomas Günther - New upstream release * Thomas Schmidt - Build-Depend on vdr-dev (>=1.3.47-1) -- Debian VDR Team Thu, 20 Apr 2006 08:29:25 +0200 vdr-plugin-epgsearch (0.9.15-1) unstable; urgency=low * Thomas Günther - New upstream release -- Debian VDR Team Tue, 18 Apr 2006 01:30:51 +0200 vdr-plugin-epgsearch (0.9.14a-3) unstable; urgency=low * Tobias Grimm - Build-Depend on vdr (>=1.3.46-1) -- Debian VDR Team Wed, 12 Apr 2006 22:14:03 +0200 vdr-plugin-epgsearch (0.9.14a-2) unstable; urgency=low * Tobias Grimm - Build-Depend on vdr (>=1.3.45-1) -- Debian VDR Team Mon, 27 Mar 2006 21:11:39 +0200 vdr-plugin-epgsearch (0.9.14a-1) unstable; urgency=low * Thomas Günther - New upstream release -- Debian VDR Team Tue, 7 Mar 2006 00:43:36 +0100 vdr-plugin-epgsearch (0.9.13-1) unstable; urgency=low * Thomas Günther - New upstream release -- Debian VDR Team Fri, 3 Mar 2006 18:24:56 +0100 vdr-plugin-epgsearch (0.9.12-1) unstable; urgency=low * Thomas Günther - New upstream release -- Debian VDR Team Sun, 5 Mar 2006 11:32:07 +0100 vdr-plugin-epgsearch (0.9.11a-1) unstable; urgency=low * Thomas Günther - New upstream release - Removed 90_epgsearch-0.9.10-1.3.41.dpatch -- Debian VDR Team Fri, 10 Feb 2006 12:38:25 +0100 vdr-plugin-epgsearch (0.9.10-2) unstable; urgency=low * Tobias Grimm - Build-Depend on vdr (>=1.3.41-1) * Thomas Günther - Added 90_epgsearch-0.9.10-1.3.41.dpatch -- Debian VDR Team Tue, 31 Jan 2006 01:40:48 +0100 vdr-plugin-epgsearch (0.9.10-1) unstable; urgency=low * Thomas Günther - New upstream release * Tobias Grimm - Build-Depend on vdr-dev (>=1.3.40-1) -- Debian VDR Team Wed, 25 Jan 2006 23:45:02 +0100 vdr-plugin-epgsearch (0.9.9-1) unstable; urgency=low * Thomas Günther - New upstream release * Thomas Schmidt - Build-Depend on vdr (>=1.3.38-1) -- Thomas Günther Sun, 15 Jan 2006 00:35:27 +0100 vdr-plugin-epgsearch (0.9.8c-1) unstable; urgency=low * New upstream release * Thomas Günther - Removed 01_build.dpatch - Build-Depend on vdr-dev (>= 1.3.37-1) -- Thomas Günther Sun, 4 Dec 2005 16:45:13 +0100 vdr-plugin-epgsearch (0.9.8b-1) unstable; urgency=low * New upstream release * Thomas Günther - Added 01_build.dpatch - Added debian/postrm to remove configuration and log files on purge -- Tobias Grimm Sat, 3 Dec 2005 20:56:24 +0100 vdr-plugin-epgsearch (0.9.7-4) unstable; urgency=low * Build-Depend on vdr (>=1.3.33-1) -- Tobias Grimm Sun, 2 Oct 2005 10:42:22 +0200 vdr-plugin-epgsearch (0.9.7-3) unstable; urgency=low * Build-Depend on vdr (>=1.3.32-1) -- Tobias Grimm Wed, 14 Sep 2005 19:18:00 +0200 vdr-plugin-epgsearch (0.9.7-2) unstable; urgency=low * New fixed upstream upstream tarball -- Tobias Grimm Sun, 4 Sep 2005 18:06:39 +0200 vdr-plugin-epgsearch (0.9.7-1) unstable; urgency=low * New upstream release -- Tobias Grimm Sun, 4 Sep 2005 16:19:33 +0200 vdr-plugin-epgsearch (0.9.6-1) unstable; urgency=low * Thomas Günther - New upstream release * Tobias Grimm - Depend/Build-Depend on vdr (>=1.3.31-1) - Conflict with vdr (>=1.3.31.99) - Use dependencies.sh from vdr-dev to set vdr dependencies and conflicts -- Tobias Grimm Tue, 30 Aug 2005 23:07:43 +0200 vdr-plugin-epgsearch (0.9.5-4) unstable; urgency=low * Depend/Build-Depend on vdr (>=1.3.30-1) * Conflict with vdr (>=1.3.30.99) -- Tobias Grimm Mon, 22 Aug 2005 17:27:30 +0200 vdr-plugin-epgsearch (0.9.5-3) unstable; urgency=low * Depend/Build-Depend on vdr (>=1.3.29-1) * Conflict with vdr (>=1.3.30) -- Tobias Grimm Mon, 15 Aug 2005 21:11:13 +0200 vdr-plugin-epgsearch (0.9.5-2) unstable; urgency=low * Depend/Build-Depend on vdr (>=1.3.28-1) * Conflict with vdr (>=1.3.29) * Bumped Standards-Version to 3.6.2 -- Tobias Grimm Mon, 8 Aug 2005 20:24:57 +0200 vdr-plugin-epgsearch (0.9.5-1) unstable; urgency=low * New upstream release -- Tobias Grimm Sat, 2 Jul 2005 10:16:19 +0200 vdr-plugin-epgsearch (0.9.4-3) unstable; urgency=low * vdrdevel -> vdr * Depend/Build-Depend on vdr (>=1.3.27-1) * Conflict with vdr (>=1.3.28) -- Tobias Grimm Sun, 26 Jun 2005 18:44:05 +0200 vdrdevel-plugin-epgsearch (0.9.4-2) unstable; urgency=low * VDR-1.3.27 -- Thomas Günther Sat, 25 Jun 2005 15:22:21 +0200 vdrdevel-plugin-epgsearch (0.9.4-1) unstable; urgency=low * New upstream release * Removed epgsearch-1.3.17 patch -- Thomas Günther Sat, 25 Jun 2005 14:29:04 +0200 vdrdevel-plugin-epgsearch (0.9.3-6) unstable; urgency=low * VDR-1.3.27 -- Thomas Günther Tue, 21 Jun 2005 00:21:10 +0200 vdrdevel-plugin-epgsearch (0.9.3-5) unstable; urgency=low * VDR-1.3.26 * Upgraded 95_vdrdevel.dpatch to version 0.1.0 -- Thomas Günther Fri, 17 Jun 2005 12:49:36 +0200 vdrdevel-plugin-epgsearch (0.9.3-4) unstable; urgency=low * VDR-1.3.25 * Upgraded 95_vdrdevel.dpatch to version 0.0.9 -- Thomas Günther Mon, 30 May 2005 23:56:34 +0200 vdrdevel-plugin-epgsearch (0.9.3-3) unstable; urgency=low * VDR-1.3.24 -- Thomas Günther Tue, 10 May 2005 02:41:28 +0200 vdrdevel-plugin-epgsearch (0.9.3-2) unstable; urgency=low * VDR-1.3.23 -- Thomas Günther Sat, 16 Apr 2005 13:10:57 +0200 vdrdevel-plugin-epgsearch (0.9.3-1) unstable; urgency=low * New upstream release * Removed debian/plugin.epgsearch.conf * Removed fix-svdrpsend patch * Added epgsearch-1.3.17 patch (to compile with VDR <= 1.3.17) -- Thomas Günther Fri, 15 Apr 2005 03:27:50 +0200 vdrdevel-plugin-epgsearch (0.9.2-2) unstable; urgency=low * VDR-1.3.23 -- Thomas Günther Tue, 22 Mar 2005 02:15:05 +0100 vdrdevel-plugin-epgsearch (0.9.2-1) unstable; urgency=low * New upstream release -- Thomas Günther Tue, 22 Mar 2005 01:15:41 +0100 vdrdevel-plugin-epgsearch (0.0.6-8) unstable; urgency=low * VDR-1.3.22-4 -- Thomas Günther Thu, 10 Mar 2005 01:49:14 +0100 vdrdevel-plugin-epgsearch (0.0.6-7) unstable; urgency=low * VDR-1.3.22 -- Thomas Günther Mon, 28 Feb 2005 02:41:53 +0100 vdrdevel-plugin-epgsearch (0.0.6-6) unstable; urgency=low * VDR-1.3.21 -- Thomas Günther Tue, 15 Feb 2005 17:37:17 +0100 vdrdevel-plugin-epgsearch (0.0.6-5) unstable; urgency=low * VDR-1.3.20 * Updated 95_vdrdevel.dpatch to version 0.0.8 -- Thomas Günther Tue, 8 Feb 2005 11:33:52 +0100 vdrdevel-plugin-epgsearch (0.0.6-4) unstable; urgency=low * VDR-1.3.19 -- Thomas Günther Sun, 23 Jan 2005 22:42:34 +0100 vdrdevel-plugin-epgsearch (0.0.6-3) unstable; urgency=low * Updated 95_vdrdevel.dpatch to version 0.0.7 (fixed epg2autotimer.sh) * Corrected Build-depends to dpatch -- Thomas Günther Fri, 21 Jan 2005 01:57:17 +0100 vdrdevel-plugin-epgsearch (0.0.6-2) unstable; urgency=low * Added fix-svdrpsend patch -- Thomas Günther Fri, 14 Jan 2005 19:43:32 +0100 vdrdevel-plugin-epgsearch (0.0.6-1) unstable; urgency=low * New upstream release * VDR 1.3.18 * Updated 95_vdrdevel.dpatch to version 0.0.6 -- Thomas Günther Wed, 12 Jan 2005 19:14:57 +0100 vdrdevel-plugin-epgsearch (0.0.5-1) unstable; urgency=low * New upstream release * Corrected debian/watch file for uscan * Removed debian/epg2epgsearch.sh (command already included in plugin) * Added rememberevent.sh to command menu -- Thomas Günther Tue, 4 Jan 2005 20:29:55 +0100 vdrdevel-plugin-epgsearch (0.0.4-2) unstable; urgency=low * vdrdevel-1.3.17-5: changed patchlevel -- Thomas Günther Mon, 3 Jan 2005 16:28:13 +0100 vdrdevel-plugin-epgsearch (0.0.4-1) unstable; urgency=low * New upstream release * Corrected debian/watch file for uscan * Installing epgsearchcmds.conf as config file in /etc/vdr/plugins/ * Added Origin and Bugs to debian/control * Converted changelog to UTF-8 * Exchanged description in debian/control for english text * Removed unnesessary files from debian directory and debian/docs -- Thomas Günther Sun, 12 Dec 2004 22:05:37 +0100 vdrdevel-plugin-epgsearch (0.0.3-1) unstable; urgency=low * Initial Release. -- Roman Müllenschläder Tue, 7 Dec 2004 16:57:09 +0100 debian/epgsearchcats.conf0000644000000000000000000000402512126022503012643 0ustar # ----------------------------------------------------------------------------- # This is just a sample - all items deactivated. Please edit! # Perhaps a category or its value list should be removed. Also the # 'name in menu' should be adjusted to your language. # The order of items determines the order listed in epgsearch. It does not # depend on the ID, which is used by epgsearch. # Format: # ID|category name|name in menu|values separated by ',' (option)|searchmode (option) # - 'ID' should be a unique positive integer # (changing the id later on will force you to reedit your search timers!) # - 'category name' is the name in your epg.data # - 'name in menu' is the name displayed in epgsearch. # - 'values' is an optional list of possible values # - 'searchmode' is an optional parameter specifying the mode of search: # 0 - the whole term must appear as substring # 1 - all single words (delimiters are ',', ';', '|' or '~') # must exist as substrings. This is the default search mode. # 2 - at least one word (delimiters are ',', ';', '|' or '~') # must exist as substring. # 3 - matches exactly # 4 - regular expression # ----------------------------------------------------------------------------- #1|Category|Kategorie|Information,Kinder,Musik,Serie,Show,Spielfilm,Sport|3 #2|Genre|Genre|Abenteuer,Action,Boxen,Comedy,Dokumentarfilm,Drama,Erotik,Familien-Show,Fantasy,Fussball,Geschichte,Gesellschaft,Gesundheit,Gymnastik,Handball,Heimat,Humor,Jazz,Kinderfilme,Kindernachrichten,Kinderserien,Klassik,Krankenhaus,Krimi,Kultur,Kurzfilm,Motor+Verkehr,Motorsport,Musik,Mystery,Nachrichten,Natur,Politik,Radsport,Ratgeber,Reise,Rock,Romantik/Liebe,Science Fiction,Soap,Spielshows,Talkshows,Tennis,Thriller,Verschiedenes,Volksmusik,Wassersport,Western,Wintersport,Wirtschaft,Wissen,Zeichentrick|3 #3|Format|Video-Format|16:9,4:3|3 #4|Audio|Audio|Dolby Surround,Stereo|3 #5|Year|Jahr||0 #6|Cast|Besetzung||2 #7|Director|Regisseur||2 #8|Moderation|Moderation||2 #9|Rating|Bewertung|Tagestip,Tip|3 #10|FSK|FSK|6,12,16,18|3 debian/docs0000644000000000000000000000002012126022503010022 0ustar doc/de/ doc/en/ debian/get-vcs-snapshot.sh0000644000000000000000000000110112126022503012711 0ustar echo Downloading latest from git repository... set -e DEB_SOURCE_PACKAGE=`egrep '^Source: ' debian/control | cut -f 2 -d ' '` VERSION_DATE=`/bin/date --utc +%0Y%0m%0d` VERSION_FULL="1.0.0+git${VERSION_DATE}" git clone --depth 1 git://projects.vdr-developer.org/${DEB_SOURCE_PACKAGE}.git cd ${DEB_SOURCE_PACKAGE} GIT_SHA=`git show --pretty=format:"%h" --quiet || true` cd .. tar --exclude=.git -czf "../${DEB_SOURCE_PACKAGE}_${VERSION_FULL}.orig.tar.gz" ${DEB_SOURCE_PACKAGE} dch -v "$VERSION_FULL-1" "New Upstream Snapshot (commit $GIT_SHA)" rm -rf ${DEB_SOURCE_PACKAGE} debian/epgsearchmenu.conf0000644000000000000000000000304012126022503012651 0ustar ######################################################### # sample file for epgsearchmenu.conf # # The following variables exist: # # %time% - start time in format HH:MM # %date% - start date in format TT.MM.YY # %datesh% - start date in format TT.MM. # %time_w% - weekday name # %time_d% - start day in format TT # %title% - title # %subtitle% - subtitle # %t_status% - timer status ('T', 't', 'R') # %v_status% - VPS status # %r_status% - running status # %status% - complete status, the same as # '%t_status%%v_status%%r_status%' # %colon% - the sign ':' # %% - a value from the extended EPG categories, specified in # epgsearchcats.conf, like %genre% or %category% # # for the 'Whats on...' menus there is also: # # %chnr% - channel number # %chsh% - the short channel name # %chlng% - the 'normal' channel name # %progr% - graphical progress bar # %progrT2S% - progress bar in text2skin style # ######################################################### #MenuWhatsOnNow= %chsh%:8|%time% %t_status%:8|%category%:8|%progrt2s%:5| %title% ~ %subtitle%:25 #MenuWhatsOnNext=%chsh%:8|%time% %t_status%:8|%category%:8| %title% ~ %subtitle%:25 #MenuWhatsOnElse=%chsh%:8|%time% %t_status%:8|%category%:8| %title% ~ %subtitle%:35 #MenuSchedule=%time% %t_status%:8|%genre%:10| %title% ~ %subtitle%:35 #MenuSearchResults=%chsh%:12|%datesh%:6|%time%:6|%t_status%:2|%title% ~ %subtitle%:35 #WarEagleIcons=1 debian/README.source0000644000000000000000000000035212126022503011336 0ustar This package uses the dpatch system to save and apply patches to the upstream source code of the software that is packaged. For details about how to use dpatch read /usr/share/doc/dpatch/README.source.gz from the dpatch package. debian/examples0000644000000000000000000000007312126022503010720 0ustar conf/epgsearchcats.conf-* conf/epgsearchupdmail-html.templ debian/compat0000644000000000000000000000000212126022503010355 0ustar 9 debian/control0000644000000000000000000000247612126022503010573 0ustar Source: vdr-plugin-epgsearch Section: video Priority: extra Maintainer: Debian VDR Team Uploaders: Thomas Schmidt , Tobias Grimm , Thomas Günther Build-Depends: debhelper (>= 9), vdr-dev (>= 2.0.0), pkg-config, gettext, pkg-config Standards-Version: 3.9.3 Homepage: http://winni.vdr-developer.org/epgsearch/ Vcs-Git: git://git.debian.org/git/pkg-vdr-dvb/vdr-plugin-epgsearch.git Vcs-Browser: http://git.debian.org/?p=pkg-vdr-dvb/vdr-plugin-epgsearch.git Package: vdr-plugin-epgsearch Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${vdr:Depends}, sendemail Description: VDR plugin that provides extensive EPG searching capabilities This plugin for the Linux Video Disc Recorder (VDR) allows searching the EPG (electronic programme guide) data by defining search terms that can permanently be stored in a list for later reuse. It supports regular expressions and is capable of doing fuzzy searches. EPG-Search scans the EPG in background and can automatically create timers for matching search terms. Besides this it supports searching for repetitions, detection of timer conflicts, sending emails on timer events and much more. Search terms can also be added and modified with vdradmin-am, a web frontend for VDR. debian/postinst0000644000000000000000000000030112126022503010757 0ustar #! /bin/sh set -e if [ "$1" = "configure" ]; then # Change owner of directory for variable state information files chown vdr:vdr /var/lib/vdr/plugins/epgsearch || true fi #DEBHELPER# debian/TODO.Debian0000644000000000000000000000016712126022503011034 0ustar TODO: Install man pages TODO: More from scripts/ needed? TODO: Recommend/Suggest sendemail instead of depending on it? debian/postrm0000644000000000000000000000022612126022503010426 0ustar #! /bin/sh set -e # Remove configuration and log files if [ "$1" = "purge" ]; then rm -rf /var/lib/vdr/plugins/epgsearch || true fi #DEBHELPER# debian/install0000644000000000000000000000125212126022503010550 0ustar libvdr-epgsearch.so.* usr/lib/vdr/plugins/ libvdr-epgsearchonly.so.* usr/lib/vdr/plugins/ libvdr-conflictcheckonly.so.* usr/lib/vdr/plugins/ libvdr-quickepgsearch.so.* usr/lib/vdr/plugins/ debian/epgsearchcmds.conf etc/vdr/plugins/epgsearch/ debian/epgsearchmenu.conf etc/vdr/plugins/epgsearch/ debian/epgsearchcats.conf etc/vdr/plugins/epgsearch/ debian/epg2taste.sh usr/share/vdr-plugin-epgsearch/ debian/rememberevent.sh usr/share/vdr-plugin-epgsearch/ conf/epgsearchupdmail.templ etc/vdr/plugins/epgsearch/ conf/epgsearchconflmail.templ etc/vdr/plugins/epgsearch/ locale usr/share/ debian/rules0000755000000000000000000000100312126022503010231 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 MAKE_OPTIONS = VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale CXXFLAGS += $(shell pkg-config vdr --variable=cxxflags) %: dh $@ override_dh_auto_build: dh_auto_build -- all docs $(MAKE_OPTIONS) override_dh_auto_clean: $(MAKE) -o .dependencies clean $(MAKE_OPTIONS) rm -rf locale libvdr-*.so.* override_dh_gencontrol: sh /usr/share/vdr-dev/dependencies.sh dh_gencontrol get-vcs-snapshot: sh debian/get-vcs-snapshot.sh debian/rememberevent.sh0000644000000000000000000000304512126022503012355 0ustar # # rememberevent.sh - v.0.1 # # source: http://vdrportal.de/board/thread.php?threadid=27095 # # add this lines to your epgsearchcmds.conf: # folgende zeilen in die epgsearchcmds.conf eintragen: # # remember event? : /usr/local/bin/rememberevent.sh 0 # remember event? (inc. switch) : /usr/local/bin/rememberevent.sh 1 # CONFIG START MINSBEFORE=1 # minutes before event for announcement # CONFIG END PATH=$PATH:/usr/local/bin # translate to format HH:MM switch_time=`date -d "1970-01-01 UTC $3 seconds" +"%H:%M"` # seconds since 1970-01-01 minus minutes before remembering secs=$(($3-$MINSBEFORE*60)) # now in seconds since 1970-01-01 secs_now=`date +%s` if [ $secs -le $secs_now ]; then if grep -qs "^OSDLanguage = 1" /var/lib/vdr/setup.conf ; then echo "/usr/lib/vdr/svdrpsend.pl MESG '$2 läuft schon!'" | at now else echo "/usr/lib/vdr/svdrpsend.pl MESG '$2 already runs!'" | at now fi exit fi # translate to format HH:MM announce_time=`date -d "1970-01-01 UTC $secs seconds" +"%H:%M"` # add command to at queue for announcement echo "/usr/lib/vdr/svdrpsend.pl MESG '$switch_time: $2'" | at $announce_time # also switch at event begin? if [ $1 -eq 1 ]; then # add command to at queue echo "/usr/lib/vdr/svdrpsend.pl CHAN $5" | at $switch_time else # announce again if grep -qs "^OSDLanguage = 1" /etc/vdr/setup.conf ; then echo "/usr/lib/vdr/svdrpsend.pl MESG '$2 beginnt!'" | at $switch_time else echo "/usr/lib/vdr/svdrpsend.pl MESG '$2 starts!'" | at $switch_time fi fi debian/watch0000644000000000000000000000012612126022503010207 0ustar version=2 http://winni.vdr-developer.org/epgsearch/downloads/ vdr-epgsearch-(.*)\.tgz debian/epgsearchcmds.conf0000644000000000000000000000173312126022503012642 0ustar # # This is a example of epgsearchcmds.conf with with usually using and sample entrys. # # This file should placed on VDR configuration folder with setup.conf # .../setup.conf # .../plugins/epgsearchcmds.conf # # Syntax is: [?]: # # = descriptor displayed in VDR # [?] = confirmation request, before execute command (optionally) # = command what execute # # When a command is executed the following parameters are passed to it: # # $1: the name of the epg entry # $2: the start time of the epg entry as time_t value (like in the shutdown script) # $3: the end time # $4: the channel of the epg entry # # See also at man-pages vdr(5), it the same syntax as reccmds.conf # remember event? : /bin/sh /usr/share/vdr-plugin-epgsearch/rememberevent.sh 0 remember event (with switch)? : /bin/sh /usr/share/vdr-plugin-epgsearch/rememberevent.sh 1 epg2taste? : /bin/sh /usr/share/vdr-plugin-epgsearch/epg2taste.sh