===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
mp3cd-1.27.0/scripts/mp3cd-474-    print STDERR $cmd."\n" if $opt_verbose;
mp3cd-1.27.0/scripts/mp3cd:475:    return system($cmd);
mp3cd-1.27.0/scripts/mp3cd-476-}
##############################################
mp3cd-1.27.0/scripts/mp3cd-482-    # Cannot pipe to "tee" since it will mask exit codes
mp3cd-1.27.0/scripts/mp3cd:483:    my $output = `$cmd 2>&1`;
mp3cd-1.27.0/scripts/mp3cd-484-    my $rc = $?;
##############################################
mp3cd-1.27.0/scripts/mp3cd-674-    # Clear the tag file, since we're regenerating it
mp3cd-1.27.0/scripts/mp3cd:675:    System("rm -f $TAGS");
mp3cd-1.27.0/scripts/mp3cd-676-
##############################################
mp3cd-1.27.0/scripts/mp3cd-780-
mp3cd-1.27.0/scripts/mp3cd:781:            System($cmd) == 0
mp3cd-1.27.0/scripts/mp3cd-782-                or die("Decoding failed!\n");
##############################################
mp3cd-1.27.0/scripts/mp3cd-802-        print "Checking WAV format for track $name ...\n";
mp3cd-1.27.0/scripts/mp3cd:803:        my $report=`sox -V $wav $wav.raw trim 0.1 1 2>&1`;
mp3cd-1.27.0/scripts/mp3cd-804-
##############################################
mp3cd-1.27.0/scripts/mp3cd-845-            print "Correcting WAV format for track $name ...\n";
mp3cd-1.27.0/scripts/mp3cd:846:            System("sox $wav -r 44100 -c 2 new-$wav $resample $OUTPUT 2>&1") == 0
mp3cd-1.27.0/scripts/mp3cd-847-                or die("Correction failed!\n");
##############################################
mp3cd-1.27.0/scripts/mp3cd-861-    print "Normalizing volume levels...\n";
mp3cd-1.27.0/scripts/mp3cd:862:    System("$found{'normalize'} -m [0-9]*.wav") == 0
mp3cd-1.27.0/scripts/mp3cd-863-        or die("Normalizing failed!\n");
##############################################
mp3cd-1.27.0/scripts/mp3cd-952-    print "Verifying generated Table of Contents...\n";
mp3cd-1.27.0/scripts/mp3cd:953:    System(cdrdao('read-test')." $CDTOC $OUTPUT 2>&1") == 0
mp3cd-1.27.0/scripts/mp3cd-954-        or die "Failed to create CD Table of Contents?!\n";
##############################################
mp3cd-1.27.0/scripts/mp3cd-1005-    $cmd.=" -n $CDTOC";
mp3cd-1.27.0/scripts/mp3cd:1006:    System($cmd) == 0
mp3cd-1.27.0/scripts/mp3cd-1007-        or die "BURN FAILED!\n";
##############################################
mp3cd-1.27.0/.pc/gstreamer.patch/scripts/mp3cd-474-    print STDERR $cmd."\n" if $opt_verbose;
mp3cd-1.27.0/.pc/gstreamer.patch/scripts/mp3cd:475:    return system($cmd);
mp3cd-1.27.0/.pc/gstreamer.patch/scripts/mp3cd-476-}
##############################################
mp3cd-1.27.0/.pc/gstreamer.patch/scripts/mp3cd-482-    # Cannot pipe to "tee" since it will mask exit codes
mp3cd-1.27.0/.pc/gstreamer.patch/scripts/mp3cd:483:    my $output = `$cmd 2>&1`;
mp3cd-1.27.0/.pc/gstreamer.patch/scripts/mp3cd-484-    my $rc = $?;
##############################################
mp3cd-1.27.0/.pc/gstreamer.patch/scripts/mp3cd-674-    # Clear the tag file, since we're regenerating it
mp3cd-1.27.0/.pc/gstreamer.patch/scripts/mp3cd:675:    System("rm -f $TAGS");
mp3cd-1.27.0/.pc/gstreamer.patch/scripts/mp3cd-676-
##############################################
mp3cd-1.27.0/.pc/gstreamer.patch/scripts/mp3cd-780-
mp3cd-1.27.0/.pc/gstreamer.patch/scripts/mp3cd:781:            System($cmd) == 0
mp3cd-1.27.0/.pc/gstreamer.patch/scripts/mp3cd-782-                or die("Decoding failed!\n");
##############################################
mp3cd-1.27.0/.pc/gstreamer.patch/scripts/mp3cd-802-        print "Checking WAV format for track $name ...\n";
mp3cd-1.27.0/.pc/gstreamer.patch/scripts/mp3cd:803:        my $report=`sox -V $wav $wav.raw trim 0.1 1 2>&1`;
mp3cd-1.27.0/.pc/gstreamer.patch/scripts/mp3cd-804-
##############################################
mp3cd-1.27.0/.pc/gstreamer.patch/scripts/mp3cd-845-            print "Correcting WAV format for track $name ...\n";
mp3cd-1.27.0/.pc/gstreamer.patch/scripts/mp3cd:846:            System("sox $wav -r 44100 -c 2 new-$wav $resample $OUTPUT 2>&1") == 0
mp3cd-1.27.0/.pc/gstreamer.patch/scripts/mp3cd-847-                or die("Correction failed!\n");
##############################################
mp3cd-1.27.0/.pc/gstreamer.patch/scripts/mp3cd-861-    print "Normalizing volume levels...\n";
mp3cd-1.27.0/.pc/gstreamer.patch/scripts/mp3cd:862:    System("$found{'normalize'} -m [0-9]*.wav") == 0
mp3cd-1.27.0/.pc/gstreamer.patch/scripts/mp3cd-863-        or die("Normalizing failed!\n");
##############################################
mp3cd-1.27.0/.pc/gstreamer.patch/scripts/mp3cd-952-    print "Verifying generated Table of Contents...\n";
mp3cd-1.27.0/.pc/gstreamer.patch/scripts/mp3cd:953:    System(cdrdao('read-test')." $CDTOC $OUTPUT 2>&1") == 0
mp3cd-1.27.0/.pc/gstreamer.patch/scripts/mp3cd-954-        or die "Failed to create CD Table of Contents?!\n";
##############################################
mp3cd-1.27.0/.pc/gstreamer.patch/scripts/mp3cd-1005-    $cmd.=" -n $CDTOC";
mp3cd-1.27.0/.pc/gstreamer.patch/scripts/mp3cd:1006:    System($cmd) == 0
mp3cd-1.27.0/.pc/gstreamer.patch/scripts/mp3cd-1007-        or die "BURN FAILED!\n";