Lines Matching refs:sourcefile

50     my $sourcefile = "tt_Premium_217g.zip";
51 my $url = "http://www.softwarepatch.pl/9999ccd06a4813cb827dbb0005071c71/$sourcefile";
58 wgetfile($sourcefile, $url);
59 unzip($sourcefile, $tmpdir);
67 my $sourcefile = "Dvbt1.3.57.6.zip";
68 my $url = "http://www.avermedia.com/software/$sourcefile";
77 wgetfile($sourcefile, $url);
78 unzip($sourcefile, $tmpdir);
87 my $sourcefile = "tt_budget_217g.zip";
88 my $url = "http://www.technotrend.de/new/217g/$sourcefile";
95 wgetfile($sourcefile, $url);
96 unzip($sourcefile, $tmpdir);
105 my $sourcefile = "TT_PCI_2.19h_28_11_2006.zip";
106 my $url = "http://technotrend.com.ua/download/software/219/$sourcefile";
113 wgetfile($sourcefile, $url);
114 unzip($sourcefile, $tmpdir);
123 my $sourcefile = "7%5Cdrv_2.11.02.zip";
124 my $url = "http://www.lifeview.hk/dbimages/document/$sourcefile";
131 wgetfile($sourcefile, $url);
132 unzip($sourcefile, $tmpdir);
141 my $sourcefile = "dvb-ttpci-01.fw-261d";
142 my $url = "https://linuxtv.org/downloads/firmware/$sourcefile";
148 wgetfile($sourcefile, $url);
149 verify($sourcefile, $hash);
150 copy($sourcefile, $outfile);
156 my $sourcefile = "dec217g.exe";
157 my $url = "http://hauppauge.lightpath.net/de/$sourcefile";
164 wgetfile($sourcefile, $url);
165 unzip($sourcefile, $tmpdir);
173 my $sourcefile = "dec217g.exe";
174 my $url = "http://hauppauge.lightpath.net/de/$sourcefile";
181 wgetfile($sourcefile, $url);
182 unzip($sourcefile, $tmpdir);
190 my $sourcefile = "dec217g.exe";
191 my $url = "http://hauppauge.lightpath.net/de/$sourcefile";
198 wgetfile($sourcefile, $url);
199 unzip($sourcefile, $tmpdir);
246 my $sourcefile = "2.422.zip";
247 my $url = "http://www.twinhan.com/files/driver/USB-Ter/$sourcefile";
254 wgetfile($sourcefile, $url);
255 unzip($sourcefile, $tmpdir);
306 my $sourcefile = "Technisat_DVB-PC_4_4_COMPACT.zip";
307 my $url = "http://www.bbti.us/download/windows/$sourcefile";
314 wgetfile($sourcefile, $url);
315 unzip($sourcefile, $tmpdir);
323 my $sourcefile = "AVerTVHD_MCE_A180_Drv_v1.2.2.16.zip";
324 my $url = "http://www.avermedia-usa.com/support/Drivers/$sourcefile";
331 wgetfile($sourcefile, $url);
332 unzip($sourcefile, $tmpdir);
398 my $sourcefile = "$tmpdir/Yuan MPC718 TV Tuner Card 2.13.10.1016/mpc718_32bit/yuanrap.sys";
401 open IN, '<', $sourcefile or die "Couldn't open $sourcefile to extract $fwfile data\n";
434 die "Couldn't find valid register-value sequence in $sourcefile for $fwfile\n";
522 my $sourcefile = "download.ashx?file=57";
523 my $url = "http://www.ite.com.tw/EN/Services/$sourcefile";
533 wgetfile($sourcefile, $url);
534 unzip($sourcefile, $tmpdir);
589 my $sourcefile = "LMEBDA_DVBS.sys";
596 verify($sourcefile, $hash);
597 extract($sourcefile, 4168, 3841, $outfile);
603 my $sourcefile = "US2A0D.sys";
610 verify($sourcefile, $hash);
611 extract($sourcefile, 37248, 3720, $outfile);
617 my $sourcefile = "LMEBDA_DVBS7395C.sys";
624 verify($sourcefile, $hash);
625 extract($sourcefile, 4208, 3881, $outfile);
720 my $sourcefile = "PCTV_460e_reference.zip";
728 wgetfile($sourcefile, $url . $sourcefile);
729 verify($sourcefile, $hash);
730 unzip($sourcefile, $tmpdir);
737 my $sourcefile = "PCTV_460e_reference.zip";
745 wgetfile($sourcefile, $url . $sourcefile);
746 verify($sourcefile, $hash);
747 unzip($sourcefile, $tmpdir);
776 my $sourcefile = "model_111xxx_122xxx_driver_6_0_119_31191_WHQL.zip";
784 wgetfile($sourcefile, $url . $sourcefile);
785 verify($sourcefile, $hash);
786 unzip($sourcefile, $tmpdir);
828 my ($sourcefile, $url) = @_;
830 if (! -f $sourcefile) {
831 system("wget -O \"$sourcefile\" \"$url\"") and die "wget failed - unable to download firmware";
836 my ($sourcefile, $todir) = @_;
838 $status = system("unzip -q -o -d \"$todir\" \"$sourcefile\" 2>/dev/null" );
845 my ($sourcefile, $todir) = @_;
847 system("unshield x -d \"$todir\" \"$sourcefile\" > /dev/null" ) and die ("unshield failed - unable to extract firmware");