Format: 1.8 Date: Wed, 23 Sep 2015 14:50:38 +0300 Source: vdr-plugin-epgfixer Binary: vdr-plugin-epgfixer Architecture: source Version: 0.3.1-298~1ad4aaf-precise Distribution: precise Urgency: medium Maintainer: Andrey Pavlenko Changed-By: Andrey Pavlenko Description: vdr-plugin-epgfixer - Plugin for modifying EPG data using regular expressions. Changes: vdr-plugin-epgfixer (0.3.1-298~1ad4aaf-precise) precise; urgency=medium . * [1ad4aaffdc820af7e0a0f8c45a4beea4f3f10421] Fix HISTORY and whitespace. . . * [55a4be45520177acb809b6b58f36a16bff3ab739] Fix crash when cloning to a non-existent channel, thanks to Guy Martin. Automatically disable the cloning which causes an error. . . * [ec36c62f4360daf9d39564e040ac4b181baf4316] Fix using channelIDs in EPG cloning, thanks to Guy Martin. . . * [81de9f8c2e2c3223789ad1bed1f00d58c773d7b8] Update README and example regexp.conf for conditional regular expressions. . . * [6e954ad800a4696b3818df08bf132a9535a5f03b] Support conditional regular expressions. These are used only if the content of another EPG field matches to an additional regular expression. . . * [1bb571ae4d12b42863a8f85969439fa1dd2655ec] Remember current position in setup menu. Reorganise regexp.conf. Cosmetics. . . * [9685cc1271e55ef37e4039b504f52e22df7fa457] Update README for new Makefile. . . * [28224aafe8fcf73fd5b0bc5e9034a6ee0b94c98c] Refactoring. Fix possible null pointer error. . . * [bb9e9422bbd0268d94fa9880bf8f2a159a685480] Fix header includes. . . * [c6c31d0d6dca95e07294ccb1d5827f91fb6776d8] Makefile fixes. Update HISTORY. . . * [fac33cd988d6d0c3718ef6e2148d41a4b5141289] Fix crash in config editing menus if using color buttons when config is empty. . . * [7ba6bb1e8c96dd52eba6513f37236e63b32b3886] Actually reload regexp.conf with REL, thanks to Ville Skyttä. . . * [d535bf0611e30f69fffc16723fa115f50d161821] Fix SVDRP help entry for REL, thanks to Ville Skyttä. . . * [16d0db40d37706c79c7e911aebcdd344200a4725] Fix LoadConfigFile() return value on success, thanks to Ville Skyttä. . . * [ee6f91a417a68968af753c84eae176593c902f04] New Makefile for VDR >= 1.7.34. . . * [baf5e64271d07f91fe98687906301532cbf5b532] Backup old Makefile. . . * [5ac7d58039c723ed505d4d9a2b77020f9bd2b8b2] Report an error if PCRE library is not available. . . * [2b099cc01701e784fa5b1c53f38fd592b0b3ae42] Fix replacing at the end of string when using s///. Fix variable name clash. . . * [85ddff62f8857a95c679a3019bb5ff68eadb86d4] Version 0.3.1. . . * [b607347427f43c72b9b9a01c860c0a030098f1f3] Fix memory leak. . . * [4e6bdaf69102d288d3190ab4ae109465bc918d0b] Drop OBJS dependency from cppcheck target, thanks to Ville Skyttä. . . * [3eb8787d89d196468f18e189bd2ad2b53b0633f4] Version 0.3.0. . . * [b031563771a52ee3a3a1797910e808e31a8b775b] Change regexp examples to use m// syntax. Update history. . . * [0b686fe0c360dc882c0fd946e7da14f94f0ad2e5] Fix prepending and appending to empty EPG fields. . . * [d2485c239dee383adc481347fbd2b751bf5c9457] Support stripping control characters from EPG data introduced in VDR-1.7.31. Simplify memory management when using original EPG bug fixes of VDR. . . * [b5b3d19c0055fc5464c090b9bc8abe6e86363063] More code formatting fixes. . . * [64f7d4a3cd0f5a70da395ce0e79b44df52e86749] Remove duplicate code. Harmonise code formatting. . . * [792857f38c02ad2f8c7be52803f00f03304d564e] Fix replacing with empty string at the beginning of a string when using s///. . . * [823ced0e58385c959dc9de8a4621004f6e2d5ce0] Add support for Perl-style operators 's///' and 'm//' and modifiers 'gimsuxX'. . . * [b94072b545e08d3b06d614267c42eced82bf50a8] Enable JIT compiling in PCRE if supported. . . * [745d6c415c56826ad2ae700beeb1f22341258bab] Support for channel intervals for channel numbers. Optimisations when using channel IDs. . . * [ca254b2a135566a4b666b1c27af9a125b77e4302] Add new example to regexp.conf, thanks to Ville Skyttä. . . * [ae3c7313c1dc1e57f2965186e4fde3ee4f89d00c] Add missing feature to README. . . * [5ed26a3f23ae3dd3fcdae9ca39287c79da1ee9d2] Bug fix release. . . * [58ca240490cd369674c9cd3edf9fd6bb698b5285] Fix linking when --as-needed is used. . . * [5b38455540163e5f738dd649bec87c9fca75a420] Improve example configuration files. Version 0.2.0. . . * [ab07e19f70541eb6e7eb07362dd4cbf40eb08b6a] Fix variable initialisation bug, thanks to Rolf Ahrenberg. . . * [e5cbb3e43d92af2d56d886e3ddf304ac0ea4ec3a] Fix ordering of cloned EPG events and purging old event. Further optimisations of event handling thread, thanks to Rolf Ahrenberg. . . * [67fa657e483b171fe9d951cbb00bb550241d86c7] Fix event handling thread, thanks to Rolf Ahrenberg. . . * [6b488dcedf24cf9b4890505eba992d683eedecac] Support for ignoring and copying EPG data. Bug fixes. Fix character set conversion for selected channels. Fix and improve Makefile (thanks to Ville Skyttä and Rolf Ahrenberg). Fix compiling with g++-4.7. . . * [548e0a6bc35d4c776039f7467c0d67eabf9ef46a] Fix compiling with g++-4.7. Fix and improve Makefile. . . * [61b085f1d12ef86807f779f57671fa1e7a5a14c0] Improve error logging. Make character list for menu editing modifiable through translation files. New version number. . . * [bc5ae964c6cf9b24aab49383637894b2e88651b7] Improve README. Comment out all lines in example files. Add support for help texts in setup menu. . . * [3edad9d50e13e140dc0fa1ef1323c7b80e325a78] Several bugs fixes. Code cleanup. Update history. . . * [8877487555503d3615a4b17f9a9809fec2e28944] Fix last commit. . . * [5fb133a99f38083a421dc0a33acb58a1fa674876] Add support for character set conversions. Add support for stripping HTML entities. Restructure code. . . * [c09232f3020c5cdf78fbd7d3f7e5f773c4789da1] Version 0.0.6. . . * [c603371f1ca66e7005f6142fcd0f77bd052ca18f] Fix null-pointer error. . . * [e1d229da6a962bbe2dcbdbbd0f0baf2d01887b76] Fix plugin version. Makefile improvements. . . * [42a70272e25e39a67438ae57cf2ec27338f5244e] Remove incorrect file. . . * [827dc1da7b18c57102cff7d3785041542c3e76e4] Add support for channel IDs. Cleaning up code. . . * [9adbd81f5cbf42dc3fc45bad3d3376cdfbb7563f] Fix HISTORY . . * [c31263388a5dbdc5150595b328d50fa486b4dce5] Import version 0.0.4 to git. Checksums-Sha1: d57964ce2dc23dbaecef2e0526bc9dfc97e03f0f 1656 vdr-plugin-epgfixer_0.3.1-298~1ad4aaf-precise.dsc 8716addba189a3044296a822f7cd962d41eb3609 27083 vdr-plugin-epgfixer_0.3.1-298~1ad4aaf.orig.tar.bz2 50b25f1f024d2cf496ebcfa7e4b857faec6ddb06 3633 vdr-plugin-epgfixer_0.3.1-298~1ad4aaf-precise.debian.tar.bz2 Checksums-Sha256: 2b7781bad225c95c1dad8606803acee04bd9d309b00278f33843b81484f0fd5f 1656 vdr-plugin-epgfixer_0.3.1-298~1ad4aaf-precise.dsc aec2c8502891d3be22411234762fa86cd49343fa40848b1958df2e8a8396c6bf 27083 vdr-plugin-epgfixer_0.3.1-298~1ad4aaf.orig.tar.bz2 56bff0b00fe132236cd71612aba6e73e431035498ec8bb4fb8d78ab4794ff1e6 3633 vdr-plugin-epgfixer_0.3.1-298~1ad4aaf-precise.debian.tar.bz2 Files: 033b2e522f60c67ad07da7e96f3716db 1656 video extra vdr-plugin-epgfixer_0.3.1-298~1ad4aaf-precise.dsc 4d44a61121d37acf7836266eb46d4241 27083 video extra vdr-plugin-epgfixer_0.3.1-298~1ad4aaf.orig.tar.bz2 d44d0b8dfc78442cb3bf7253c05a9a53 3633 video extra vdr-plugin-epgfixer_0.3.1-298~1ad4aaf-precise.debian.tar.bz2