Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 227055 Details for
Bug 303269
media-tv/linuxtv-dvb-firmware: build fails: dvb-usb-af9015.fw file doesn't exist.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
updates ebuild to work with af9015 firmware
patch.diff (text/plain), 801 bytes, created by
Ed Wildgoose
on 2010-04-08 19:51:55 UTC
(
hide
)
Description:
updates ebuild to work with af9015 firmware
Filename:
MIME Type:
Creator:
Ed Wildgoose
Created:
2010-04-08 19:51:55 UTC
Size:
801 bytes
patch
obsolete
>--- get_dvb_firmware-2009.09.19.orig 2009-10-08 17:05:48.000000000 +0100 >+++ get_dvb_firmware-2009.09.19 2010-04-08 20:46:57.000000000 +0100 >@@ -518,7 +518,7 @@ > sub af9015 { > my $sourcefile = "download.ashx?file=57"; > my $url = "http://www.ite.com.tw/EN/Services/$sourcefile"; >- my $hash = "ff5b096ed47c080870eacdab2de33ad6"; >+ my $hash = "e3f08935158038d385ad382442f4bb2d"; > my $outfile = "dvb-usb-af9015.fw"; > my $tmpdir = tempdir(DIR => "/tmp", CLEANUP => 1); > my $fwoffset = 0x22708; >@@ -602,7 +602,7 @@ > $testhash =~ /([a-zA-Z0-9]*)/; > $testhash = $1; > close CMD; >- die "Hash of extracted file does not match!\n" if ($testhash ne $hash); >+ die "Hash of extracted file: $filename does not match! Expected: $hash, got: $testhash\n" if ($testhash ne $hash); > } > > sub copy {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 303269
:
218229
|
227055
|
255175
|
267069