=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== dvdisaster-0.79.6/compat/cpuid.h-71-#else dvdisaster-0.79.6/compat/cpuid.h:72:/* Host GCCs older than 3.0 weren't supporting Intel asm syntax dvdisaster-0.79.6/compat/cpuid.h-73- nor alternatives in i386 code. */ ############################################## dvdisaster-0.79.6/compat/cpuid.h-115-#else dvdisaster-0.79.6/compat/cpuid.h:116:/* Host GCCs older than 3.0 weren't supporting Intel asm syntax dvdisaster-0.79.6/compat/cpuid.h-117- nor alternatives in i386 code. */ ############################################## dvdisaster-0.79.6/configure-153-for cfile in *.c; do dvdisaster-0.79.6/configure:154: cfile_prefix=`echo $cfile | sed -e 's/\.c//'` dvdisaster-0.79.6/configure-155- cfiles="$cfiles $cfile" ############################################## dvdisaster-0.79.6/configure-175-for method in ecc-*.c; do dvdisaster-0.79.6/configure:176: method_name=`echo $method | sed -e 's/\.c//' -e 's/ecc-//'` dvdisaster-0.79.6/configure-177- method_prefix="$method_prefix $method_name" ############################################## dvdisaster-0.79.6/configure-232-id_binary="id" dvdisaster-0.79.6/configure:233:if test `$id_binary -u` -eq 0; then dvdisaster-0.79.6/configure-234- echo "* WARNING: Compiling the project as ROOT USER is not recommended" ############################################## dvdisaster-0.79.6/rs-encoder-altivec.c-60- vector unsigned char v; dvdisaster-0.79.6/rs-encoder-altivec.c:61: asm volatile("vor %0, %0, %0": "=v"(v)); dvdisaster-0.79.6/rs-encoder-altivec.c-62- } ############################################## dvdisaster-0.79.6/scripts/bash-based-configure-191- case "$cfg_opt" in dvdisaster-0.79.6/scripts/bash-based-configure:192: -*=*) cfg_optarg=`echo "$cfg_opt" | sed 's/[-_a-zA-Z0-9]*=//'` ;; dvdisaster-0.79.6/scripts/bash-based-configure-193- *) cfg_optarg= ;; ############################################## dvdisaster-0.79.6/scripts/bash-based-configure-232- -with-*=* | --with-*=*) dvdisaster-0.79.6/scripts/bash-based-configure:233: eval `echo "$cfg_opt" | sed -e 's/[-]*with-/cfg_with_/' -e 'y/-/_/'` ;; dvdisaster-0.79.6/scripts/bash-based-configure-234- ############################################## dvdisaster-0.79.6/scripts/bash-based-configure-237- -with-* | --with-*) dvdisaster-0.79.6/scripts/bash-based-configure:238: cfg_eval=`echo "$cfg_opt" | sed -e 's/[-]*with-/cfg_with_/' -e 'y/-/_/'` dvdisaster-0.79.6/scripts/bash-based-configure-239- cfg_eval="$cfg_eval=yes" ############################################## dvdisaster-0.79.6/scripts/bash-based-configure-242- -*dir=* | --*dir=*) dvdisaster-0.79.6/scripts/bash-based-configure:243: eval `echo "$cfg_opt" | sed -e 's/[-]*/cfg_/' ` ;; dvdisaster-0.79.6/scripts/bash-based-configure-244- ############################################## dvdisaster-0.79.6/scripts/bash-based-configure-247- -*-includes=*) dvdisaster-0.79.6/scripts/bash-based-configure:248: eval `echo "$cfg_opt" | sed -e 's/[-]*/cfg_/' -e 's/-includes/_incl/'` ;; dvdisaster-0.79.6/scripts/bash-based-configure-249- ############################################## dvdisaster-0.79.6/scripts/bash-based-configure-252- -*-libraries=*) dvdisaster-0.79.6/scripts/bash-based-configure:253: eval `echo "$cfg_opt" | sed -e 's/[-]*/cfg_/' -e 's/-libraries/_lib/'` ;; dvdisaster-0.79.6/scripts/bash-based-configure-254- ############################################## dvdisaster-0.79.6/scripts/bash-based-configure-362- if ($CC -v 2>&1 | grep "gcc") > /dev/null 2>&1 ; dvdisaster-0.79.6/scripts/bash-based-configure:363: then CC=`which $CC` dvdisaster-0.79.6/scripts/bash-based-configure-364- echo "yes ($CC)" dvdisaster-0.79.6/scripts/bash-based-configure:365: echo "CC = `which $CC`" >>Makefile.config dvdisaster-0.79.6/scripts/bash-based-configure-366- return 0 ############################################## dvdisaster-0.79.6/scripts/bash-based-configure-374- if ($CC -v 2>&1 | grep "gcc") > /dev/null 2>&1 ; dvdisaster-0.79.6/scripts/bash-based-configure:375: then CC=`which $CC` dvdisaster-0.79.6/scripts/bash-based-configure-376- echo "yes ($CC)" ############################################## dvdisaster-0.79.6/scripts/bash-based-configure-387- if ($CC -v 2>&1 | grep "gcc") > /dev/null 2>&1 ; dvdisaster-0.79.6/scripts/bash-based-configure:388: then CC=`which $CC` dvdisaster-0.79.6/scripts/bash-based-configure-389- echo "yes ($CC)" ############################################## dvdisaster-0.79.6/scripts/bash-based-configure-410-{ local option_name=$1 dvdisaster-0.79.6/scripts/bash-based-configure:411: local cooked_name=`echo $1 | sed -e 'y/-/_/'` dvdisaster-0.79.6/scripts/bash-based-configure-412- local default="$2" ############################################## dvdisaster-0.79.6/scripts/bash-based-configure-522- PKGNAME=`pwd` dvdisaster-0.79.6/scripts/bash-based-configure:523: PKGNAME=`basename $PKGNAME` dvdisaster-0.79.6/scripts/bash-based-configure-524- ############################################## dvdisaster-0.79.6/scripts/bash-based-configure-709- local explanation="$4" dvdisaster-0.79.6/scripts/bash-based-configure:710: local upcase=`echo $name | sed -e "$SED_UPCASE"` dvdisaster-0.79.6/scripts/bash-based-configure-711- ############################################## dvdisaster-0.79.6/scripts/bash-based-configure-945- dvdisaster-0.79.6/scripts/bash-based-configure:946: version_major=`echo $5 | sed -e 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` dvdisaster-0.79.6/scripts/bash-based-configure:947: version_minor=`echo $5 | sed -e 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` dvdisaster-0.79.6/scripts/bash-based-configure:948: version_micro=`echo $5 | sed -e 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` dvdisaster-0.79.6/scripts/bash-based-configure-949- ############################################## dvdisaster-0.79.6/scripts/bash-based-configure-1477- CFG_GTK2_CFLAGS=`pkg-config --cflags gtk+-2.0` dvdisaster-0.79.6/scripts/bash-based-configure:1478: CFG_GTK2_LIBS=`pkg-config $threads --libs gtk+-2.0` dvdisaster-0.79.6/scripts/bash-based-configure-1479- dvdisaster-0.79.6/scripts/bash-based-configure-1480- CFG_GTK2_BINDIR=`which pkg-config` dvdisaster-0.79.6/scripts/bash-based-configure:1481: CFG_GTK2_BINDIR=`echo $CFG_GTK2_BINDIR | sed -e 's/.exe//' | sed -e 's/\/pkg-config//'` dvdisaster-0.79.6/scripts/bash-based-configure-1482- ############################################## dvdisaster-0.79.6/scripts/bash-based-configure-1606- local short_name=$2 dvdisaster-0.79.6/scripts/bash-based-configure:1607: local upcase=`echo $short_name | sed -e "$SED_UPCASE"` dvdisaster-0.79.6/scripts/bash-based-configure-1608- ############################################## dvdisaster-0.79.6/scripts/bash-based-configure-1645- local short_name=$3 dvdisaster-0.79.6/scripts/bash-based-configure:1646: local upcase=`echo $short_name | sed -e "$SED_UPCASE"` dvdisaster-0.79.6/scripts/bash-based-configure-1647- ############################################## dvdisaster-0.79.6/scripts/bash-based-configure-1735- local answer="none" dvdisaster-0.79.6/scripts/bash-based-configure:1736: local fname_upcase=`echo "$fname" | sed -e "$SED_UPCASE"` dvdisaster-0.79.6/scripts/bash-based-configure-1737- ############################################## dvdisaster-0.79.6/scripts/bash-based-configure-1763- local answer="none" dvdisaster-0.79.6/scripts/bash-based-configure:1764: local symb_upcase=`echo "$symb_name" | sed -e "$SED_UPCASE"` dvdisaster-0.79.6/scripts/bash-based-configure-1765- ############################################## dvdisaster-0.79.6/scripts/bash-based-configure-1803- local answer="none" dvdisaster-0.79.6/scripts/bash-based-configure:1804: local flag_upcase=`echo "$flag" | sed -e "$SED_UPCASE"` dvdisaster-0.79.6/scripts/bash-based-configure-1805- ############################################## dvdisaster-0.79.6/scripts/bash-based-configure-1833- local answer="none" dvdisaster-0.79.6/scripts/bash-based-configure:1834: local flag_upcase=`echo "$flag" | sed -e "$SED_UPCASE"` dvdisaster-0.79.6/scripts/bash-based-configure-1835- ############################################## dvdisaster-0.79.6/locale/create-makefile-11- cfiles="$cfiles $i" dvdisaster-0.79.6/locale/create-makefile:12: nopath=`echo $i | sed -e 's/..\///'` dvdisaster-0.79.6/locale/create-makefile-13- cfiles2="$cfiles2 $nopath" ############################################## dvdisaster-0.79.6/locale/create-makefile-16-for i in *.po; do dvdisaster-0.79.6/locale/create-makefile:17: prefix=`echo $i | sed -e 's/.po//'` dvdisaster-0.79.6/locale/create-makefile-18- if ! test -e $prefix; then mkdir $prefix; fi ############################################## dvdisaster-0.79.6/debian/patches/25-fix-man-pages.patch-23- cd documentation; \ dvdisaster-0.79.6/debian/patches/25-fix-man-pages.patch:24: ESCAPED_DOCSUBDIR=`echo $(DOCSUBDIR) | sed -e 's/\//\\\\\//g'`; \ dvdisaster-0.79.6/debian/patches/25-fix-man-pages.patch-25-- sed "s/%docdir%/$$ESCAPED_DOCSUBDIR\/html/" <dvdisaster.en.1 >dvdisaster.updated; \ ############################################## dvdisaster-0.79.6/debian/patches/32-display-compilation-commands.patch-175- dvdisaster-0.79.6/debian/patches/32-display-compilation-commands.patch:176: BUILD=`grep BUILD $(SRCDIR)/build.h | cut -d ' ' -f 3` dvdisaster-0.79.6/debian/patches/32-display-compilation-commands.patch-177- arch: archclean time-stamp ############################################## dvdisaster-0.79.6/debian/patches/36-fix-parallelism.patch-25- dvdisaster-0.79.6/debian/patches/36-fix-parallelism.patch:26: BUILD=`grep BUILD $(SRCDIR)/build.h | cut -d ' ' -f 3` dvdisaster-0.79.6/debian/patches/36-fix-parallelism.patch-27- arch: archclean time-stamp ############################################## dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-173- case "$cfg_opt" in dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure:174: -*=*) cfg_optarg=`echo "$cfg_opt" | sed 's/[-_a-zA-Z0-9]*=//'` ;; dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-175- *) cfg_optarg= ;; ############################################## dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-214- -with-*=* | --with-*=*) dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure:215: eval `echo "$cfg_opt" | sed -e 's/[-]*with-/cfg_with_/' -e 'y/-/_/'` ;; dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-216- ############################################## dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-219- -with-* | --with-*) dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure:220: cfg_eval=`echo "$cfg_opt" | sed -e 's/[-]*with-/cfg_with_/' -e 'y/-/_/'` dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-221- cfg_eval="$cfg_eval=yes" ############################################## dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-224- -*dir=* | --*dir=*) dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure:225: eval `echo "$cfg_opt" | sed -e 's/[-]*/cfg_/' ` ;; dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-226- ############################################## dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-229- -*-includes=*) dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure:230: eval `echo "$cfg_opt" | sed -e 's/[-]*/cfg_/' -e 's/-includes/_incl/'` ;; dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-231- ############################################## dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-234- -*-libraries=*) dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure:235: eval `echo "$cfg_opt" | sed -e 's/[-]*/cfg_/' -e 's/-libraries/_lib/'` ;; dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-236- ############################################## dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-344- if ($CC -v 2>&1 | grep "gcc") > /dev/null 2>&1 ; dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure:345: then CC=`which $CC` dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-346- echo "yes ($CC)" dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure:347: echo "CC = `which $CC`" >>Makefile.config dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-348- return 0 ############################################## dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-356- if ($CC -v 2>&1 | grep "gcc") > /dev/null 2>&1 ; dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure:357: then CC=`which $CC` dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-358- echo "yes ($CC)" ############################################## dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-369- if ($CC -v 2>&1 | grep "gcc") > /dev/null 2>&1 ; dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure:370: then CC=`which $CC` dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-371- echo "yes ($CC)" ############################################## dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-392-{ local option_name=$1 dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure:393: local cooked_name=`echo $1 | sed -e 'y/-/_/'` dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-394- local default="$2" ############################################## dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-504- PKGNAME=`pwd` dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure:505: PKGNAME=`basename $PKGNAME` dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-506- ############################################## dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-691- local explanation="$4" dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure:692: local upcase=`echo $name | sed -e "$SED_UPCASE"` dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-693- ############################################## dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-927- dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure:928: version_major=`echo $5 | sed -e 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure:929: version_minor=`echo $5 | sed -e 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure:930: version_micro=`echo $5 | sed -e 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-931- ############################################## dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-1459- CFG_GTK2_CFLAGS=`pkg-config --cflags gtk+-2.0` dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure:1460: CFG_GTK2_LIBS=`pkg-config $threads --libs gtk+-2.0` dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-1461- dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-1462- CFG_GTK2_BINDIR=`which pkg-config` dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure:1463: CFG_GTK2_BINDIR=`echo $CFG_GTK2_BINDIR | sed -e 's/.exe//' | sed -e 's/\/pkg-config//'` dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-1464- ############################################## dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-1588- local short_name=$2 dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure:1589: local upcase=`echo $short_name | sed -e "$SED_UPCASE"` dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-1590- ############################################## dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-1627- local short_name=$3 dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure:1628: local upcase=`echo $short_name | sed -e "$SED_UPCASE"` dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-1629- ############################################## dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-1717- local answer="none" dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure:1718: local fname_upcase=`echo "$fname" | sed -e "$SED_UPCASE"` dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-1719- ############################################## dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-1745- local answer="none" dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure:1746: local symb_upcase=`echo "$symb_name" | sed -e "$SED_UPCASE"` dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-1747- ############################################## dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-1785- local answer="none" dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure:1786: local flag_upcase=`echo "$flag" | sed -e "$SED_UPCASE"` dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-1787- ############################################## dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-1815- local answer="none" dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure:1816: local flag_upcase=`echo "$flag" | sed -e "$SED_UPCASE"` dvdisaster-0.79.6/.pc/08-fix-gnu-make-detection.patch/scripts/bash-based-configure-1817- ############################################## dvdisaster-0.79.6/.pc/11-no-cruft.patch/GNUmakefile.template-240- cd documentation; \ dvdisaster-0.79.6/.pc/11-no-cruft.patch/GNUmakefile.template:241: ESCAPED_DOCSUBDIR=`echo $(DOCSUBDIR) | sed -e 's/\//\\\\\//g'`; \ dvdisaster-0.79.6/.pc/11-no-cruft.patch/GNUmakefile.template-242- sed "s/%docdir%/$$ESCAPED_DOCSUBDIR\/html/" <dvdisaster.en.1 >dvdisaster.updated; \ ############################################## dvdisaster-0.79.6/.pc/11-no-cruft.patch/GNUmakefile.template-320- dvdisaster-0.79.6/.pc/11-no-cruft.patch/GNUmakefile.template:321:BUILD=`grep BUILD $(SRCDIR)/build.h | cut -d ' ' -f 3` dvdisaster-0.79.6/.pc/11-no-cruft.patch/GNUmakefile.template-322-arch: archclean time-stamp ############################################## dvdisaster-0.79.6/.pc/16-remove-auto-build-of-doco-from-install-rule.patch/GNUmakefile.template-234- cd documentation; \ dvdisaster-0.79.6/.pc/16-remove-auto-build-of-doco-from-install-rule.patch/GNUmakefile.template:235: ESCAPED_DOCSUBDIR=`echo $(DOCSUBDIR) | sed -e 's/\//\\\\\//g'`; \ dvdisaster-0.79.6/.pc/16-remove-auto-build-of-doco-from-install-rule.patch/GNUmakefile.template-236- sed "s/%docdir%/$$ESCAPED_DOCSUBDIR\/html/" <dvdisaster.en.1 >dvdisaster.updated; \ ############################################## dvdisaster-0.79.6/.pc/16-remove-auto-build-of-doco-from-install-rule.patch/GNUmakefile.template-301- dvdisaster-0.79.6/.pc/16-remove-auto-build-of-doco-from-install-rule.patch/GNUmakefile.template:302:BUILD=`grep BUILD $(SRCDIR)/build.h | cut -d ' ' -f 3` dvdisaster-0.79.6/.pc/16-remove-auto-build-of-doco-from-install-rule.patch/GNUmakefile.template-303-arch: archclean time-stamp ############################################## dvdisaster-0.79.6/.pc/25-fix-man-pages.patch/GNUmakefile.template-233- cd documentation; \ dvdisaster-0.79.6/.pc/25-fix-man-pages.patch/GNUmakefile.template:234: ESCAPED_DOCSUBDIR=`echo $(DOCSUBDIR) | sed -e 's/\//\\\\\//g'`; \ dvdisaster-0.79.6/.pc/25-fix-man-pages.patch/GNUmakefile.template-235- sed "s/%docdir%/$$ESCAPED_DOCSUBDIR\/html/" <dvdisaster.en.1 >dvdisaster.updated; \ ############################################## dvdisaster-0.79.6/.pc/25-fix-man-pages.patch/GNUmakefile.template-300- dvdisaster-0.79.6/.pc/25-fix-man-pages.patch/GNUmakefile.template:301:BUILD=`grep BUILD $(SRCDIR)/build.h | cut -d ' ' -f 3` dvdisaster-0.79.6/.pc/25-fix-man-pages.patch/GNUmakefile.template-302-arch: archclean time-stamp ############################################## dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-173- case "$cfg_opt" in dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure:174: -*=*) cfg_optarg=`echo "$cfg_opt" | sed 's/[-_a-zA-Z0-9]*=//'` ;; dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-175- *) cfg_optarg= ;; ############################################## dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-214- -with-*=* | --with-*=*) dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure:215: eval `echo "$cfg_opt" | sed -e 's/[-]*with-/cfg_with_/' -e 'y/-/_/'` ;; dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-216- ############################################## dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-219- -with-* | --with-*) dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure:220: cfg_eval=`echo "$cfg_opt" | sed -e 's/[-]*with-/cfg_with_/' -e 'y/-/_/'` dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-221- cfg_eval="$cfg_eval=yes" ############################################## dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-224- -*dir=* | --*dir=*) dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure:225: eval `echo "$cfg_opt" | sed -e 's/[-]*/cfg_/' ` ;; dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-226- ############################################## dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-229- -*-includes=*) dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure:230: eval `echo "$cfg_opt" | sed -e 's/[-]*/cfg_/' -e 's/-includes/_incl/'` ;; dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-231- ############################################## dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-234- -*-libraries=*) dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure:235: eval `echo "$cfg_opt" | sed -e 's/[-]*/cfg_/' -e 's/-libraries/_lib/'` ;; dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-236- ############################################## dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-344- if ($CC -v 2>&1 | grep "gcc") > /dev/null 2>&1 ; dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure:345: then CC=`which $CC` dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-346- echo "yes ($CC)" dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure:347: echo "CC = `which $CC`" >>Makefile.config dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-348- return 0 ############################################## dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-356- if ($CC -v 2>&1 | grep "gcc") > /dev/null 2>&1 ; dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure:357: then CC=`which $CC` dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-358- echo "yes ($CC)" ############################################## dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-369- if ($CC -v 2>&1 | grep "gcc") > /dev/null 2>&1 ; dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure:370: then CC=`which $CC` dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-371- echo "yes ($CC)" ############################################## dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-392-{ local option_name=$1 dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure:393: local cooked_name=`echo $1 | sed -e 'y/-/_/'` dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-394- local default="$2" ############################################## dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-504- PKGNAME=`pwd` dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure:505: PKGNAME=`basename $PKGNAME` dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-506- ############################################## dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-691- local explanation="$4" dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure:692: local upcase=`echo $name | sed -e "$SED_UPCASE"` dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-693- ############################################## dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-927- dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure:928: version_major=`echo $5 | sed -e 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure:929: version_minor=`echo $5 | sed -e 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure:930: version_micro=`echo $5 | sed -e 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-931- ############################################## dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-1459- CFG_GTK2_CFLAGS=`pkg-config --cflags gtk+-2.0` dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure:1460: CFG_GTK2_LIBS=`pkg-config $threads --libs gtk+-2.0` dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-1461- dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-1462- CFG_GTK2_BINDIR=`which pkg-config` dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure:1463: CFG_GTK2_BINDIR=`echo $CFG_GTK2_BINDIR | sed -e 's/.exe//' | sed -e 's/\/pkg-config//'` dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-1464- ############################################## dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-1588- local short_name=$2 dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure:1589: local upcase=`echo $short_name | sed -e "$SED_UPCASE"` dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-1590- ############################################## dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-1627- local short_name=$3 dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure:1628: local upcase=`echo $short_name | sed -e "$SED_UPCASE"` dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-1629- ############################################## dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-1717- local answer="none" dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure:1718: local fname_upcase=`echo "$fname" | sed -e "$SED_UPCASE"` dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-1719- ############################################## dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-1745- local answer="none" dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure:1746: local symb_upcase=`echo "$symb_name" | sed -e "$SED_UPCASE"` dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-1747- ############################################## dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-1785- local answer="none" dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure:1786: local flag_upcase=`echo "$flag" | sed -e "$SED_UPCASE"` dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-1787- ############################################## dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-1815- local answer="none" dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure:1816: local flag_upcase=`echo "$flag" | sed -e "$SED_UPCASE"` dvdisaster-0.79.6/.pc/31-improve-hurd-and-kfreebsd-support.patch/scripts/bash-based-configure-1817- ############################################## dvdisaster-0.79.6/.pc/32-display-compilation-commands.patch/GNUmakefile.template-233- cd documentation; \ dvdisaster-0.79.6/.pc/32-display-compilation-commands.patch/GNUmakefile.template:234: ESCAPED_DOCSUBDIR=`echo $(DOCSUBDIR) | sed -e 's/\//\\\\\//g'`; \ dvdisaster-0.79.6/.pc/32-display-compilation-commands.patch/GNUmakefile.template-235- sed "s/%docdir%/$$ESCAPED_DOCSUBDIR/" <dvdisaster.en.1 >dvdisaster.updated; \ ############################################## dvdisaster-0.79.6/.pc/32-display-compilation-commands.patch/GNUmakefile.template-300- dvdisaster-0.79.6/.pc/32-display-compilation-commands.patch/GNUmakefile.template:301:BUILD=`grep BUILD $(SRCDIR)/build.h | cut -d ' ' -f 3` dvdisaster-0.79.6/.pc/32-display-compilation-commands.patch/GNUmakefile.template-302-arch: archclean time-stamp ############################################## dvdisaster-0.79.6/.pc/33-honour-LDFLAGS.patch/GNUmakefile.template-233- cd documentation; \ dvdisaster-0.79.6/.pc/33-honour-LDFLAGS.patch/GNUmakefile.template:234: ESCAPED_DOCSUBDIR=`echo $(DOCSUBDIR) | sed -e 's/\//\\\\\//g'`; \ dvdisaster-0.79.6/.pc/33-honour-LDFLAGS.patch/GNUmakefile.template-235- sed "s/%docdir%/$$ESCAPED_DOCSUBDIR/" <dvdisaster.en.1 >dvdisaster.updated; \ ############################################## dvdisaster-0.79.6/.pc/33-honour-LDFLAGS.patch/GNUmakefile.template-300- dvdisaster-0.79.6/.pc/33-honour-LDFLAGS.patch/GNUmakefile.template:301:BUILD=`grep BUILD $(SRCDIR)/build.h | cut -d ' ' -f 3` dvdisaster-0.79.6/.pc/33-honour-LDFLAGS.patch/GNUmakefile.template-302-arch: archclean time-stamp ############################################## dvdisaster-0.79.6/.pc/36-fix-parallelism.patch/GNUmakefile.template-233- cd documentation; \ dvdisaster-0.79.6/.pc/36-fix-parallelism.patch/GNUmakefile.template:234: ESCAPED_DOCSUBDIR=`echo $(DOCSUBDIR) | sed -e 's/\//\\\\\//g'`; \ dvdisaster-0.79.6/.pc/36-fix-parallelism.patch/GNUmakefile.template-235- sed "s/%docdir%/$$ESCAPED_DOCSUBDIR/" <dvdisaster.en.1 >dvdisaster.updated; \ ############################################## dvdisaster-0.79.6/.pc/36-fix-parallelism.patch/GNUmakefile.template-300- dvdisaster-0.79.6/.pc/36-fix-parallelism.patch/GNUmakefile.template:301:BUILD=`grep BUILD $(SRCDIR)/build.h | cut -d ' ' -f 3` dvdisaster-0.79.6/.pc/36-fix-parallelism.patch/GNUmakefile.template-302-arch: archclean time-stamp ############################################## dvdisaster-0.79.6/.pc/36-fix-parallelism.patch/locale/create-makefile-11- cfiles="$cfiles $i" dvdisaster-0.79.6/.pc/36-fix-parallelism.patch/locale/create-makefile:12: nopath=`echo $i | sed -e 's/..\///'` dvdisaster-0.79.6/.pc/36-fix-parallelism.patch/locale/create-makefile-13- cfiles2="$cfiles2 $nopath" ############################################## dvdisaster-0.79.6/.pc/36-fix-parallelism.patch/locale/create-makefile-16-for i in *.po; do dvdisaster-0.79.6/.pc/36-fix-parallelism.patch/locale/create-makefile:17: prefix=`echo $i | sed -e 's/.po//'` dvdisaster-0.79.6/.pc/36-fix-parallelism.patch/locale/create-makefile-18- if ! test -e $prefix; then mkdir $prefix; fi ############################################## dvdisaster-0.79.6/GNUmakefile.template-233- cd documentation; \ dvdisaster-0.79.6/GNUmakefile.template:234: ESCAPED_DOCSUBDIR=`echo $(DOCSUBDIR) | sed -e 's/\//\\\\\//g'`; \ dvdisaster-0.79.6/GNUmakefile.template-235- sed "s/%docdir%/$$ESCAPED_DOCSUBDIR/" <dvdisaster.en.1 >dvdisaster.updated; \ ############################################## dvdisaster-0.79.6/GNUmakefile.template-301- dvdisaster-0.79.6/GNUmakefile.template:302:BUILD=`grep BUILD $(SRCDIR)/build.h | cut -d ' ' -f 3` dvdisaster-0.79.6/GNUmakefile.template-303-arch: archclean time-stamp