Lines Matching refs:sourcefile

63     my $sourcefile = "tt_Premium_217g.zip";
71 wgetfile($sourcefile, $url);
72 unzip($sourcefile, $tmpdir);
80 my $sourcefile = "Dvbt1.3.57.6.zip";
90 wgetfile($sourcefile, $url);
91 unzip($sourcefile, $tmpdir);
100 my $sourcefile = "tt_budget_217g.zip";
108 wgetfile($sourcefile, $url);
109 unzip($sourcefile, $tmpdir);
118 my $sourcefile = "TT_PCI_2.19h_28_11_2006.zip";
126 wgetfile($sourcefile, $url);
127 unzip($sourcefile, $tmpdir);
136 my $sourcefile = "7%5Cdrv_2.11.02.zip";
144 wgetfile($sourcefile, $url);
145 unzip($sourcefile, $tmpdir);
154 my $sourcefile = "dvb-ttpci-01.fw-261d";
161 wgetfile($sourcefile, $url);
162 verify($sourcefile, $hash);
163 copy($sourcefile, $outfile);
169 my $sourcefile = "dec217g.exe";
177 wgetfile($sourcefile, $url);
178 unzip($sourcefile, $tmpdir);
186 my $sourcefile = "dec217g.exe";
194 wgetfile($sourcefile, $url);
195 unzip($sourcefile, $tmpdir);
203 my $sourcefile = "dec217g.exe";
211 wgetfile($sourcefile, $url);
212 unzip($sourcefile, $tmpdir);
259 my $sourcefile = "2.422.zip";
267 wgetfile($sourcefile, $url);
268 unzip($sourcefile, $tmpdir);
319 my $sourcefile = "Technisat_DVB-PC_4_4_COMPACT.zip";
327 wgetfile($sourcefile, $url);
328 unzip($sourcefile, $tmpdir);
336 my $sourcefile = "AVerTVHD_MCE_A180_Drv_v1.2.2.16.zip";
344 wgetfile($sourcefile, $url);
345 unzip($sourcefile, $tmpdir);
411 my $sourcefile = "$tmpdir/Yuan MPC718 TV Tuner Card 2.13.10.1016/mpc718_32bit/yuanrap.sys";
414 open IN, '<', $sourcefile or die "Couldn't open $sourcefile to extract $fwfile data\n";
447 die "Couldn't find valid register-value sequence in $sourcefile for $fwfile\n";
535 my $sourcefile = "download.ashx?file=57";
546 wgetfile($sourcefile, $url);
547 unzip($sourcefile, $tmpdir);
602 my $sourcefile = "LMEBDA_DVBS.sys";
609 verify($sourcefile, $hash);
610 extract($sourcefile, 4168, 3841, $outfile);
616 my $sourcefile = "US2A0D.sys";
623 verify($sourcefile, $hash);
624 extract($sourcefile, 37248, 3720, $outfile);
630 my $sourcefile = "LMEBDA_DVBS7395C.sys";
637 verify($sourcefile, $hash);
638 extract($sourcefile, 4208, 3881, $outfile);
733 my $sourcefile = "PCTV_460e_reference.zip";
741 wgetfile($sourcefile, $url . $sourcefile);
742 verify($sourcefile, $hash);
743 unzip($sourcefile, $tmpdir);
750 my $sourcefile = "PCTV_460e_reference.zip";
758 wgetfile($sourcefile, $url . $sourcefile);
759 verify($sourcefile, $hash);
760 unzip($sourcefile, $tmpdir);
789 my $sourcefile = "model_111xxx_122xxx_driver_6_0_119_31191_WHQL.zip";
797 wgetfile($sourcefile, $url . $sourcefile);
798 verify($sourcefile, $hash);
799 unzip($sourcefile, $tmpdir);
841 my ($sourcefile, $url) = @_;
843 if (! -f $sourcefile) {
844 system("wget -O \"$sourcefile\" \"$url\"") and die "wget failed - unable to download firmware";
849 my ($sourcefile, $todir) = @_;
851 $status = system("unzip -q -o -d \"$todir\" \"$sourcefile\" 2>/dev/null" );
858 my ($sourcefile, $todir) = @_;
860 …system("unshield x -d \"$todir\" \"$sourcefile\" > /dev/null" ) and die ("unshield failed - unable…