Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 650474 | Differences between
and this patch

Collapse All | Expand All

(-)a/scripts/build_docbook_index.prl (-2 lines)
Lines 35-42 sub useage Link Here
35
END
35
END
36
}
36
}
37
37
38
#__SHARED_SETUP__
39
40
$title='';
38
$title='';
41
$mode='debug';
39
$mode='debug';
42
$verbose=0;
40
$verbose=0;
(-)a/scripts/cxx_to_docbook.prl (-2 lines)
Lines 37-44 sub useage Link Here
37
END
37
END
38
}
38
}
39
39
40
#__SHARED_SETUP__
41
42
$level=0;
40
$level=0;
43
$title=undef;
41
$title=undef;
44
$chapter='chapter';
42
$chapter='chapter';
(-)a/scripts/pm.prl (-2 lines)
Lines 56-63 sub useage Link Here
56
END
56
END
57
}
57
}
58
58
59
#__SHARED_SETUP__
60
61
while ($#ARGV>=0)
59
while ($#ARGV>=0)
62
    {
60
    {
63
    if ($ARGV[0] eq "-f")
61
    if ($ARGV[0] eq "-f")
(-)a/scripts/raw_to_xgraph.prl (-2 lines)
Lines 56-63 Convert raw sample data into something xgraph can plot. Link Here
56
END
56
END
57
}
57
}
58
58
59
#__SHARED_SETUP__
60
61
$stream = STDIN;
59
$stream = STDIN;
62
$sample_rate = 1;
60
$sample_rate = 1;
63
61
(-)a/scripts/resynth.sh (-2 lines)
Lines 63-70 EOF Link Here
63
    exit $1
63
    exit $1
64
}
64
}
65
65
66
#__SHARED_SETUP__
67
68
invert=false
66
invert=false
69
voiced=''
67
voiced=''
70
pre=0
68
pre=0
(-)a/scripts/tex_to_images.prl (-3 lines)
Lines 79-86 END Link Here
79
    exit($_[0]);
79
    exit($_[0]);
80
}
80
}
81
81
82
#__SHARED_SETUP__
83
84
$out_pattern="image_NNN.FFF";
82
$out_pattern="image_NNN.FFF";
85
$scale=3;
83
$scale=3;
86
$over=2;
84
$over=2;
87
- 

Return to bug 650474