===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
vdr-2.4.1/thread.c-488-        Dl_info dlinfo;
vdr-2.4.1/thread.c:489:        if (dladdr(reinterpret_cast<void*>(addr), &dlinfo)) {
vdr-2.4.1/thread.c-490-           if ((strcmp(Module, dlinfo.dli_fname) == 0) && dlinfo.dli_fbase) {
##############################################
vdr-2.4.1/HISTORY-6619-  Plugin authors may want to change the line containing the xgettext call in their
vdr-2.4.1/HISTORY:6620:  Makefile accordingly by changing "$^" to "`ls $^`".
vdr-2.4.1/HISTORY-6621-- The primary device is now only avoided for recording if it is an old SD full
##############################################
vdr-2.4.1/HISTORY-7429-- Fixed cOsd::GetBitmap() to always return NULL if a non-exising area is requested.
vdr-2.4.1/HISTORY:7430:- Added several missing "`ls $^`" in the calls to xgettext in plugin Makefiles and the
vdr-2.4.1/HISTORY-7431-  "newplugin" script.
##############################################
vdr-2.4.1/svdrp.c-201-     Addr.sin_port = htons(port);
vdr-2.4.1/svdrp.c:202:     Addr.sin_addr.s_addr = inet_addr(Address);
vdr-2.4.1/svdrp.c-203-     if (connect(sock, (sockaddr *)&Addr, sizeof(Addr)) < 0) {
##############################################
vdr-2.4.1/PLUGINS/src/skincurses/Makefile-91-	@echo GT $@
vdr-2.4.1/PLUGINS/src/skincurses/Makefile:92:	$(Q)xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=vdr-$(PLUGIN) --package-version=$(VERSION) --msgid-bugs-address='<see README>' -o $@ `ls $^`
vdr-2.4.1/PLUGINS/src/skincurses/Makefile-93-
##############################################
vdr-2.4.1/PLUGINS/src/pictures/pic2mpg-130-        print "removing $dir\n";
vdr-2.4.1/PLUGINS/src/pictures/pic2mpg:131:        Exec("rm -rf $dir");
vdr-2.4.1/PLUGINS/src/pictures/pic2mpg-132-        }
##############################################
vdr-2.4.1/PLUGINS/src/pictures/pic2mpg-153-          . ($Detailed ? "" : "2>/dev/null");
vdr-2.4.1/PLUGINS/src/pictures/pic2mpg:154:  Exec($Cmd);
vdr-2.4.1/PLUGINS/src/pictures/pic2mpg-155-  $Cmd = "touch -r $Pict $Mpeg";
vdr-2.4.1/PLUGINS/src/pictures/pic2mpg:156:  Exec($Cmd);
vdr-2.4.1/PLUGINS/src/pictures/pic2mpg-157-}
##############################################
vdr-2.4.1/PLUGINS/src/pictures/pic2mpg-170-  print "==> '$Cmd'\n" if ($Verbose);
vdr-2.4.1/PLUGINS/src/pictures/pic2mpg:171:  !system($Cmd) || die "$Cmd: $!\n";
vdr-2.4.1/PLUGINS/src/pictures/pic2mpg-172-}
##############################################
vdr-2.4.1/PLUGINS/src/pictures/pic2mpg-sd-138-        print "removing $dir\n";
vdr-2.4.1/PLUGINS/src/pictures/pic2mpg-sd:139:        !system("rm -rf $dir") || die "$dir: $!\n";
vdr-2.4.1/PLUGINS/src/pictures/pic2mpg-sd-140-        }
##############################################
vdr-2.4.1/PLUGINS/src/pictures/pic2mpg-sd-181-          . "mpeg2enc $verbose2 -f 3 -b 12500 -a $aspect -q 1 -n $system2 -o $Mpeg";
vdr-2.4.1/PLUGINS/src/pictures/pic2mpg-sd:182:  !system($Cmd) || die "$Cmd: $!\n";
vdr-2.4.1/PLUGINS/src/pictures/pic2mpg-sd-183-  $Cmd = "touch -r $Pict $Mpeg";
vdr-2.4.1/PLUGINS/src/pictures/pic2mpg-sd:184:  !system($Cmd) || die "$Cmd: $!\n";
vdr-2.4.1/PLUGINS/src/pictures/pic2mpg-sd-185-}
##############################################
vdr-2.4.1/PLUGINS/src/pictures/Makefile-91-	@echo GT $@
vdr-2.4.1/PLUGINS/src/pictures/Makefile:92:	$(Q)xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=vdr-$(PLUGIN) --package-version=$(VERSION) --msgid-bugs-address='<see README>' -o $@ `ls $^`
vdr-2.4.1/PLUGINS/src/pictures/Makefile-93-
##############################################
vdr-2.4.1/PLUGINS/src/hello/Makefile-91-	@echo GT $@
vdr-2.4.1/PLUGINS/src/hello/Makefile:92:	$(Q)xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=vdr-$(PLUGIN) --package-version=$(VERSION) --msgid-bugs-address='<see README>' -o $@ `ls $^`
vdr-2.4.1/PLUGINS/src/hello/Makefile-93-
##############################################
vdr-2.4.1/summary2info-16-
vdr-2.4.1/summary2info:17:@SummaryFiles = `find "$VideoDir" -name summary.vdr`;
vdr-2.4.1/summary2info-18-
##############################################
vdr-2.4.1/debian/bash-completion/svdrpsend-25-        apiversion=`eval "/usr/bin/vdr -V -L/usr/bin/vdr 2>/dev/null | sed 's/.*(.*\/\(.*\)).*/\1/'"`
vdr-2.4.1/debian/bash-completion/svdrpsend:26:        plugins=`eval "find /usr/lib/vdr/plugins -name 'libvdr-*.so.${apiversion}' -printf '%f\n' | sed -e 's/libvdr-\(.*\)\.so\.${apiversion}/\1/'"`
vdr-2.4.1/debian/bash-completion/svdrpsend-27-        COMPREPLY=( $( compgen -W "$plugins" | grep -i "^$cur" ) )
##############################################
vdr-2.4.1/debian/debianize-vdrplugin-6-    if pwd | grep -q -P "$pattern"; then
vdr-2.4.1/debian/debianize-vdrplugin:7:        PLUGIN=`pwd | perl -lpe "s|$pattern|\1|"`
vdr-2.4.1/debian/debianize-vdrplugin:8:        VERSION=`pwd | perl -lpe "s|$pattern|\2|"`
vdr-2.4.1/debian/debianize-vdrplugin-9-    else
##############################################
vdr-2.4.1/debian/debianize-vdrplugin-34-
vdr-2.4.1/debian/debianize-vdrplugin:35:    for tarball in `find ../ -regex ".*$PLUGIN-$VERSION.t.*\(gz\|bz2\)"`; do
vdr-2.4.1/debian/debianize-vdrplugin:36:        ln -sf `basename $tarball` $ORIGTARBALL
vdr-2.4.1/debian/debianize-vdrplugin-37-        return
##############################################
vdr-2.4.1/debian/debianize-vdrplugin-53-{
vdr-2.4.1/debian/debianize-vdrplugin:54:    VDRVERSION=`dpkg -s vdr-dev | awk '/Version/ { print $2 }'`
vdr-2.4.1/debian/debianize-vdrplugin-55-    perl -pi -e "s/#VDRVERSION#/$VDRVERSION/g" debian/control
##############################################
vdr-2.4.1/debian/runvdr-18-        2)
vdr-2.4.1/debian/runvdr:19:            ERROR=`cat "$VDR_ERR"`
vdr-2.4.1/debian/runvdr-20-            logger -t runvdr "stopping after fatal fail ($ERROR)"
##############################################
vdr-2.4.1/debian/vdr-groups.sh-12-
vdr-2.4.1/debian/vdr-groups.sh:13:ACTUAL_GROUPS=`groups $VDR_USER | cut -d' ' -f3-`
vdr-2.4.1/debian/vdr-groups.sh-14-
##############################################
vdr-2.4.1/debian/vdr-groups.sh-36-    local groups_file="$1"
vdr-2.4.1/debian/vdr-groups.sh:37:    local groups="`read_groups "$groups_file"`"
vdr-2.4.1/debian/vdr-groups.sh-38-    local group
##############################################
vdr-2.4.1/debian/vdr-groups.sh-50-    local groups_file="$1"
vdr-2.4.1/debian/vdr-groups.sh:51:    local groups="`read_groups "$groups_file"`"
vdr-2.4.1/debian/vdr-groups.sh-52-    local needed_groups
##############################################
vdr-2.4.1/debian/vdr-groups.sh-56-      if [ "$file" != "$groups_file" ] ; then
vdr-2.4.1/debian/vdr-groups.sh:57:        needed_groups="$needed_groups `read_groups $file`"
vdr-2.4.1/debian/vdr-groups.sh-58-      fi
##############################################
vdr-2.4.1/debian/vdr-recordingaction-31-
vdr-2.4.1/debian/vdr-recordingaction:32:recordinghooks=`find $REC_HOOKS_DIR -maxdepth 1 -xtype f | sort`
vdr-2.4.1/debian/vdr-recordingaction-33-
##############################################
vdr-2.4.1/debian/vdr-shutdown-23-
vdr-2.4.1/debian/vdr-shutdown:24:shutdownhooks=`find $SHUTDOWN_HOOKS_DIR -maxdepth 1 -xtype f | sort`
vdr-2.4.1/debian/vdr-shutdown-25-
##############################################
vdr-2.4.1/debian/vdr-shutdown-30-        $log "executing $shutdownhook"
vdr-2.4.1/debian/vdr-shutdown:31:        result_data=`$shutdownhook "$@"`
vdr-2.4.1/debian/vdr-shutdown-32-    else
vdr-2.4.1/debian/vdr-shutdown-33-        $log "executing $shutdownhook as shell script"
vdr-2.4.1/debian/vdr-shutdown:34:        result_data=`/bin/sh $shutdownhook "$@"`
vdr-2.4.1/debian/vdr-shutdown-35-    fi
##############################################
vdr-2.4.1/debian/vdr.init-44-        if [ "$KEYB_TTY_SWITCH" = "1" ]; then
vdr-2.4.1/debian/vdr.init:45:            chvt `echo "$KEYB_TTY" | sed "s/\/dev\/tty//"`
vdr-2.4.1/debian/vdr.init-46-        fi
##############################################
vdr-2.4.1/.pc/04_newplugin.patch/newplugin-149-	\@echo GT \$\@
vdr-2.4.1/.pc/04_newplugin.patch/newplugin:150:	\$(Q)xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=vdr-\$(PLUGIN) --package-version=\$(VERSION) --msgid-bugs-address='<see README>' -o \$\@ `ls \$^`
vdr-2.4.1/.pc/04_newplugin.patch/newplugin-151-
##############################################
vdr-2.4.1/.pc/04_newplugin.patch/newplugin-343-CreateFile("$PLUGIN_NAME.c", $MAIN);
vdr-2.4.1/.pc/04_newplugin.patch/newplugin:344:`cp COPYING "$PLUGINDIR"` if (-e "COPYING");
vdr-2.4.1/.pc/04_newplugin.patch/newplugin-345-
##############################################
vdr-2.4.1/.pc/use-cpp-flags.patch/Makefile-195-	@echo GT $@
vdr-2.4.1/.pc/use-cpp-flags.patch/Makefile:196:	$(Q)xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=VDR --package-version=$(VDRVERSION) --msgid-bugs-address='<vdr-bugs@tvdr.de>' -o $@ `ls $^`
vdr-2.4.1/.pc/use-cpp-flags.patch/Makefile-197-
##############################################
vdr-2.4.1/.pc/use-cpp-flags.patch/Makefile-227-	oldmakefile="";\
vdr-2.4.1/.pc/use-cpp-flags.patch/Makefile:228:	for i in `ls $(PLUGINDIR)/src | grep -v '[^a-z0-9]'`; do\
vdr-2.4.1/.pc/use-cpp-flags.patch/Makefile-229-	    echo; echo "*** Plugin $$i:";\
##############################################
vdr-2.4.1/.pc/use-cpp-flags.patch/Makefile-246-	    if [ -n "$(LCLBLD)" ] ; then\
vdr-2.4.1/.pc/use-cpp-flags.patch/Makefile:247:	       (cd $(PLUGINDIR)/src/$$i; for l in `find -name "libvdr-*.so" -o -name "lib$$i-*.so"`; do install $$l $(LIBDIR)/`basename $$l`.$(APIVERSION); done);\
vdr-2.4.1/.pc/use-cpp-flags.patch/Makefile-248-	       if [ -d $(PLUGINDIR)/src/$$i/po ]; then\
vdr-2.4.1/.pc/use-cpp-flags.patch/Makefile:249:	          for l in `ls $(PLUGINDIR)/src/$$i/po/*.mo`; do\
vdr-2.4.1/.pc/use-cpp-flags.patch/Makefile:250:	              install -D -m644 $$l $(LOCDIR)/`basename $$l | cut -d. -f1`/LC_MESSAGES/vdr-$$i.mo;\
vdr-2.4.1/.pc/use-cpp-flags.patch/Makefile-251-	              done;\
##############################################
vdr-2.4.1/.pc/use-cpp-flags.patch/Makefile-268-clean-plugins: vdr.pc
vdr-2.4.1/.pc/use-cpp-flags.patch/Makefile:269:	@for i in `ls $(PLUGINDIR)/src | grep -v '[^a-z0-9]'`; do $(MAKE) --no-print-directory -C "$(PLUGINDIR)/src/$$i" VDRDIR="$(CWD)" clean; done
vdr-2.4.1/.pc/use-cpp-flags.patch/Makefile-270-	@-rm -f $(PLUGINDIR)/lib/lib*-*.so.$(APIVERSION)
##############################################
vdr-2.4.1/.pc/use-cpp-flags.patch/Makefile-305-install-plugins: plugins
vdr-2.4.1/.pc/use-cpp-flags.patch/Makefile:306:	@-for i in `ls $(PLUGINDIR)/src | grep -v '[^a-z0-9]'`; do\
vdr-2.4.1/.pc/use-cpp-flags.patch/Makefile-307-	      $(MAKE) --no-print-directory -C "$(PLUGINDIR)/src/$$i" VDRDIR=$(CWD) DESTDIR=$(DESTDIR) install;\
##############################################
vdr-2.4.1/.pc/use-cpp-flags.patch/Makefile-309-	@if [ -d $(PLUGINDIR)/lib ] ; then\
vdr-2.4.1/.pc/use-cpp-flags.patch/Makefile:310:	    for i in `find $(PLUGINDIR)/lib -name 'lib*-*.so.$(APIVERSION)'`; do\
vdr-2.4.1/.pc/use-cpp-flags.patch/Makefile-311-	        install -D $$i $(DESTDIR)$(LIBDIR);\
##############################################
vdr-2.4.1/.pc/use-cpp-flags.patch/PLUGINS/src/hello/Makefile-90-	@echo GT $@
vdr-2.4.1/.pc/use-cpp-flags.patch/PLUGINS/src/hello/Makefile:91:	$(Q)xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=vdr-$(PLUGIN) --package-version=$(VERSION) --msgid-bugs-address='<see README>' -o $@ `ls $^`
vdr-2.4.1/.pc/use-cpp-flags.patch/PLUGINS/src/hello/Makefile-92-
##############################################
vdr-2.4.1/.pc/use-cpp-flags.patch/PLUGINS/src/pictures/Makefile-90-	@echo GT $@
vdr-2.4.1/.pc/use-cpp-flags.patch/PLUGINS/src/pictures/Makefile:91:	$(Q)xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=vdr-$(PLUGIN) --package-version=$(VERSION) --msgid-bugs-address='<see README>' -o $@ `ls $^`
vdr-2.4.1/.pc/use-cpp-flags.patch/PLUGINS/src/pictures/Makefile-92-
##############################################
vdr-2.4.1/.pc/use-cpp-flags.patch/PLUGINS/src/skincurses/Makefile-90-	@echo GT $@
vdr-2.4.1/.pc/use-cpp-flags.patch/PLUGINS/src/skincurses/Makefile:91:	$(Q)xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=vdr-$(PLUGIN) --package-version=$(VERSION) --msgid-bugs-address='<see README>' -o $@ `ls $^`
vdr-2.4.1/.pc/use-cpp-flags.patch/PLUGINS/src/skincurses/Makefile-92-
##############################################
vdr-2.4.1/.pc/use-cpp-flags.patch/newplugin-149-	\@echo GT \$\@
vdr-2.4.1/.pc/use-cpp-flags.patch/newplugin:150:	\$(Q)xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=vdr-\$(PLUGIN) --package-version=\$(VERSION) --msgid-bugs-address='<see README>' -o \$\@ `ls \$^`
vdr-2.4.1/.pc/use-cpp-flags.patch/newplugin-151-
##############################################
vdr-2.4.1/.pc/use-cpp-flags.patch/newplugin-343-CreateFile("$PLUGIN_NAME.c", $MAIN);
vdr-2.4.1/.pc/use-cpp-flags.patch/newplugin:344:`cp COPYING "$PLUGINDIR"` if (-e "COPYING");
vdr-2.4.1/.pc/use-cpp-flags.patch/newplugin-345-
##############################################
vdr-2.4.1/.pc/configurable-pkg-config.patch/Makefile-195-	@echo GT $@
vdr-2.4.1/.pc/configurable-pkg-config.patch/Makefile:196:	$(Q)xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=VDR --package-version=$(VDRVERSION) --msgid-bugs-address='<vdr-bugs@tvdr.de>' -o $@ `ls $^`
vdr-2.4.1/.pc/configurable-pkg-config.patch/Makefile-197-
##############################################
vdr-2.4.1/.pc/configurable-pkg-config.patch/Makefile-227-	oldmakefile="";\
vdr-2.4.1/.pc/configurable-pkg-config.patch/Makefile:228:	for i in `ls $(PLUGINDIR)/src | grep -v '[^a-z0-9]'`; do\
vdr-2.4.1/.pc/configurable-pkg-config.patch/Makefile-229-	    echo; echo "*** Plugin $$i:";\
##############################################
vdr-2.4.1/.pc/configurable-pkg-config.patch/Makefile-246-	    if [ -n "$(LCLBLD)" ] ; then\
vdr-2.4.1/.pc/configurable-pkg-config.patch/Makefile:247:	       (cd $(PLUGINDIR)/src/$$i; for l in `find -name "libvdr-*.so" -o -name "lib$$i-*.so"`; do install $$l $(LIBDIR)/`basename $$l`.$(APIVERSION); done);\
vdr-2.4.1/.pc/configurable-pkg-config.patch/Makefile-248-	       if [ -d $(PLUGINDIR)/src/$$i/po ]; then\
vdr-2.4.1/.pc/configurable-pkg-config.patch/Makefile:249:	          for l in `ls $(PLUGINDIR)/src/$$i/po/*.mo`; do\
vdr-2.4.1/.pc/configurable-pkg-config.patch/Makefile:250:	              install -D -m644 $$l $(LOCDIR)/`basename $$l | cut -d. -f1`/LC_MESSAGES/vdr-$$i.mo;\
vdr-2.4.1/.pc/configurable-pkg-config.patch/Makefile-251-	              done;\
##############################################
vdr-2.4.1/.pc/configurable-pkg-config.patch/Makefile-268-clean-plugins: vdr.pc
vdr-2.4.1/.pc/configurable-pkg-config.patch/Makefile:269:	@for i in `ls $(PLUGINDIR)/src | grep -v '[^a-z0-9]'`; do $(MAKE) --no-print-directory -C "$(PLUGINDIR)/src/$$i" VDRDIR="$(CWD)" clean; done
vdr-2.4.1/.pc/configurable-pkg-config.patch/Makefile-270-	@-rm -f $(PLUGINDIR)/lib/lib*-*.so.$(APIVERSION)
##############################################
vdr-2.4.1/.pc/configurable-pkg-config.patch/Makefile-305-install-plugins: plugins
vdr-2.4.1/.pc/configurable-pkg-config.patch/Makefile:306:	@-for i in `ls $(PLUGINDIR)/src | grep -v '[^a-z0-9]'`; do\
vdr-2.4.1/.pc/configurable-pkg-config.patch/Makefile-307-	      $(MAKE) --no-print-directory -C "$(PLUGINDIR)/src/$$i" VDRDIR=$(CWD) DESTDIR=$(DESTDIR) install;\
##############################################
vdr-2.4.1/.pc/configurable-pkg-config.patch/Makefile-309-	@if [ -d $(PLUGINDIR)/lib ] ; then\
vdr-2.4.1/.pc/configurable-pkg-config.patch/Makefile:310:	    for i in `find $(PLUGINDIR)/lib -name 'lib*-*.so.$(APIVERSION)'`; do\
vdr-2.4.1/.pc/configurable-pkg-config.patch/Makefile-311-	        install -D $$i $(DESTDIR)$(LIBDIR);\
##############################################
vdr-2.4.1/.pc/configurable-pkg-config.patch/PLUGINS/src/hello/Makefile-90-	@echo GT $@
vdr-2.4.1/.pc/configurable-pkg-config.patch/PLUGINS/src/hello/Makefile:91:	$(Q)xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=vdr-$(PLUGIN) --package-version=$(VERSION) --msgid-bugs-address='<see README>' -o $@ `ls $^`
vdr-2.4.1/.pc/configurable-pkg-config.patch/PLUGINS/src/hello/Makefile-92-
##############################################
vdr-2.4.1/.pc/configurable-pkg-config.patch/PLUGINS/src/pictures/Makefile-90-	@echo GT $@
vdr-2.4.1/.pc/configurable-pkg-config.patch/PLUGINS/src/pictures/Makefile:91:	$(Q)xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=vdr-$(PLUGIN) --package-version=$(VERSION) --msgid-bugs-address='<see README>' -o $@ `ls $^`
vdr-2.4.1/.pc/configurable-pkg-config.patch/PLUGINS/src/pictures/Makefile-92-
##############################################
vdr-2.4.1/.pc/configurable-pkg-config.patch/PLUGINS/src/skincurses/Makefile-90-	@echo GT $@
vdr-2.4.1/.pc/configurable-pkg-config.patch/PLUGINS/src/skincurses/Makefile:91:	$(Q)xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=vdr-$(PLUGIN) --package-version=$(VERSION) --msgid-bugs-address='<see README>' -o $@ `ls $^`
vdr-2.4.1/.pc/configurable-pkg-config.patch/PLUGINS/src/skincurses/Makefile-92-
##############################################
vdr-2.4.1/.pc/configurable-pkg-config.patch/newplugin-149-	\@echo GT \$\@
vdr-2.4.1/.pc/configurable-pkg-config.patch/newplugin:150:	\$(Q)xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=vdr-\$(PLUGIN) --package-version=\$(VERSION) --msgid-bugs-address='<see README>' -o \$\@ `ls \$^`
vdr-2.4.1/.pc/configurable-pkg-config.patch/newplugin-151-
##############################################
vdr-2.4.1/.pc/configurable-pkg-config.patch/newplugin-343-CreateFile("$PLUGIN_NAME.c", $MAIN);
vdr-2.4.1/.pc/configurable-pkg-config.patch/newplugin:344:`cp COPYING "$PLUGINDIR"` if (-e "COPYING");
vdr-2.4.1/.pc/configurable-pkg-config.patch/newplugin-345-
##############################################
vdr-2.4.1/Makefile-197-	@echo GT $@
vdr-2.4.1/Makefile:198:	$(Q)xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=VDR --package-version=$(VDRVERSION) --msgid-bugs-address='<vdr-bugs@tvdr.de>' -o $@ `ls $^`
vdr-2.4.1/Makefile-199-
##############################################
vdr-2.4.1/Makefile-229-	oldmakefile="";\
vdr-2.4.1/Makefile:230:	for i in `ls $(PLUGINDIR)/src | grep -v '[^a-z0-9]'`; do\
vdr-2.4.1/Makefile-231-	    echo; echo "*** Plugin $$i:";\
##############################################
vdr-2.4.1/Makefile-248-	    if [ -n "$(LCLBLD)" ] ; then\
vdr-2.4.1/Makefile:249:	       (cd $(PLUGINDIR)/src/$$i; for l in `find -name "libvdr-*.so" -o -name "lib$$i-*.so"`; do install $$l $(LIBDIR)/`basename $$l`.$(APIVERSION); done);\
vdr-2.4.1/Makefile-250-	       if [ -d $(PLUGINDIR)/src/$$i/po ]; then\
vdr-2.4.1/Makefile:251:	          for l in `ls $(PLUGINDIR)/src/$$i/po/*.mo`; do\
vdr-2.4.1/Makefile:252:	              install -D -m644 $$l $(LOCDIR)/`basename $$l | cut -d. -f1`/LC_MESSAGES/vdr-$$i.mo;\
vdr-2.4.1/Makefile-253-	              done;\
##############################################
vdr-2.4.1/Makefile-270-clean-plugins: vdr.pc
vdr-2.4.1/Makefile:271:	@for i in `ls $(PLUGINDIR)/src | grep -v '[^a-z0-9]'`; do $(MAKE) --no-print-directory -C "$(PLUGINDIR)/src/$$i" VDRDIR="$(CWD)" clean; done
vdr-2.4.1/Makefile-272-	@-rm -f $(PLUGINDIR)/lib/lib*-*.so.$(APIVERSION)
##############################################
vdr-2.4.1/Makefile-307-install-plugins: plugins
vdr-2.4.1/Makefile:308:	@-for i in `ls $(PLUGINDIR)/src | grep -v '[^a-z0-9]'`; do\
vdr-2.4.1/Makefile-309-	      $(MAKE) --no-print-directory -C "$(PLUGINDIR)/src/$$i" VDRDIR=$(CWD) DESTDIR=$(DESTDIR) install;\
##############################################
vdr-2.4.1/Makefile-311-	@if [ -d $(PLUGINDIR)/lib ] ; then\
vdr-2.4.1/Makefile:312:	    for i in `find $(PLUGINDIR)/lib -name 'lib*-*.so.$(APIVERSION)'`; do\
vdr-2.4.1/Makefile-313-	        install -D $$i $(DESTDIR)$(LIBDIR);\
##############################################
vdr-2.4.1/newplugin-150-	\@echo GT \$\@
vdr-2.4.1/newplugin:151:	\$(Q)xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=vdr-\$(PLUGIN) --package-version=\$(VERSION) --msgid-bugs-address='<see README>' -o \$\@ `ls \$^`
vdr-2.4.1/newplugin-152-
##############################################
vdr-2.4.1/newplugin-344-CreateFile("$PLUGIN_NAME.c", $MAIN);
vdr-2.4.1/newplugin:345:`cp COPYING "$PLUGINDIR"` if (-e "COPYING");
vdr-2.4.1/newplugin-346-
##############################################
vdr-plugin-svdrpservice-1.0.0/Makefile-96-$(I18Npot): $(wildcard *.c)
vdr-plugin-svdrpservice-1.0.0/Makefile:97:	xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=vdr-$(PLUGIN) --package-version=$(VERSION) --msgid-bugs-address='<vdrdev@schmirler.de>' -o $@ `ls $^`
vdr-plugin-svdrpservice-1.0.0/Makefile-98-
##############################################
vdr-plugin-xineliboutput-2.1.0+git20191101/frontend_local.c-263-
vdr-plugin-xineliboutput-2.1.0+git20191101/frontend_local.c:264:  if (!dladdr((void *)&my_marker, &info)) {
vdr-plugin-xineliboutput-2.1.0+git20191101/frontend_local.c:265:    LOGERR("Error searching plugin: dladdr() returned false (%s)", dlerror());
vdr-plugin-xineliboutput-2.1.0+git20191101/frontend_local.c-266-    return NULL;
##############################################
vdr-plugin-xineliboutput-2.1.0+git20191101/xine_post_swscale.c-532-  const int accel = xine_mm_accel();
vdr-plugin-xineliboutput-2.1.0+git20191101/xine_post_swscale.c:533:  const uint32_t SSE2enabledW   = !!(accel & MM_ACCEL_X86_SSE2);   /* in local storage for asm */
vdr-plugin-xineliboutput-2.1.0+git20191101/xine_post_swscale.c:534:  const uint32_t SSEMMXenabledW = !!(accel & MM_ACCEL_X86_MMXEXT); /* in local storage for asm */
vdr-plugin-xineliboutput-2.1.0+git20191101/xine_post_swscale.c-535-  long int oldbx;
##############################################
vdr-plugin-xineliboutput-2.1.0+git20191101/xine_post_swscale.c-869-  const int accel = xine_mm_accel();
vdr-plugin-xineliboutput-2.1.0+git20191101/xine_post_swscale.c:870:  const uint32_t SSE2enabledW   = !!(accel & MM_ACCEL_X86_SSE2);   /* in local storage for asm */
vdr-plugin-xineliboutput-2.1.0+git20191101/xine_post_swscale.c:871:  const uint32_t SSEMMXenabledW = !!(accel & MM_ACCEL_X86_MMXEXT); /* in local storage for asm */
vdr-plugin-xineliboutput-2.1.0+git20191101/xine_post_swscale.c-872-  long int oldbx;
##############################################
vdr-plugin-xineliboutput-2.1.0+git20191101/configure-172-    add_flags LIBS_$subsys \
vdr-plugin-xineliboutput-2.1.0+git20191101/configure:173:              `pkg-config --libs-only-L $libname` \
vdr-plugin-xineliboutput-2.1.0+git20191101/configure:174:              `pkg-config --libs-only-l $libname`
vdr-plugin-xineliboutput-2.1.0+git20191101/configure:175:    add_flags CFLAGS_$subsys `pkg-config --cflags-only-I $libname`
vdr-plugin-xineliboutput-2.1.0+git20191101/configure-176-    log "yes"
##############################################
vdr-plugin-xineliboutput-2.1.0+git20191101/configure-326-    --enable-?*|--disable-?*)
vdr-plugin-xineliboutput-2.1.0+git20191101/configure:327:      eval `echo "$opt" | sed 's/--/action=/;s/-/ option=/;s/-/_/g'`
vdr-plugin-xineliboutput-2.1.0+git20191101/configure-328-      logdbg "    $action $option"
##############################################
vdr-plugin-xineliboutput-2.1.0+git20191101/configure-373-  if enabled pkgconfig && $PKG_CONFIG libxine --atleast-version 1.1.17; then
vdr-plugin-xineliboutput-2.1.0+git20191101/configure:374:    XINEPLUGINDIR=`$PKG_CONFIG libxine --variable=plugindir`
vdr-plugin-xineliboutput-2.1.0+git20191101/configure-375-  else
##############################################
vdr-plugin-xineliboutput-2.1.0+git20191101/configure-480-for feature in $FEATURES; do
vdr-plugin-xineliboutput-2.1.0+git20191101/configure:481:  feature="`toupper $feature`"
vdr-plugin-xineliboutput-2.1.0+git20191101/configure-482-  enabled $feature && 
##############################################
vdr-plugin-xineliboutput-2.1.0+git20191101/frontend_svr.c-907-    if(xc.remote_local_ip[0]) {
vdr-plugin-xineliboutput-2.1.0+git20191101/frontend_svr.c:908:      uint32_t ip = inet_addr(xc.remote_local_ip);
vdr-plugin-xineliboutput-2.1.0+git20191101/frontend_svr.c-909-      if(ip != INADDR_NONE) {
##############################################
vdr-plugin-xineliboutput-2.1.0+git20191101/tools/udp_pes_scheduler.c-194-    addr.in.sin_family = AF_INET;
vdr-plugin-xineliboutput-2.1.0+git20191101/tools/udp_pes_scheduler.c:195:    addr.in.sin_addr.s_addr = inet_addr(xc.remote_local_ip);
vdr-plugin-xineliboutput-2.1.0+git20191101/tools/udp_pes_scheduler.c-196-    if(addr.in.sin_addr.s_addr == INADDR_NONE)
##############################################
vdr-plugin-xineliboutput-2.1.0+git20191101/tools/udp_pes_scheduler.c-202-    struct ip_mreqn mreqn;
vdr-plugin-xineliboutput-2.1.0+git20191101/tools/udp_pes_scheduler.c:203:    mreqn.imr_multiaddr.s_addr = inet_addr(xc.remote_rtp_addr);
vdr-plugin-xineliboutput-2.1.0+git20191101/tools/udp_pes_scheduler.c:204:    mreqn.imr_address.s_addr = inet_addr(xc.remote_local_ip);  /* IP address of local interface */
vdr-plugin-xineliboutput-2.1.0+git20191101/tools/udp_pes_scheduler.c-205-    //mreqn.imr_ifindex = ; /* interface index */
##############################################
vdr-plugin-xineliboutput-2.1.0+git20191101/tools/udp_pes_scheduler.c-239-    addr.in.sin_family = AF_INET;
vdr-plugin-xineliboutput-2.1.0+git20191101/tools/udp_pes_scheduler.c:240:    addr.in.sin_addr.s_addr = inet_addr(xc.remote_local_ip);
vdr-plugin-xineliboutput-2.1.0+git20191101/tools/udp_pes_scheduler.c-241-    addr.in.sin_port = htons(xc.remote_rtp_port+1);
##############################################
vdr-plugin-xineliboutput-2.1.0+git20191101/tools/udp_pes_scheduler.c-245-    struct ip_mreqn mreqn;
vdr-plugin-xineliboutput-2.1.0+git20191101/tools/udp_pes_scheduler.c:246:    mreqn.imr_multiaddr.s_addr = inet_addr(xc.remote_rtp_addr);
vdr-plugin-xineliboutput-2.1.0+git20191101/tools/udp_pes_scheduler.c:247:    mreqn.imr_address.s_addr = inet_addr(xc.remote_local_ip);  /* IP address of local interface */
vdr-plugin-xineliboutput-2.1.0+git20191101/tools/udp_pes_scheduler.c-248-    //mreqn.imr_ifindex = ; /* interface index */
##############################################
vdr-plugin-xineliboutput-2.1.0+git20191101/tools/sap.c-152-    addr.in.sin_port = htons(SAP_UDP_PORT);
vdr-plugin-xineliboutput-2.1.0+git20191101/tools/sap.c:153:    addr.in.sin_addr.s_addr = dst_ip ? dst_ip : inet_addr(SAP_IP_ADDRESS_GLOBAL);
vdr-plugin-xineliboutput-2.1.0+git20191101/tools/sap.c-154-
##############################################
vdr-plugin-xineliboutput-2.1.0+git20191101/tools/vdrdiscovery.c-80-
vdr-plugin-xineliboutput-2.1.0+git20191101/tools/vdrdiscovery.c:81:  if (sock_set_reuseaddr(fd_discovery, 1) < 0)
vdr-plugin-xineliboutput-2.1.0+git20191101/tools/vdrdiscovery.c-82-    LOGERR("discovery_init: setsockopt(SO_REUSEADDR) failed");
##############################################
vdr-plugin-xineliboutput-2.1.0+git20191101/tools/vdrdiscovery.c-325-            iploc += strlen("Server address: ");
vdr-plugin-xineliboutput-2.1.0+git20191101/tools/vdrdiscovery.c:326:            svraddr = inet_addr(iploc);
vdr-plugin-xineliboutput-2.1.0+git20191101/tools/vdrdiscovery.c-327-            if(svraddr == INADDR_NONE || svraddr == INADDR_ANY) {
##############################################
vdr-plugin-xineliboutput-2.1.0+git20191101/tools/cxsocket.c-42-  addr.in.sin_port = htons(port);
vdr-plugin-xineliboutput-2.1.0+git20191101/tools/cxsocket.c:43:  addr.in.sin_addr.s_addr = inet_addr(ip);
vdr-plugin-xineliboutput-2.1.0+git20191101/tools/cxsocket.c-44-
##############################################
vdr-plugin-xineliboutput-2.1.0+git20191101/tools/sock_compat.h-87-
vdr-plugin-xineliboutput-2.1.0+git20191101/tools/sock_compat.h:88:static inline int sock_set_reuseaddr(int s, int val)
vdr-plugin-xineliboutput-2.1.0+git20191101/tools/sock_compat.h-89-{
##############################################
vdr-plugin-xineliboutput-2.1.0+git20191101/xine_input_vdr.c-5351-
vdr-plugin-xineliboutput-2.1.0+git20191101/xine_input_vdr.c:5352:  if(sock_set_reuseaddr(fd, 1) < 0)
vdr-plugin-xineliboutput-2.1.0+git20191101/xine_input_vdr.c-5353-    LOGERR("UDP data stream: setsockopt(SO_REUSEADDR) failed");
##############################################
vdr-plugin-xineliboutput-2.1.0+git20191101/xine_input_vdr.c-5501-
vdr-plugin-xineliboutput-2.1.0+git20191101/xine_input_vdr.c:5502:  if(sock_set_reuseaddr(fd, 1) < 0) {
vdr-plugin-xineliboutput-2.1.0+git20191101/xine_input_vdr.c-5503-    LOGERR("setsockopt(SO_REUSEADDR) failed");
##############################################
vdr-plugin-xineliboutput-2.1.0+git20191101/debian/patches/disable-po-update.patch-4- 	@echo GT $@
vdr-plugin-xineliboutput-2.1.0+git20191101/debian/patches/disable-po-update.patch:5: 	$(Q)xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=vdr-$(PLUGIN) --package-version=$(VERSION) --msgid-bugs-address='<phintuka@users.sourceforge.net>' -o $@ `ls $^`
vdr-plugin-xineliboutput-2.1.0+git20191101/debian/patches/disable-po-update.patch-6- 
##############################################
vdr-plugin-xineliboutput-2.1.0+git20191101/.pc/disable-po-update.patch/Makefile-284-	@for i in $(OBJS:%.o=%.c) $(OBJS_SXFE:%.o=%.c) $(OBJS_FBFE:%.o=%.c) $(OBJS_WLFE:%.o=%.c) $(OBJS_XINE:%.o=%.c) ; do \
vdr-plugin-xineliboutput-2.1.0+git20191101/.pc/disable-po-update.patch/Makefile:285:	  $(MAKEDEP) $(CXXFLAGS) $(DEFINES) $(INCLUDES) -MT "`dirname $$i`/`basename $$i .c`.o" $$i >>$@ ; \
vdr-plugin-xineliboutput-2.1.0+git20191101/.pc/disable-po-update.patch/Makefile-286-	done
##############################################
vdr-plugin-xineliboutput-2.1.0+git20191101/.pc/disable-po-update.patch/Makefile-333-	@echo GT $@
vdr-plugin-xineliboutput-2.1.0+git20191101/.pc/disable-po-update.patch/Makefile:334:	$(Q)xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=vdr-$(PLUGIN) --package-version=$(VERSION) --msgid-bugs-address='<phintuka@users.sourceforge.net>' -o $@ `ls $^`
vdr-plugin-xineliboutput-2.1.0+git20191101/.pc/disable-po-update.patch/Makefile-335-
##############################################
vdr-plugin-xineliboutput-2.1.0+git20191101/Makefile-284-	@for i in $(OBJS:%.o=%.c) $(OBJS_SXFE:%.o=%.c) $(OBJS_FBFE:%.o=%.c) $(OBJS_WLFE:%.o=%.c) $(OBJS_XINE:%.o=%.c) ; do \
vdr-plugin-xineliboutput-2.1.0+git20191101/Makefile:285:	  $(MAKEDEP) $(CXXFLAGS) $(DEFINES) $(INCLUDES) -MT "`dirname $$i`/`basename $$i .c`.o" $$i >>$@ ; \
vdr-plugin-xineliboutput-2.1.0+git20191101/Makefile-286-	done
##############################################
vdr-plugin-xineliboutput-2.1.0+git20191101/Makefile-333-	@echo GT $@
vdr-plugin-xineliboutput-2.1.0+git20191101/Makefile:334:	$(Q)xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=vdr-$(PLUGIN) --package-version=$(VERSION) --msgid-bugs-address='<phintuka@users.sourceforge.net>' -o $@ `ls $^`
vdr-plugin-xineliboutput-2.1.0+git20191101/Makefile-335-