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

Collapse All | Expand All

(-)/opt/picasa/bin/uninstall.gtk2.glade (+549 lines)
Line 0 Link Here
1
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
2
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
3
4
<glade-interface>
5
6
<widget class="GtkWindow" id="loki_uninstall">
7
  <property name="visible">True</property>
8
  <property name="title" translatable="yes">Uninstall Tool</property>
9
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
10
  <property name="window_position">GTK_WIN_POS_CENTER</property>
11
  <property name="modal">False</property>
12
  <property name="default_width">500</property>
13
  <property name="default_height">400</property>
14
  <property name="resizable">True</property>
15
  <property name="destroy_with_parent">False</property>
16
  <property name="decorated">True</property>
17
  <property name="skip_taskbar_hint">False</property>
18
  <property name="skip_pager_hint">False</property>
19
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_UTILITY</property>
20
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
21
  <signal name="destroy" handler="main_quit_slot"/>
22
  <signal name="delete_event" handler="main_quit_slot"/>
23
24
  <child>
25
    <widget class="GtkNotebook" id="uninstall_notebook">
26
      <property name="visible">True</property>
27
      <property name="show_tabs">False</property>
28
      <property name="show_border">True</property>
29
      <property name="tab_pos">GTK_POS_TOP</property>
30
      <property name="scrollable">False</property>
31
      <property name="enable_popup">False</property>
32
33
      <child>
34
	<widget class="GtkVBox" id="vbox1">
35
	  <property name="visible">True</property>
36
	  <property name="homogeneous">False</property>
37
	  <property name="spacing">0</property>
38
39
	  <child>
40
	    <widget class="GtkLabel" id="label4">
41
	      <property name="visible">True</property>
42
	      <property name="label" translatable="yes">Please select the packages you would like to uninstall:</property>
43
	      <property name="use_underline">False</property>
44
	      <property name="use_markup">False</property>
45
	      <property name="justify">GTK_JUSTIFY_CENTER</property>
46
	      <property name="wrap">False</property>
47
	      <property name="selectable">False</property>
48
	      <property name="xalign">0</property>
49
	      <property name="yalign">0.5</property>
50
	      <property name="xpad">4</property>
51
	      <property name="ypad">4</property>
52
	    </widget>
53
	    <packing>
54
	      <property name="padding">0</property>
55
	      <property name="expand">False</property>
56
	      <property name="fill">True</property>
57
	    </packing>
58
	  </child>
59
60
	  <child>
61
	    <widget class="GtkScrolledWindow" id="scrolledwindow1">
62
	      <property name="visible">True</property>
63
	      <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
64
	      <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
65
	      <property name="shadow_type">GTK_SHADOW_NONE</property>
66
	      <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
67
68
	      <child>
69
		<widget class="GtkViewport" id="viewport1">
70
		  <property name="visible">True</property>
71
		  <property name="shadow_type">GTK_SHADOW_IN</property>
72
73
		  <child>
74
		    <widget class="GtkVBox" id="uninstall_vbox">
75
		      <property name="visible">True</property>
76
		      <property name="homogeneous">False</property>
77
		      <property name="spacing">0</property>
78
79
		      <child>
80
			<widget class="GtkLabel" id="label11">
81
			  <property name="visible">True</property>
82
			  <property name="label" translatable="yes">... LOADING PRODUCT LIST ...</property>
83
			  <property name="use_underline">False</property>
84
			  <property name="use_markup">False</property>
85
			  <property name="justify">GTK_JUSTIFY_CENTER</property>
86
			  <property name="wrap">False</property>
87
			  <property name="selectable">False</property>
88
			  <property name="xalign">0</property>
89
			  <property name="yalign">0.5</property>
90
			  <property name="xpad">4</property>
91
			  <property name="ypad">4</property>
92
			</widget>
93
			<packing>
94
			  <property name="padding">0</property>
95
			  <property name="expand">False</property>
96
			  <property name="fill">False</property>
97
			</packing>
98
		      </child>
99
		    </widget>
100
		  </child>
101
		</widget>
102
	      </child>
103
	    </widget>
104
	    <packing>
105
	      <property name="padding">0</property>
106
	      <property name="expand">True</property>
107
	      <property name="fill">True</property>
108
	    </packing>
109
	  </child>
110
111
	  <child>
112
	    <widget class="GtkHBox" id="hbox2">
113
	      <property name="visible">True</property>
114
	      <property name="homogeneous">False</property>
115
	      <property name="spacing">0</property>
116
117
	      <child>
118
		<widget class="GtkLabel" id="label9">
119
		  <property name="visible">True</property>
120
		  <property name="label" translatable="yes">Recovered space: </property>
121
		  <property name="use_underline">False</property>
122
		  <property name="use_markup">False</property>
123
		  <property name="justify">GTK_JUSTIFY_CENTER</property>
124
		  <property name="wrap">False</property>
125
		  <property name="selectable">False</property>
126
		  <property name="xalign">0</property>
127
		  <property name="yalign">0.5</property>
128
		  <property name="xpad">4</property>
129
		  <property name="ypad">4</property>
130
		</widget>
131
		<packing>
132
		  <property name="padding">0</property>
133
		  <property name="expand">False</property>
134
		  <property name="fill">False</property>
135
		</packing>
136
	      </child>
137
138
	      <child>
139
		<widget class="GtkLabel" id="recovered_space_label">
140
		  <property name="visible">True</property>
141
		  <property name="label" translatable="yes">0 MB</property>
142
		  <property name="use_underline">False</property>
143
		  <property name="use_markup">False</property>
144
		  <property name="justify">GTK_JUSTIFY_CENTER</property>
145
		  <property name="wrap">False</property>
146
		  <property name="selectable">False</property>
147
		  <property name="xalign">0.5</property>
148
		  <property name="yalign">0.5</property>
149
		  <property name="xpad">0</property>
150
		  <property name="ypad">0</property>
151
		</widget>
152
		<packing>
153
		  <property name="padding">0</property>
154
		  <property name="expand">False</property>
155
		  <property name="fill">False</property>
156
		</packing>
157
	      </child>
158
	    </widget>
159
	    <packing>
160
	      <property name="padding">0</property>
161
	      <property name="expand">False</property>
162
	      <property name="fill">True</property>
163
	    </packing>
164
	  </child>
165
166
	  <child>
167
	    <widget class="GtkFrame" id="frame2">
168
	      <property name="visible">True</property>
169
	      <property name="label_xalign">0</property>
170
	      <property name="label_yalign">0.5</property>
171
	      <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
172
173
	      <child>
174
		<widget class="GtkHButtonBox" id="hbuttonbox1">
175
		  <property name="visible">True</property>
176
		  <property name="layout_style">GTK_BUTTONBOX_DEFAULT_STYLE</property>
177
		  <property name="spacing">30</property>
178
179
		  <child>
180
		    <widget class="GtkButton" id="button1">
181
		      <property name="visible">True</property>
182
		      <property name="can_default">True</property>
183
		      <property name="can_focus">True</property>
184
		      <property name="label">gtk-quit</property>
185
		      <property name="use_stock">True</property>
186
		      <property name="relief">GTK_RELIEF_NORMAL</property>
187
		      <property name="focus_on_click">True</property>
188
		      <signal name="clicked" handler="main_quit_slot"/>
189
		      <accelerator key="Escape" modifiers="0" signal="clicked"/>
190
		    </widget>
191
		  </child>
192
193
		  <child>
194
		    <widget class="GtkButton" id="uninstall_button">
195
		      <property name="visible">True</property>
196
		      <property name="can_default">True</property>
197
		      <property name="can_focus">True</property>
198
		      <property name="relief">GTK_RELIEF_NORMAL</property>
199
		      <property name="focus_on_click">True</property>
200
		      <signal name="clicked" handler="perform_uninstall_slot"/>
201
202
		      <child>
203
			<widget class="GtkAlignment" id="alignment1">
204
			  <property name="visible">True</property>
205
			  <property name="xalign">0.5</property>
206
			  <property name="yalign">0.5</property>
207
			  <property name="xscale">0</property>
208
			  <property name="yscale">0</property>
209
			  <property name="top_padding">0</property>
210
			  <property name="bottom_padding">0</property>
211
			  <property name="left_padding">0</property>
212
			  <property name="right_padding">0</property>
213
214
			  <child>
215
			    <widget class="GtkHBox" id="hbox3">
216
			      <property name="visible">True</property>
217
			      <property name="homogeneous">False</property>
218
			      <property name="spacing">2</property>
219
220
			      <child>
221
				<widget class="GtkImage" id="image1">
222
				  <property name="visible">True</property>
223
				  <property name="stock">gtk-undo</property>
224
				  <property name="icon_size">4</property>
225
				  <property name="xalign">0.5</property>
226
				  <property name="yalign">0.5</property>
227
				  <property name="xpad">0</property>
228
				  <property name="ypad">0</property>
229
				</widget>
230
				<packing>
231
				  <property name="padding">0</property>
232
				  <property name="expand">False</property>
233
				  <property name="fill">False</property>
234
				</packing>
235
			      </child>
236
237
			      <child>
238
				<widget class="GtkLabel" id="label12">
239
				  <property name="visible">True</property>
240
				  <property name="label" translatable="yes">_Uninstall</property>
241
				  <property name="use_underline">True</property>
242
				  <property name="use_markup">False</property>
243
				  <property name="justify">GTK_JUSTIFY_LEFT</property>
244
				  <property name="wrap">False</property>
245
				  <property name="selectable">False</property>
246
				  <property name="xalign">0.5</property>
247
				  <property name="yalign">0.5</property>
248
				  <property name="xpad">0</property>
249
				  <property name="ypad">0</property>
250
				</widget>
251
				<packing>
252
				  <property name="padding">0</property>
253
				  <property name="expand">False</property>
254
				  <property name="fill">False</property>
255
				</packing>
256
			      </child>
257
			    </widget>
258
			  </child>
259
			</widget>
260
		      </child>
261
		    </widget>
262
		  </child>
263
		</widget>
264
	      </child>
265
	    </widget>
266
	    <packing>
267
	      <property name="padding">0</property>
268
	      <property name="expand">False</property>
269
	      <property name="fill">True</property>
270
	    </packing>
271
	  </child>
272
	</widget>
273
	<packing>
274
	  <property name="tab_expand">False</property>
275
	  <property name="tab_fill">True</property>
276
	</packing>
277
      </child>
278
279
      <child>
280
	<widget class="GtkLabel" id="label1">
281
	  <property name="visible">True</property>
282
	  <property name="label" translatable="yes"></property>
283
	  <property name="use_underline">False</property>
284
	  <property name="use_markup">False</property>
285
	  <property name="justify">GTK_JUSTIFY_CENTER</property>
286
	  <property name="wrap">False</property>
287
	  <property name="selectable">False</property>
288
	  <property name="xalign">0.5</property>
289
	  <property name="yalign">0.5</property>
290
	  <property name="xpad">0</property>
291
	  <property name="ypad">0</property>
292
	</widget>
293
	<packing>
294
	  <property name="type">tab</property>
295
	</packing>
296
      </child>
297
298
      <child>
299
	<widget class="GtkVBox" id="vbox3">
300
	  <property name="visible">True</property>
301
	  <property name="homogeneous">False</property>
302
	  <property name="spacing">0</property>
303
304
	  <child>
305
	    <widget class="GtkLabel" id="label5">
306
	      <property name="visible">True</property>
307
	      <property name="label" translatable="yes">Performing uninstall:</property>
308
	      <property name="use_underline">False</property>
309
	      <property name="use_markup">False</property>
310
	      <property name="justify">GTK_JUSTIFY_CENTER</property>
311
	      <property name="wrap">False</property>
312
	      <property name="selectable">False</property>
313
	      <property name="xalign">0</property>
314
	      <property name="yalign">0.5</property>
315
	      <property name="xpad">4</property>
316
	      <property name="ypad">4</property>
317
	    </widget>
318
	    <packing>
319
	      <property name="padding">0</property>
320
	      <property name="expand">False</property>
321
	      <property name="fill">False</property>
322
	    </packing>
323
	  </child>
324
325
	  <child>
326
	    <widget class="GtkLabel" id="label6">
327
	      <property name="visible">True</property>
328
	      <property name="label" translatable="yes"></property>
329
	      <property name="use_underline">False</property>
330
	      <property name="use_markup">False</property>
331
	      <property name="justify">GTK_JUSTIFY_CENTER</property>
332
	      <property name="wrap">False</property>
333
	      <property name="selectable">False</property>
334
	      <property name="xalign">0.5</property>
335
	      <property name="yalign">0.5</property>
336
	      <property name="xpad">0</property>
337
	      <property name="ypad">0</property>
338
	    </widget>
339
	    <packing>
340
	      <property name="padding">0</property>
341
	      <property name="expand">False</property>
342
	      <property name="fill">True</property>
343
	    </packing>
344
	  </child>
345
346
	  <child>
347
	    <widget class="GtkLabel" id="uninstall_status_label">
348
	      <property name="visible">True</property>
349
	      <property name="label" translatable="yes">[current component]</property>
350
	      <property name="use_underline">False</property>
351
	      <property name="use_markup">False</property>
352
	      <property name="justify">GTK_JUSTIFY_CENTER</property>
353
	      <property name="wrap">False</property>
354
	      <property name="selectable">False</property>
355
	      <property name="xalign">0</property>
356
	      <property name="yalign">0.5</property>
357
	      <property name="xpad">4</property>
358
	      <property name="ypad">4</property>
359
	    </widget>
360
	    <packing>
361
	      <property name="padding">0</property>
362
	      <property name="expand">False</property>
363
	      <property name="fill">False</property>
364
	    </packing>
365
	  </child>
366
367
	  <child>
368
	    <widget class="GtkHBox" id="hbox1">
369
	      <property name="visible">True</property>
370
	      <property name="homogeneous">False</property>
371
	      <property name="spacing">0</property>
372
373
	      <child>
374
		<widget class="GtkProgressBar" id="uninstall_progress">
375
		  <property name="visible">True</property>
376
		  <property name="orientation">GTK_PROGRESS_LEFT_TO_RIGHT</property>
377
		  <property name="fraction">0</property>
378
		  <property name="pulse_step">0.1</property>
379
		</widget>
380
		<packing>
381
		  <property name="padding">4</property>
382
		  <property name="expand">True</property>
383
		  <property name="fill">True</property>
384
		</packing>
385
	      </child>
386
	    </widget>
387
	    <packing>
388
	      <property name="padding">0</property>
389
	      <property name="expand">False</property>
390
	      <property name="fill">False</property>
391
	    </packing>
392
	  </child>
393
394
	  <child>
395
	    <widget class="GtkLabel" id="label8">
396
	      <property name="visible">True</property>
397
	      <property name="label" translatable="yes"></property>
398
	      <property name="use_underline">False</property>
399
	      <property name="use_markup">False</property>
400
	      <property name="justify">GTK_JUSTIFY_CENTER</property>
401
	      <property name="wrap">False</property>
402
	      <property name="selectable">False</property>
403
	      <property name="xalign">0.5</property>
404
	      <property name="yalign">0.5</property>
405
	      <property name="xpad">0</property>
406
	      <property name="ypad">0</property>
407
	    </widget>
408
	    <packing>
409
	      <property name="padding">0</property>
410
	      <property name="expand">True</property>
411
	      <property name="fill">True</property>
412
	    </packing>
413
	  </child>
414
415
	  <child>
416
	    <widget class="GtkFrame" id="frame1">
417
	      <property name="visible">True</property>
418
	      <property name="label_xalign">0</property>
419
	      <property name="label_yalign">0.5</property>
420
	      <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
421
422
	      <child>
423
		<widget class="GtkHButtonBox" id="hbuttonbox2">
424
		  <property name="visible">True</property>
425
		  <property name="layout_style">GTK_BUTTONBOX_DEFAULT_STYLE</property>
426
		  <property name="spacing">30</property>
427
428
		  <child>
429
		    <widget class="GtkButton" id="cancel_button">
430
		      <property name="visible">True</property>
431
		      <property name="can_default">True</property>
432
		      <property name="can_focus">True</property>
433
		      <property name="label">gtk-cancel</property>
434
		      <property name="use_stock">True</property>
435
		      <property name="relief">GTK_RELIEF_NORMAL</property>
436
		      <property name="focus_on_click">True</property>
437
		      <signal name="clicked" handler="cancel_uninstall_slot"/>
438
		    </widget>
439
		  </child>
440
441
		  <child>
442
		    <widget class="GtkButton" id="finished_button">
443
		      <property name="visible">True</property>
444
		      <property name="can_default">True</property>
445
		      <property name="can_focus">True</property>
446
		      <property name="relief">GTK_RELIEF_NORMAL</property>
447
		      <property name="focus_on_click">True</property>
448
		      <signal name="clicked" handler="main_quit_slot"/>
449
450
		      <child>
451
			<widget class="GtkAlignment" id="alignment2">
452
			  <property name="visible">True</property>
453
			  <property name="xalign">0.5</property>
454
			  <property name="yalign">0.5</property>
455
			  <property name="xscale">0</property>
456
			  <property name="yscale">0</property>
457
			  <property name="top_padding">0</property>
458
			  <property name="bottom_padding">0</property>
459
			  <property name="left_padding">0</property>
460
			  <property name="right_padding">0</property>
461
462
			  <child>
463
			    <widget class="GtkHBox" id="hbox4">
464
			      <property name="visible">True</property>
465
			      <property name="homogeneous">False</property>
466
			      <property name="spacing">2</property>
467
468
			      <child>
469
				<widget class="GtkImage" id="image2">
470
				  <property name="visible">True</property>
471
				  <property name="stock">gtk-quit</property>
472
				  <property name="icon_size">4</property>
473
				  <property name="xalign">0.5</property>
474
				  <property name="yalign">0.5</property>
475
				  <property name="xpad">0</property>
476
				  <property name="ypad">0</property>
477
				</widget>
478
				<packing>
479
				  <property name="padding">0</property>
480
				  <property name="expand">False</property>
481
				  <property name="fill">False</property>
482
				</packing>
483
			      </child>
484
485
			      <child>
486
				<widget class="GtkLabel" id="label13">
487
				  <property name="visible">True</property>
488
				  <property name="label" translatable="yes">Finished</property>
489
				  <property name="use_underline">True</property>
490
				  <property name="use_markup">False</property>
491
				  <property name="justify">GTK_JUSTIFY_LEFT</property>
492
				  <property name="wrap">False</property>
493
				  <property name="selectable">False</property>
494
				  <property name="xalign">0.5</property>
495
				  <property name="yalign">0.5</property>
496
				  <property name="xpad">0</property>
497
				  <property name="ypad">0</property>
498
				</widget>
499
				<packing>
500
				  <property name="padding">0</property>
501
				  <property name="expand">False</property>
502
				  <property name="fill">False</property>
503
				</packing>
504
			      </child>
505
			    </widget>
506
			  </child>
507
			</widget>
508
		      </child>
509
		    </widget>
510
		  </child>
511
		</widget>
512
	      </child>
513
	    </widget>
514
	    <packing>
515
	      <property name="padding">0</property>
516
	      <property name="expand">False</property>
517
	      <property name="fill">True</property>
518
	    </packing>
519
	  </child>
520
	</widget>
521
	<packing>
522
	  <property name="tab_expand">False</property>
523
	  <property name="tab_fill">True</property>
524
	</packing>
525
      </child>
526
527
      <child>
528
	<widget class="GtkLabel" id="label2">
529
	  <property name="visible">True</property>
530
	  <property name="label" translatable="yes"></property>
531
	  <property name="use_underline">False</property>
532
	  <property name="use_markup">False</property>
533
	  <property name="justify">GTK_JUSTIFY_CENTER</property>
534
	  <property name="wrap">False</property>
535
	  <property name="selectable">False</property>
536
	  <property name="xalign">0.5</property>
537
	  <property name="yalign">0.5</property>
538
	  <property name="xpad">0</property>
539
	  <property name="ypad">0</property>
540
	</widget>
541
	<packing>
542
	  <property name="type">tab</property>
543
	</packing>
544
      </child>
545
    </widget>
546
  </child>
547
</widget>
548
549
</glade-interface>
(-)/opt/picasa/desktop/google-picasa.desktop (-2 / +2 lines)
Lines 2-9 Link Here
2
Encoding=UTF-8
2
Encoding=UTF-8
3
Name=Picasa
3
Name=Picasa
4
Comment=The Photo Organizer from Google
4
Comment=The Photo Organizer from Google
5
Exec=/opt/picasa//bin/picasa
5
Exec=/opt/picasa//bin/picasa
6
Terminal=false
6
Terminal=false
7
Icon=/opt/picasa//desktop/picasa.xpm
7
Icon=/opt/picasa//desktop/picasa.xpm
8
Type=Application
8
Type=Application
9
Categories=Graphics;Photography;Photograph;Application
9
Categories=Graphics;Photography;Photograph;Application
(-)/opt/picasa/desktop/google-picasa-mediadetector.desktop (-2 / +2 lines)
Lines 2-9 Link Here
2
Encoding=UTF-8
2
Encoding=UTF-8
3
Name=Picasa Media Detector
3
Name=Picasa Media Detector
4
Comment=Photo Organizer Background Scanner
4
Comment=Photo Organizer Background Scanner
5
Exec=/opt/picasa//bin/mediadetector
5
Exec=/opt/picasa//bin/mediadetector
6
Terminal=false
6
Terminal=false
7
Icon=/opt/picasa//desktop/picasa.xpm
7
Icon=/opt/picasa//desktop/picasa.xpm
8
Type=Application
8
Type=Application
9
Categories=Graphics;Photography;Photograph;Application
9
Categories=Graphics;Photography;Photograph;Application
(-)/opt/picasa/GPLV2 (+340 lines)
Line 0 Link Here
1
		    GNU GENERAL PUBLIC LICENSE
2
		       Version 2, June 1991
3
4
 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
5
 		59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
6
7
 Everyone is permitted to copy and distribute verbatim copies
8
 of this license document, but changing it is not allowed.
9
10
			    Preamble
11
12
  The licenses for most software are designed to take away your
13
freedom to share and change it.  By contrast, the GNU General Public
14
License is intended to guarantee your freedom to share and change free
15
software--to make sure the software is free for all its users.  This
16
General Public License applies to most of the Free Software
17
Foundation's software and to any other program whose authors commit to
18
using it.  (Some other Free Software Foundation software is covered by
19
the GNU Library General Public License instead.)  You can apply it to
20
your programs, too.
21
22
  When we speak of free software, we are referring to freedom, not
23
price.  Our General Public Licenses are designed to make sure that you
24
have the freedom to distribute copies of free software (and charge for
25
this service if you wish), that you receive source code or can get it
26
if you want it, that you can change the software or use pieces of it
27
in new free programs; and that you know you can do these things.
28
29
  To protect your rights, we need to make restrictions that forbid
30
anyone to deny you these rights or to ask you to surrender the rights.
31
These restrictions translate to certain responsibilities for you if you
32
distribute copies of the software, or if you modify it.
33
34
  For example, if you distribute copies of such a program, whether
35
gratis or for a fee, you must give the recipients all the rights that
36
you have.  You must make sure that they, too, receive or can get the
37
source code.  And you must show them these terms so they know their
38
rights.
39
40
  We protect your rights with two steps: (1) copyright the software, and
41
(2) offer you this license which gives you legal permission to copy,
42
distribute and/or modify the software.
43
44
  Also, for each author's protection and ours, we want to make certain
45
that everyone understands that there is no warranty for this free
46
software.  If the software is modified by someone else and passed on, we
47
want its recipients to know that what they have is not the original, so
48
that any problems introduced by others will not reflect on the original
49
authors' reputations.
50
51
  Finally, any free program is threatened constantly by software
52
patents.  We wish to avoid the danger that redistributors of a free
53
program will individually obtain patent licenses, in effect making the
54
program proprietary.  To prevent this, we have made it clear that any
55
patent must be licensed for everyone's free use or not licensed at all.
56
57
  The precise terms and conditions for copying, distribution and
58
modification follow.
59
60
		    GNU GENERAL PUBLIC LICENSE
61
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
62
63
  0. This License applies to any program or other work which contains
64
a notice placed by the copyright holder saying it may be distributed
65
under the terms of this General Public License.  The "Program", below,
66
refers to any such program or work, and a "work based on the Program"
67
means either the Program or any derivative work under copyright law:
68
that is to say, a work containing the Program or a portion of it,
69
either verbatim or with modifications and/or translated into another
70
language.  (Hereinafter, translation is included without limitation in
71
the term "modification".)  Each licensee is addressed as "you".
72
73
Activities other than copying, distribution and modification are not
74
covered by this License; they are outside its scope.  The act of
75
running the Program is not restricted, and the output from the Program
76
is covered only if its contents constitute a work based on the
77
Program (independent of having been made by running the Program).
78
Whether that is true depends on what the Program does.
79
80
  1. You may copy and distribute verbatim copies of the Program's
81
source code as you receive it, in any medium, provided that you
82
conspicuously and appropriately publish on each copy an appropriate
83
copyright notice and disclaimer of warranty; keep intact all the
84
notices that refer to this License and to the absence of any warranty;
85
and give any other recipients of the Program a copy of this License
86
along with the Program.
87
88
You may charge a fee for the physical act of transferring a copy, and
89
you may at your option offer warranty protection in exchange for a fee.
90
91
  2. You may modify your copy or copies of the Program or any portion
92
of it, thus forming a work based on the Program, and copy and
93
distribute such modifications or work under the terms of Section 1
94
above, provided that you also meet all of these conditions:
95
96
    a) You must cause the modified files to carry prominent notices
97
    stating that you changed the files and the date of any change.
98
99
    b) You must cause any work that you distribute or publish, that in
100
    whole or in part contains or is derived from the Program or any
101
    part thereof, to be licensed as a whole at no charge to all third
102
    parties under the terms of this License.
103
104
    c) If the modified program normally reads commands interactively
105
    when run, you must cause it, when started running for such
106
    interactive use in the most ordinary way, to print or display an
107
    announcement including an appropriate copyright notice and a
108
    notice that there is no warranty (or else, saying that you provide
109
    a warranty) and that users may redistribute the program under
110
    these conditions, and telling the user how to view a copy of this
111
    License.  (Exception: if the Program itself is interactive but
112
    does not normally print such an announcement, your work based on
113
    the Program is not required to print an announcement.)
114
115
These requirements apply to the modified work as a whole.  If
116
identifiable sections of that work are not derived from the Program,
117
and can be reasonably considered independent and separate works in
118
themselves, then this License, and its terms, do not apply to those
119
sections when you distribute them as separate works.  But when you
120
distribute the same sections as part of a whole which is a work based
121
on the Program, the distribution of the whole must be on the terms of
122
this License, whose permissions for other licensees extend to the
123
entire whole, and thus to each and every part regardless of who wrote it.
124
125
Thus, it is not the intent of this section to claim rights or contest
126
your rights to work written entirely by you; rather, the intent is to
127
exercise the right to control the distribution of derivative or
128
collective works based on the Program.
129
130
In addition, mere aggregation of another work not based on the Program
131
with the Program (or with a work based on the Program) on a volume of
132
a storage or distribution medium does not bring the other work under
133
the scope of this License.
134
135
  3. You may copy and distribute the Program (or a work based on it,
136
under Section 2) in object code or executable form under the terms of
137
Sections 1 and 2 above provided that you also do one of the following:
138
139
    a) Accompany it with the complete corresponding machine-readable
140
    source code, which must be distributed under the terms of Sections
141
    1 and 2 above on a medium customarily used for software interchange; or,
142
143
    b) Accompany it with a written offer, valid for at least three
144
    years, to give any third party, for a charge no more than your
145
    cost of physically performing source distribution, a complete
146
    machine-readable copy of the corresponding source code, to be
147
    distributed under the terms of Sections 1 and 2 above on a medium
148
    customarily used for software interchange; or,
149
150
    c) Accompany it with the information you received as to the offer
151
    to distribute corresponding source code.  (This alternative is
152
    allowed only for noncommercial distribution and only if you
153
    received the program in object code or executable form with such
154
    an offer, in accord with Subsection b above.)
155
156
The source code for a work means the preferred form of the work for
157
making modifications to it.  For an executable work, complete source
158
code means all the source code for all modules it contains, plus any
159
associated interface definition files, plus the scripts used to
160
control compilation and installation of the executable.  However, as a
161
special exception, the source code distributed need not include
162
anything that is normally distributed (in either source or binary
163
form) with the major components (compiler, kernel, and so on) of the
164
operating system on which the executable runs, unless that component
165
itself accompanies the executable.
166
167
If distribution of executable or object code is made by offering
168
access to copy from a designated place, then offering equivalent
169
access to copy the source code from the same place counts as
170
distribution of the source code, even though third parties are not
171
compelled to copy the source along with the object code.
172
173
  4. You may not copy, modify, sublicense, or distribute the Program
174
except as expressly provided under this License.  Any attempt
175
otherwise to copy, modify, sublicense or distribute the Program is
176
void, and will automatically terminate your rights under this License.
177
However, parties who have received copies, or rights, from you under
178
this License will not have their licenses terminated so long as such
179
parties remain in full compliance.
180
181
  5. You are not required to accept this License, since you have not
182
signed it.  However, nothing else grants you permission to modify or
183
distribute the Program or its derivative works.  These actions are
184
prohibited by law if you do not accept this License.  Therefore, by
185
modifying or distributing the Program (or any work based on the
186
Program), you indicate your acceptance of this License to do so, and
187
all its terms and conditions for copying, distributing or modifying
188
the Program or works based on it.
189
190
  6. Each time you redistribute the Program (or any work based on the
191
Program), the recipient automatically receives a license from the
192
original licensor to copy, distribute or modify the Program subject to
193
these terms and conditions.  You may not impose any further
194
restrictions on the recipients' exercise of the rights granted herein.
195
You are not responsible for enforcing compliance by third parties to
196
this License.
197
198
  7. If, as a consequence of a court judgment or allegation of patent
199
infringement or for any other reason (not limited to patent issues),
200
conditions are imposed on you (whether by court order, agreement or
201
otherwise) that contradict the conditions of this License, they do not
202
excuse you from the conditions of this License.  If you cannot
203
distribute so as to satisfy simultaneously your obligations under this
204
License and any other pertinent obligations, then as a consequence you
205
may not distribute the Program at all.  For example, if a patent
206
license would not permit royalty-free redistribution of the Program by
207
all those who receive copies directly or indirectly through you, then
208
the only way you could satisfy both it and this License would be to
209
refrain entirely from distribution of the Program.
210
211
If any portion of this section is held invalid or unenforceable under
212
any particular circumstance, the balance of the section is intended to
213
apply and the section as a whole is intended to apply in other
214
circumstances.
215
216
It is not the purpose of this section to induce you to infringe any
217
patents or other property right claims or to contest validity of any
218
such claims; this section has the sole purpose of protecting the
219
integrity of the free software distribution system, which is
220
implemented by public license practices.  Many people have made
221
generous contributions to the wide range of software distributed
222
through that system in reliance on consistent application of that
223
system; it is up to the author/donor to decide if he or she is willing
224
to distribute software through any other system and a licensee cannot
225
impose that choice.
226
227
This section is intended to make thoroughly clear what is believed to
228
be a consequence of the rest of this License.
229
230
  8. If the distribution and/or use of the Program is restricted in
231
certain countries either by patents or by copyrighted interfaces, the
232
original copyright holder who places the Program under this License
233
may add an explicit geographical distribution limitation excluding
234
those countries, so that distribution is permitted only in or among
235
countries not thus excluded.  In such case, this License incorporates
236
the limitation as if written in the body of this License.
237
238
  9. The Free Software Foundation may publish revised and/or new versions
239
of the General Public License from time to time.  Such new versions will
240
be similar in spirit to the present version, but may differ in detail to
241
address new problems or concerns.
242
243
Each version is given a distinguishing version number.  If the Program
244
specifies a version number of this License which applies to it and "any
245
later version", you have the option of following the terms and conditions
246
either of that version or of any later version published by the Free
247
Software Foundation.  If the Program does not specify a version number of
248
this License, you may choose any version ever published by the Free Software
249
Foundation.
250
251
  10. If you wish to incorporate parts of the Program into other free
252
programs whose distribution conditions are different, write to the author
253
to ask for permission.  For software which is copyrighted by the Free
254
Software Foundation, write to the Free Software Foundation; we sometimes
255
make exceptions for this.  Our decision will be guided by the two goals
256
of preserving the free status of all derivatives of our free software and
257
of promoting the sharing and reuse of software generally.
258
259
			    NO WARRANTY
260
261
  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
262
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
263
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
264
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
265
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
266
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
267
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
268
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
269
REPAIR OR CORRECTION.
270
271
  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
272
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
273
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
274
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
275
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
276
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
277
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
278
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
279
POSSIBILITY OF SUCH DAMAGES.
280
281
		     END OF TERMS AND CONDITIONS
282
283
	Appendix: How to Apply These Terms to Your New Programs
284
285
  If you develop a new program, and you want it to be of the greatest
286
possible use to the public, the best way to achieve this is to make it
287
free software which everyone can redistribute and change under these terms.
288
289
  To do so, attach the following notices to the program.  It is safest
290
to attach them to the start of each source file to most effectively
291
convey the exclusion of warranty; and each file should have at least
292
the "copyright" line and a pointer to where the full notice is found.
293
294
    <one line to give the program's name and a brief idea of what it does.>
295
    Copyright (C) 19yy  <name of author>
296
297
    This program is free software; you can redistribute it and/or modify
298
    it under the terms of the GNU General Public License as published by
299
    the Free Software Foundation; either version 2 of the License, or
300
    (at your option) any later version.
301
302
    This program is distributed in the hope that it will be useful,
303
    but WITHOUT ANY WARRANTY; without even the implied warranty of
304
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
305
    GNU General Public License for more details.
306
307
    You should have received a copy of the GNU General Public License
308
    along with this program; if not, write to the Free Software
309
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
310
311
Also add information on how to contact you by electronic and paper mail.
312
313
If the program is interactive, make it output a short notice like this
314
when it starts in an interactive mode:
315
316
    Gnomovision version 69, Copyright (C) 19yy name of author
317
    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
318
    This is free software, and you are welcome to redistribute it
319
    under certain conditions; type `show c' for details.
320
321
The hypothetical commands `show w' and `show c' should show the appropriate
322
parts of the General Public License.  Of course, the commands you use may
323
be called something other than `show w' and `show c'; they could even be
324
mouse-clicks or menu items--whatever suits your program.
325
326
You should also get your employer (if you work as a programmer) or your
327
school, if any, to sign a "copyright disclaimer" for the program, if
328
necessary.  Here is a sample; alter the names:
329
330
  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
331
  `Gnomovision' (which makes passes at compilers) written by James Hacker.
332
333
  <signature of Ty Coon>, 1 April 1989
334
  Ty Coon, President of Vice
335
336
This General Public License does not permit incorporating your program into
337
proprietary programs.  If your program is a subroutine library, you may
338
consider it more useful to permit linking proprietary applications with the
339
library.  If this is what you want to do, use the GNU Library General
340
Public License instead of this License.
(-)/opt/picasa/LGPLV2 (+502 lines)
Line 0 Link Here
1
		  GNU LESSER GENERAL PUBLIC LICENSE
2
		       Version 2.1, February 1999
3
4
 Copyright (C) 1991, 1999 Free Software Foundation, Inc.
5
     59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
6
 Everyone is permitted to copy and distribute verbatim copies
7
 of this license document, but changing it is not allowed.
8
9
[This is the first released version of the Lesser GPL.  It also counts
10
 as the successor of the GNU Library Public License, version 2, hence
11
 the version number 2.1.]
12
13
			    Preamble
14
15
  The licenses for most software are designed to take away your
16
freedom to share and change it.  By contrast, the GNU General Public
17
Licenses are intended to guarantee your freedom to share and change
18
free software--to make sure the software is free for all its users.
19
20
  This license, the Lesser General Public License, applies to some
21
specially designated software packages--typically libraries--of the
22
Free Software Foundation and other authors who decide to use it.  You
23
can use it too, but we suggest you first think carefully about whether
24
this license or the ordinary General Public License is the better
25
strategy to use in any particular case, based on the explanations below.
26
27
  When we speak of free software, we are referring to freedom of use,
28
not price.  Our General Public Licenses are designed to make sure that
29
you have the freedom to distribute copies of free software (and charge
30
for this service if you wish); that you receive source code or can get
31
it if you want it; that you can change the software and use pieces of
32
it in new free programs; and that you are informed that you can do
33
these things.
34
35
  To protect your rights, we need to make restrictions that forbid
36
distributors to deny you these rights or to ask you to surrender these
37
rights.  These restrictions translate to certain responsibilities for
38
you if you distribute copies of the library or if you modify it.
39
40
  For example, if you distribute copies of the library, whether gratis
41
or for a fee, you must give the recipients all the rights that we gave
42
you.  You must make sure that they, too, receive or can get the source
43
code.  If you link other code with the library, you must provide
44
complete object files to the recipients, so that they can relink them
45
with the library after making changes to the library and recompiling
46
it.  And you must show them these terms so they know their rights.
47
48
  We protect your rights with a two-step method: (1) we copyright the
49
library, and (2) we offer you this license, which gives you legal
50
permission to copy, distribute and/or modify the library.
51
52
  To protect each distributor, we want to make it very clear that
53
there is no warranty for the free library.  Also, if the library is
54
modified by someone else and passed on, the recipients should know
55
that what they have is not the original version, so that the original
56
author's reputation will not be affected by problems that might be
57
introduced by others.
58
59
  Finally, software patents pose a constant threat to the existence of
60
any free program.  We wish to make sure that a company cannot
61
effectively restrict the users of a free program by obtaining a
62
restrictive license from a patent holder.  Therefore, we insist that
63
any patent license obtained for a version of the library must be
64
consistent with the full freedom of use specified in this license.
65
66
  Most GNU software, including some libraries, is covered by the
67
ordinary GNU General Public License.  This license, the GNU Lesser
68
General Public License, applies to certain designated libraries, and
69
is quite different from the ordinary General Public License.  We use
70
this license for certain libraries in order to permit linking those
71
libraries into non-free programs.
72
73
  When a program is linked with a library, whether statically or using
74
a shared library, the combination of the two is legally speaking a
75
combined work, a derivative of the original library.  The ordinary
76
General Public License therefore permits such linking only if the
77
entire combination fits its criteria of freedom.  The Lesser General
78
Public License permits more lax criteria for linking other code with
79
the library.
80
81
  We call this license the "Lesser" General Public License because it
82
does Less to protect the user's freedom than the ordinary General
83
Public License.  It also provides other free software developers Less
84
of an advantage over competing non-free programs.  These disadvantages
85
are the reason we use the ordinary General Public License for many
86
libraries.  However, the Lesser license provides advantages in certain
87
special circumstances.
88
89
  For example, on rare occasions, there may be a special need to
90
encourage the widest possible use of a certain library, so that it becomes
91
a de-facto standard.  To achieve this, non-free programs must be
92
allowed to use the library.  A more frequent case is that a free
93
library does the same job as widely used non-free libraries.  In this
94
case, there is little to gain by limiting the free library to free
95
software only, so we use the Lesser General Public License.
96
97
  In other cases, permission to use a particular library in non-free
98
programs enables a greater number of people to use a large body of
99
free software.  For example, permission to use the GNU C Library in
100
non-free programs enables many more people to use the whole GNU
101
operating system, as well as its variant, the GNU/Linux operating
102
system.
103
104
  Although the Lesser General Public License is Less protective of the
105
users' freedom, it does ensure that the user of a program that is
106
linked with the Library has the freedom and the wherewithal to run
107
that program using a modified version of the Library.
108
109
  The precise terms and conditions for copying, distribution and
110
modification follow.  Pay close attention to the difference between a
111
"work based on the library" and a "work that uses the library".  The
112
former contains code derived from the library, whereas the latter must
113
be combined with the library in order to run.
114
115
		  GNU LESSER GENERAL PUBLIC LICENSE
116
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
117
118
  0. This License Agreement applies to any software library or other
119
program which contains a notice placed by the copyright holder or
120
other authorized party saying it may be distributed under the terms of
121
this Lesser General Public License (also called "this License").
122
Each licensee is addressed as "you".
123
124
  A "library" means a collection of software functions and/or data
125
prepared so as to be conveniently linked with application programs
126
(which use some of those functions and data) to form executables.
127
128
  The "Library", below, refers to any such software library or work
129
which has been distributed under these terms.  A "work based on the
130
Library" means either the Library or any derivative work under
131
copyright law: that is to say, a work containing the Library or a
132
portion of it, either verbatim or with modifications and/or translated
133
straightforwardly into another language.  (Hereinafter, translation is
134
included without limitation in the term "modification".)
135
136
  "Source code" for a work means the preferred form of the work for
137
making modifications to it.  For a library, complete source code means
138
all the source code for all modules it contains, plus any associated
139
interface definition files, plus the scripts used to control compilation
140
and installation of the library.
141
142
  Activities other than copying, distribution and modification are not
143
covered by this License; they are outside its scope.  The act of
144
running a program using the Library is not restricted, and output from
145
such a program is covered only if its contents constitute a work based
146
on the Library (independent of the use of the Library in a tool for
147
writing it).  Whether that is true depends on what the Library does
148
and what the program that uses the Library does.
149
  
150
  1. You may copy and distribute verbatim copies of the Library's
151
complete source code as you receive it, in any medium, provided that
152
you conspicuously and appropriately publish on each copy an
153
appropriate copyright notice and disclaimer of warranty; keep intact
154
all the notices that refer to this License and to the absence of any
155
warranty; and distribute a copy of this License along with the
156
Library.
157
158
  You may charge a fee for the physical act of transferring a copy,
159
and you may at your option offer warranty protection in exchange for a
160
fee.
161
162
  2. You may modify your copy or copies of the Library or any portion
163
of it, thus forming a work based on the Library, and copy and
164
distribute such modifications or work under the terms of Section 1
165
above, provided that you also meet all of these conditions:
166
167
    a) The modified work must itself be a software library.
168
169
    b) You must cause the files modified to carry prominent notices
170
    stating that you changed the files and the date of any change.
171
172
    c) You must cause the whole of the work to be licensed at no
173
    charge to all third parties under the terms of this License.
174
175
    d) If a facility in the modified Library refers to a function or a
176
    table of data to be supplied by an application program that uses
177
    the facility, other than as an argument passed when the facility
178
    is invoked, then you must make a good faith effort to ensure that,
179
    in the event an application does not supply such function or
180
    table, the facility still operates, and performs whatever part of
181
    its purpose remains meaningful.
182
183
    (For example, a function in a library to compute square roots has
184
    a purpose that is entirely well-defined independent of the
185
    application.  Therefore, Subsection 2d requires that any
186
    application-supplied function or table used by this function must
187
    be optional: if the application does not supply it, the square
188
    root function must still compute square roots.)
189
190
These requirements apply to the modified work as a whole.  If
191
identifiable sections of that work are not derived from the Library,
192
and can be reasonably considered independent and separate works in
193
themselves, then this License, and its terms, do not apply to those
194
sections when you distribute them as separate works.  But when you
195
distribute the same sections as part of a whole which is a work based
196
on the Library, the distribution of the whole must be on the terms of
197
this License, whose permissions for other licensees extend to the
198
entire whole, and thus to each and every part regardless of who wrote
199
it.
200
201
Thus, it is not the intent of this section to claim rights or contest
202
your rights to work written entirely by you; rather, the intent is to
203
exercise the right to control the distribution of derivative or
204
collective works based on the Library.
205
206
In addition, mere aggregation of another work not based on the Library
207
with the Library (or with a work based on the Library) on a volume of
208
a storage or distribution medium does not bring the other work under
209
the scope of this License.
210
211
  3. You may opt to apply the terms of the ordinary GNU General Public
212
License instead of this License to a given copy of the Library.  To do
213
this, you must alter all the notices that refer to this License, so
214
that they refer to the ordinary GNU General Public License, version 2,
215
instead of to this License.  (If a newer version than version 2 of the
216
ordinary GNU General Public License has appeared, then you can specify
217
that version instead if you wish.)  Do not make any other change in
218
these notices.
219
220
  Once this change is made in a given copy, it is irreversible for
221
that copy, so the ordinary GNU General Public License applies to all
222
subsequent copies and derivative works made from that copy.
223
224
  This option is useful when you wish to copy part of the code of
225
the Library into a program that is not a library.
226
227
  4. You may copy and distribute the Library (or a portion or
228
derivative of it, under Section 2) in object code or executable form
229
under the terms of Sections 1 and 2 above provided that you accompany
230
it with the complete corresponding machine-readable source code, which
231
must be distributed under the terms of Sections 1 and 2 above on a
232
medium customarily used for software interchange.
233
234
  If distribution of object code is made by offering access to copy
235
from a designated place, then offering equivalent access to copy the
236
source code from the same place satisfies the requirement to
237
distribute the source code, even though third parties are not
238
compelled to copy the source along with the object code.
239
240
  5. A program that contains no derivative of any portion of the
241
Library, but is designed to work with the Library by being compiled or
242
linked with it, is called a "work that uses the Library".  Such a
243
work, in isolation, is not a derivative work of the Library, and
244
therefore falls outside the scope of this License.
245
246
  However, linking a "work that uses the Library" with the Library
247
creates an executable that is a derivative of the Library (because it
248
contains portions of the Library), rather than a "work that uses the
249
library".  The executable is therefore covered by this License.
250
Section 6 states terms for distribution of such executables.
251
252
  When a "work that uses the Library" uses material from a header file
253
that is part of the Library, the object code for the work may be a
254
derivative work of the Library even though the source code is not.
255
Whether this is true is especially significant if the work can be
256
linked without the Library, or if the work is itself a library.  The
257
threshold for this to be true is not precisely defined by law.
258
259
  If such an object file uses only numerical parameters, data
260
structure layouts and accessors, and small macros and small inline
261
functions (ten lines or less in length), then the use of the object
262
file is unrestricted, regardless of whether it is legally a derivative
263
work.  (Executables containing this object code plus portions of the
264
Library will still fall under Section 6.)
265
266
  Otherwise, if the work is a derivative of the Library, you may
267
distribute the object code for the work under the terms of Section 6.
268
Any executables containing that work also fall under Section 6,
269
whether or not they are linked directly with the Library itself.
270
271
  6. As an exception to the Sections above, you may also combine or
272
link a "work that uses the Library" with the Library to produce a
273
work containing portions of the Library, and distribute that work
274
under terms of your choice, provided that the terms permit
275
modification of the work for the customer's own use and reverse
276
engineering for debugging such modifications.
277
278
  You must give prominent notice with each copy of the work that the
279
Library is used in it and that the Library and its use are covered by
280
this License.  You must supply a copy of this License.  If the work
281
during execution displays copyright notices, you must include the
282
copyright notice for the Library among them, as well as a reference
283
directing the user to the copy of this License.  Also, you must do one
284
of these things:
285
286
    a) Accompany the work with the complete corresponding
287
    machine-readable source code for the Library including whatever
288
    changes were used in the work (which must be distributed under
289
    Sections 1 and 2 above); and, if the work is an executable linked
290
    with the Library, with the complete machine-readable "work that
291
    uses the Library", as object code and/or source code, so that the
292
    user can modify the Library and then relink to produce a modified
293
    executable containing the modified Library.  (It is understood
294
    that the user who changes the contents of definitions files in the
295
    Library will not necessarily be able to recompile the application
296
    to use the modified definitions.)
297
298
    b) Use a suitable shared library mechanism for linking with the
299
    Library.  A suitable mechanism is one that (1) uses at run time a
300
    copy of the library already present on the user's computer system,
301
    rather than copying library functions into the executable, and (2)
302
    will operate properly with a modified version of the library, if
303
    the user installs one, as long as the modified version is
304
    interface-compatible with the version that the work was made with.
305
306
    c) Accompany the work with a written offer, valid for at
307
    least three years, to give the same user the materials
308
    specified in Subsection 6a, above, for a charge no more
309
    than the cost of performing this distribution.
310
311
    d) If distribution of the work is made by offering access to copy
312
    from a designated place, offer equivalent access to copy the above
313
    specified materials from the same place.
314
315
    e) Verify that the user has already received a copy of these
316
    materials or that you have already sent this user a copy.
317
318
  For an executable, the required form of the "work that uses the
319
Library" must include any data and utility programs needed for
320
reproducing the executable from it.  However, as a special exception,
321
the materials to be distributed need not include anything that is
322
normally distributed (in either source or binary form) with the major
323
components (compiler, kernel, and so on) of the operating system on
324
which the executable runs, unless that component itself accompanies
325
the executable.
326
327
  It may happen that this requirement contradicts the license
328
restrictions of other proprietary libraries that do not normally
329
accompany the operating system.  Such a contradiction means you cannot
330
use both them and the Library together in an executable that you
331
distribute.
332
333
  7. You may place library facilities that are a work based on the
334
Library side-by-side in a single library together with other library
335
facilities not covered by this License, and distribute such a combined
336
library, provided that the separate distribution of the work based on
337
the Library and of the other library facilities is otherwise
338
permitted, and provided that you do these two things:
339
340
    a) Accompany the combined library with a copy of the same work
341
    based on the Library, uncombined with any other library
342
    facilities.  This must be distributed under the terms of the
343
    Sections above.
344
345
    b) Give prominent notice with the combined library of the fact
346
    that part of it is a work based on the Library, and explaining
347
    where to find the accompanying uncombined form of the same work.
348
349
  8. You may not copy, modify, sublicense, link with, or distribute
350
the Library except as expressly provided under this License.  Any
351
attempt otherwise to copy, modify, sublicense, link with, or
352
distribute the Library is void, and will automatically terminate your
353
rights under this License.  However, parties who have received copies,
354
or rights, from you under this License will not have their licenses
355
terminated so long as such parties remain in full compliance.
356
357
  9. You are not required to accept this License, since you have not
358
signed it.  However, nothing else grants you permission to modify or
359
distribute the Library or its derivative works.  These actions are
360
prohibited by law if you do not accept this License.  Therefore, by
361
modifying or distributing the Library (or any work based on the
362
Library), you indicate your acceptance of this License to do so, and
363
all its terms and conditions for copying, distributing or modifying
364
the Library or works based on it.
365
366
  10. Each time you redistribute the Library (or any work based on the
367
Library), the recipient automatically receives a license from the
368
original licensor to copy, distribute, link with or modify the Library
369
subject to these terms and conditions.  You may not impose any further
370
restrictions on the recipients' exercise of the rights granted herein.
371
You are not responsible for enforcing compliance by third parties with
372
this License.
373
374
  11. If, as a consequence of a court judgment or allegation of patent
375
infringement or for any other reason (not limited to patent issues),
376
conditions are imposed on you (whether by court order, agreement or
377
otherwise) that contradict the conditions of this License, they do not
378
excuse you from the conditions of this License.  If you cannot
379
distribute so as to satisfy simultaneously your obligations under this
380
License and any other pertinent obligations, then as a consequence you
381
may not distribute the Library at all.  For example, if a patent
382
license would not permit royalty-free redistribution of the Library by
383
all those who receive copies directly or indirectly through you, then
384
the only way you could satisfy both it and this License would be to
385
refrain entirely from distribution of the Library.
386
387
If any portion of this section is held invalid or unenforceable under any
388
particular circumstance, the balance of the section is intended to apply,
389
and the section as a whole is intended to apply in other circumstances.
390
391
It is not the purpose of this section to induce you to infringe any
392
patents or other property right claims or to contest validity of any
393
such claims; this section has the sole purpose of protecting the
394
integrity of the free software distribution system which is
395
implemented by public license practices.  Many people have made
396
generous contributions to the wide range of software distributed
397
through that system in reliance on consistent application of that
398
system; it is up to the author/donor to decide if he or she is willing
399
to distribute software through any other system and a licensee cannot
400
impose that choice.
401
402
This section is intended to make thoroughly clear what is believed to
403
be a consequence of the rest of this License.
404
405
  12. If the distribution and/or use of the Library is restricted in
406
certain countries either by patents or by copyrighted interfaces, the
407
original copyright holder who places the Library under this License may add
408
an explicit geographical distribution limitation excluding those countries,
409
so that distribution is permitted only in or among countries not thus
410
excluded.  In such case, this License incorporates the limitation as if
411
written in the body of this License.
412
413
  13. The Free Software Foundation may publish revised and/or new
414
versions of the Lesser General Public License from time to time.
415
Such new versions will be similar in spirit to the present version,
416
but may differ in detail to address new problems or concerns.
417
418
Each version is given a distinguishing version number.  If the Library
419
specifies a version number of this License which applies to it and
420
"any later version", you have the option of following the terms and
421
conditions either of that version or of any later version published by
422
the Free Software Foundation.  If the Library does not specify a
423
license version number, you may choose any version ever published by
424
the Free Software Foundation.
425
426
  14. If you wish to incorporate parts of the Library into other free
427
programs whose distribution conditions are incompatible with these,
428
write to the author to ask for permission.  For software which is
429
copyrighted by the Free Software Foundation, write to the Free
430
Software Foundation; we sometimes make exceptions for this.  Our
431
decision will be guided by the two goals of preserving the free status
432
of all derivatives of our free software and of promoting the sharing
433
and reuse of software generally.
434
435
			    NO WARRANTY
436
437
  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
438
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
439
EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
440
OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
441
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
442
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
443
PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
444
LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
445
THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
446
447
  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
448
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
449
AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
450
FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
451
CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
452
LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
453
RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
454
FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
455
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
456
DAMAGES.
457
458
		     END OF TERMS AND CONDITIONS
459
460
           How to Apply These Terms to Your New Libraries
461
462
  If you develop a new library, and you want it to be of the greatest
463
possible use to the public, we recommend making it free software that
464
everyone can redistribute and change.  You can do so by permitting
465
redistribution under these terms (or, alternatively, under the terms of the
466
ordinary General Public License).
467
468
  To apply these terms, attach the following notices to the library.  It is
469
safest to attach them to the start of each source file to most effectively
470
convey the exclusion of warranty; and each file should have at least the
471
"copyright" line and a pointer to where the full notice is found.
472
473
    <one line to give the library's name and a brief idea of what it does.>
474
    Copyright (C) <year>  <name of author>
475
476
    This library is free software; you can redistribute it and/or
477
    modify it under the terms of the GNU Lesser General Public
478
    License as published by the Free Software Foundation; either
479
    version 2.1 of the License, or (at your option) any later version.
480
481
    This library is distributed in the hope that it will be useful,
482
    but WITHOUT ANY WARRANTY; without even the implied warranty of
483
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
484
    Lesser General Public License for more details.
485
486
    You should have received a copy of the GNU Lesser General Public
487
    License along with this library; if not, write to the Free Software
488
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
489
490
Also add information on how to contact you by electronic and paper mail.
491
492
You should also get your employer (if you work as a programmer) or your
493
school, if any, to sign a "copyright disclaimer" for the library, if
494
necessary.  Here is a sample; alter the names:
495
496
  Yoyodyne, Inc., hereby disclaims all copyright interest in the
497
  library `Frob' (a library for tweaking knobs) written by James Random Hacker.
498
499
  <signature of Ty Coon>, 1 April 1990
500
  Ty Coon, President of Vice
501
502
That's all there is to it!
(-)/opt/picasa/LICENSE.FOSS (+47 lines)
Line 0 Link Here
1
The Picasa product is licensed to you under a specific agreement
2
which you will be required to agree to when you first run Picasa.
3
4
The Software contained in this product includes some components of 
5
Free and Open Source Software, including software from the Wine 
6
Project, the Loki Setup utility, the FreeType library, the Mozilla 
7
browser, and the Bitstream Vera truetype fonts.
8
9
We are deeply grateful to the authors and owners of all of these 
10
software projects for allowing us to use their software.  With some of 
11
these, you also may have further rights, particularly to receive 
12
source code of those projects, refer to the details below for further
13
information.
14
15
The Wine project is licensed under terms of the GNU Lesser General 
16
Public License, which is included with the software in a file called LGPLV2.
17
18
The best source for the Wine source code is the main Wine web page:
19
    http://www.winehq.org.
20
21
The Loki Setup software is licensed under the terms of the GNU General 
22
Public License, Version 2.  A copy of this license is provided with 
23
this distribution as the file GPLV2.  With the demise of Loki, the 
24
best source for this source code is now the following web site:
25
    http://www.icculus.org.
26
27
The FreeType Library is released under the FreeType license, which is 
28
similar to a BSD license.  More information about FreeType is best 
29
found at www.freetype.org.
30
31
The Mozilla browser is licensed under the Mozilla Public License.
32
The control is distributed in binary form, unmodified.  Please refer 
33
to this web page for more information:
34
    www.mozilla.org
35
36
37
The Bistream Vera TrueType fonts are provided, unmodified, under a generous 
38
license from Bitstream.  More information can be found at this web site:
39
    http://www.gnome.org/fonts/.
40
41
For a mirror of all GPL'd and LGPL'd components, please visit 
42
    http://code.google.com/patches.html
43
44
However, with all Free and Open Source Software, we have an internal 
45
policy of making sure that all of our changes are returned to those 
46
projects, so their respective home pages are generally the best place 
47
to obtain source code from.
(-)/opt/picasa/.manifest/picasa.xml (+1083 lines)
Line 0 Link Here
1
<?xml version="1.0"?>
2
<product name="picasa" desc="Picasa for Linux" xmlversion="1.6" root="/opt/picasa" update_url="http://FIXME/updates/">
3
  <component name="Default" version="1.0" default="yes">
4
    <message>"Do you want to uninstall Picasa for Linux?"
5
6
</message>
7
    <option name="Run Picasa Media Detector in the background" tag="detector"/>
8
    <option name="Create desktop and menu icons for Picasa" tag="icons"/>
9
    <option name="Base Install">
10
      <file md5="a4b573ad2843b2a870ef596c5ec536dd" mode="0644">README</file>
11
      <file md5="7a0bd91923b71abd8e284551e4f41168" mode="0644">bin/uninstall.gtk2.glade</file>
12
      <file md5="14ecd29d826c250a0bfa66b5ef6853aa" mode="0755">bin/uninstall.gtk</file>
13
      <file md5="7b0683f0a63b15f8cc8273f96fd564a9" mode="0644">GPLV2</file>
14
      <file md5="771782cb6245c7fbbe74bc0ec059beff" mode="0644">LGPLV2</file>
15
      <file md5="9229991db136fef652f5305b563a7b2e" mode="0644">LICENSE.FOSS</file>
16
      <file md5="bb578961e7539192d62aefcf028a93a5" mode="0644">wine/generic.ppd</file>
17
      <file md5="d9a3220525eec16e66d1fd10bfa47546" mode="0644">wine/drive_c/windows/fonts/cvgasys.fon</file>
18
      <file md5="e7e27b4b68a60938086359843b562f8d" mode="0644">wine/drive_c/windows/fonts/svgasys.fon</file>
19
      <file md5="945ca216b0fed8fa6d785af3194af908" mode="0644">wine/drive_c/windows/fonts/vgasysr.fon</file>
20
      <file md5="f33c409315c86e86e4c3f76e566bd05e" mode="0644">wine/drive_c/windows/fonts/vgasys.fon</file>
21
      <file md5="49702c702ea9625f4bd85dc1fe9dad47" mode="0644">wine/drive_c/windows/fonts/vgasyse.fon</file>
22
      <file md5="a006bbfae13c669f2a5aecf02a83d4ab" mode="0644">wine/drive_c/windows/fonts/sserifer.fon</file>
23
      <file md5="0d56a5b1a30a4bbf552719e6585762bb" mode="0644">wine/drive_c/windows/fonts/sserife.fon</file>
24
      <file md5="46c1354c4f2817b991e52718e145b961" mode="0644">wine/drive_c/windows/fonts/sserifee.fon</file>
25
      <file md5="ac1f2c52704e9bc598d1e36ff2453b66" mode="0644">wine/drive_c/windows/fonts/marlett.ttf</file>
26
      <file md5="3f9da30f9a98a12f8f5f0624ee058a6a" mode="0644">wine/drive_c/windows/fonts/wineding.ttf</file>
27
      <file md5="28383eb96540e07914417c526865b12f" mode="0644">wine/drive_c/windows/fonts/courer.fon</file>
28
      <file md5="573177913a21596780bc2193bc8f947b" mode="0644">wine/drive_c/windows/fonts/coure.fon</file>
29
      <file md5="5b02fe9126c9e1bc4ad4f88b304be2f5" mode="0644">wine/drive_c/windows/fonts/couree.fon</file>
30
      <file md5="785d2fd45984c6548763ae6702d83e20" mode="0644">wine/drive_c/windows/fonts/Vera.ttf</file>
31
      <file md5="2b03beca2e3fe5564fba8911a1a3ee60" mode="0644">wine/drive_c/windows/fonts/VeraSe.ttf</file>
32
      <file md5="b8c3d4131b8517d00c8dcbea1efd5426" mode="0644">wine/drive_c/windows/fonts/VeraSeBd.ttf</file>
33
      <file md5="37d8aff129ecd7d3fc495b7239f834db" mode="0644">wine/drive_c/windows/fonts/VeraMono.ttf</file>
34
      <file md5="24f79382039ee733cbe32fd61e327885" mode="0644">wine/drive_c/windows/fonts/VeraMoIt.ttf</file>
35
      <file md5="717a0ea36e59239242afaa78c770d52b" mode="0644">wine/drive_c/windows/fonts/VeraMoBI.ttf</file>
36
      <file md5="a36bbba0b722b8b4e28d5724e0332855" mode="0644">wine/drive_c/windows/fonts/VeraMoBd.ttf</file>
37
      <file md5="06ee45608b225ef0f22e94995bc981b2" mode="0644">wine/drive_c/windows/fonts/VeraIt.ttf</file>
38
      <file md5="a99f3482bfc2d9c37b509e68d20d016a" mode="0644">wine/drive_c/windows/fonts/VeraBI.ttf</file>
39
      <file md5="4ebf664c986099acf6d151c62bdb24eb" mode="0644">wine/drive_c/windows/fonts/VeraBd.ttf</file>
40
      <file md5="183ef96bcc2ec3d5294cb2c2c0ecbcd1" mode="0644">wine/drive_c/windows/system32/drivers/pxhelp20.sys</file>
41
      <file md5="b4fd07808ae1bbb5134c64cf996bf4ab" mode="0644">wine/drive_c/windows/profiles/All Users/Start Menu/Programs/Picasa2/Picasa2.lnk</file>
42
      <file md5="b2839e6e968c5cef4d2b94a94a4f5d5f" mode="0644">wine/drive_c/windows/inf/wine.inf</file>
43
      <file md5="516a26ac1496ad49340621b709671306" mode="0644">wine/drive_c/windows/inf/picasa.inf</file>
44
      <file md5="f0365003ee3a736e09d27985fec2da37" mode="0644">wine/drive_c/windows/inf/mozctl.inf</file>
45
      <file md5="f8a34693e38b119e412eb6a30c399c1d" mode="0644">wine/drive_c/windows/inf/pxhelp20.inf</file>
46
      <file md5="26c0b5d275cc2a0ade292dc1b73ddcb2" mode="0644">wine/drive_c/Program Files/wine_gecko/xpistub.dll</file>
47
      <file md5="78cf43494405768c08e320f638a1fcf4" mode="0644">wine/drive_c/Program Files/wine_gecko/xpcom_core.dll</file>
48
      <file md5="92435dfd991a96cc0523f6cc07686e5f" mode="0644">wine/drive_c/Program Files/wine_gecko/xpcom_compat.dll</file>
49
      <file md5="08e554860b21b6b767d0e47fd034b94e" mode="0644">wine/drive_c/Program Files/wine_gecko/xpcom.dll</file>
50
      <file md5="56da901281c5dda995ef1126ccb9bb86" mode="0644">wine/drive_c/Program Files/wine_gecko/ssl3.dll</file>
51
      <file md5="f314a9a42fd3f62a3be0f3fe2bbfe7ee" mode="0644">wine/drive_c/Program Files/wine_gecko/softokn3.dll</file>
52
      <file md5="99c52e3cf1029f9cf0c83fbd88b2e02c" mode="0644">wine/drive_c/Program Files/wine_gecko/softokn3.chk</file>
53
      <file md5="7a40ffdea7234dfe7522f6435bc7c19d" mode="0644">wine/drive_c/Program Files/wine_gecko/smime3.dll</file>
54
      <file md5="f55a466d5a6f1f1c06f68cbe11024e62" mode="0644">wine/drive_c/Program Files/wine_gecko/searchplugins/jeeves.src</file>
55
      <file md5="2ce11a646cf68d70854d42af04cec512" mode="0644">wine/drive_c/Program Files/wine_gecko/searchplugins/jeeves.gif</file>
56
      <file md5="1e2063549d4571463b1949fb114c7592" mode="0644">wine/drive_c/Program Files/wine_gecko/searchplugins/google.src</file>
57
      <file md5="340aa69f922d26687d24607c207829b0" mode="0644">wine/drive_c/Program Files/wine_gecko/searchplugins/google.gif</file>
58
      <file md5="563325643db60cd341522406679a6926" mode="0644">wine/drive_c/Program Files/wine_gecko/searchplugins/dmoz.src</file>
59
      <file md5="2b88d4479e0c904aed5995876cedb564" mode="0644">wine/drive_c/Program Files/wine_gecko/searchplugins/dmoz.gif</file>
60
      <file md5="bae40d1b65bc557debe94a0e55b498f4" mode="0644">wine/drive_c/Program Files/wine_gecko/res/wincharset.properties</file>
61
      <file md5="83b526f6e0daf190b7979eb0bd5d0dc3" mode="0644">wine/drive_c/Program Files/wine_gecko/res/viewsource.css</file>
62
      <file md5="36412f198259d9b16e9c80fbd93c95d5" mode="0644">wine/drive_c/Program Files/wine_gecko/res/viewer.properties</file>
63
      <file md5="008e9e6459da41faafa291eb21f564c4" mode="0644">wine/drive_c/Program Files/wine_gecko/res/urlparse_unx.dat</file>
64
      <file md5="8d8865739c3a1f5c8af6ab11547d862e" mode="0644">wine/drive_c/Program Files/wine_gecko/res/urlparse.dat</file>
65
      <file md5="3e92f61e8380348d9d3cb8d9c93b16b8" mode="0644">wine/drive_c/Program Files/wine_gecko/res/ua.css</file>
66
      <file md5="8dca2a816f2649931b0d013327635739" mode="0644">wine/drive_c/Program Files/wine_gecko/res/throbber/anims29.gif</file>
67
      <file md5="470c29fcc5c6c4c4b38598fa94df53ca" mode="0644">wine/drive_c/Program Files/wine_gecko/res/throbber/anims28.gif</file>
68
      <file md5="607441c9c52357630df4886cd4ff2f2c" mode="0644">wine/drive_c/Program Files/wine_gecko/res/throbber/anims27.gif</file>
69
      <file md5="7f140d1056cd9b9560f32e619abf447c" mode="0644">wine/drive_c/Program Files/wine_gecko/res/throbber/anims26.gif</file>
70
      <file md5="1f4f8197a5d97ce24910f19f268b0659" mode="0644">wine/drive_c/Program Files/wine_gecko/res/throbber/anims25.gif</file>
71
      <file md5="68de7f0d5611eaaacda85bf2b1cc0d59" mode="0644">wine/drive_c/Program Files/wine_gecko/res/throbber/anims24.gif</file>
72
      <file md5="b1152bf03712782a921e016382f5c0dd" mode="0644">wine/drive_c/Program Files/wine_gecko/res/throbber/anims23.gif</file>
73
      <file md5="53255946c280e35997c05aa5abf1d02b" mode="0644">wine/drive_c/Program Files/wine_gecko/res/throbber/anims22.gif</file>
74
      <file md5="a782a404c8b9f6b9b89016a1e0b45fdf" mode="0644">wine/drive_c/Program Files/wine_gecko/res/throbber/anims21.gif</file>
75
      <file md5="89cbb6004a16adf08fc63252691d524b" mode="0644">wine/drive_c/Program Files/wine_gecko/res/throbber/anims20.gif</file>
76
      <file md5="819f69d0a1480cfbe1956f4bae2e463d" mode="0644">wine/drive_c/Program Files/wine_gecko/res/throbber/anims19.gif</file>
77
      <file md5="780a47d4bd4e39c292ae84dd63bd8466" mode="0644">wine/drive_c/Program Files/wine_gecko/res/throbber/anims18.gif</file>
78
      <file md5="724ab234fde5d9f902df7bc174f7fcdf" mode="0644">wine/drive_c/Program Files/wine_gecko/res/throbber/anims17.gif</file>
79
      <file md5="2ad4e9facc22dbe7483aef702647e457" mode="0644">wine/drive_c/Program Files/wine_gecko/res/throbber/anims16.gif</file>
80
      <file md5="5b197b2af380b811dfe4d5b246ae6f27" mode="0644">wine/drive_c/Program Files/wine_gecko/res/throbber/anims15.gif</file>
81
      <file md5="4f3a45e654e964383a7a3368557dfa27" mode="0644">wine/drive_c/Program Files/wine_gecko/res/throbber/anims14.gif</file>
82
      <file md5="5c1329917a783089fd3913bc0ba14fa2" mode="0644">wine/drive_c/Program Files/wine_gecko/res/throbber/anims13.gif</file>
83
      <file md5="ae8e77a5c41ca639135bf066bbaec65a" mode="0644">wine/drive_c/Program Files/wine_gecko/res/throbber/anims12.gif</file>
84
      <file md5="a19a4db5e4bf2430acce6f45a5bc2c9a" mode="0644">wine/drive_c/Program Files/wine_gecko/res/throbber/anims11.gif</file>
85
      <file md5="298ad40e32051d621fcceb4404aeb64d" mode="0644">wine/drive_c/Program Files/wine_gecko/res/throbber/anims10.gif</file>
86
      <file md5="8d70cb98cc81e0e432b75b40af61a762" mode="0644">wine/drive_c/Program Files/wine_gecko/res/throbber/anims09.gif</file>
87
      <file md5="77040f1b8ed3aa76e2249f530f341766" mode="0644">wine/drive_c/Program Files/wine_gecko/res/throbber/anims08.gif</file>
88
      <file md5="4fabc8c99921d272d5071b06a8ef82f5" mode="0644">wine/drive_c/Program Files/wine_gecko/res/throbber/anims07.gif</file>
89
      <file md5="e83e23aa8489230f9a4921cfaad52cf8" mode="0644">wine/drive_c/Program Files/wine_gecko/res/throbber/anims06.gif</file>
90
      <file md5="5dfb60c8fe9efc9e3bdb7eaad8b7ffa7" mode="0644">wine/drive_c/Program Files/wine_gecko/res/throbber/anims05.gif</file>
91
      <file md5="c01f36c07779bff410003c7a7ae56eec" mode="0644">wine/drive_c/Program Files/wine_gecko/res/throbber/anims04.gif</file>
92
      <file md5="7541dc3cd1cc05ba9ae6f114b9017fa5" mode="0644">wine/drive_c/Program Files/wine_gecko/res/throbber/anims03.gif</file>
93
      <file md5="f5d3b1191f023efa36053a68fefc0ed3" mode="0644">wine/drive_c/Program Files/wine_gecko/res/throbber/anims02.gif</file>
94
      <file md5="aee56c3a6c7575d5a7da2e7099ccaacd" mode="0644">wine/drive_c/Program Files/wine_gecko/res/throbber/anims01.gif</file>
95
      <file md5="8d43cec84e7148dc61da2086e6ab9e7d" mode="0644">wine/drive_c/Program Files/wine_gecko/res/throbber/anims00.gif</file>
96
      <file md5="fda20cae9e5e8aee3df6f2b0d0bfa299" mode="0644">wine/drive_c/Program Files/wine_gecko/res/throbber/anim.gif</file>
97
      <file md5="9d02a3b249612ce43c3b20eefcd78f15" mode="0644">wine/drive_c/Program Files/wine_gecko/res/test.properties</file>
98
      <file md5="90ef7ea72f363d421c608e37141f0e29" mode="0644">wine/drive_c/Program Files/wine_gecko/res/table-remove-row.gif</file>
99
      <file md5="f6f8b831f31c8a4081e61403b258d944" mode="0644">wine/drive_c/Program Files/wine_gecko/res/table-remove-row-hover.gif</file>
100
      <file md5="cdeeb11aaefc565b7e2e6de6c5122adb" mode="0644">wine/drive_c/Program Files/wine_gecko/res/table-remove-row-active.gif</file>
101
      <file md5="90ef7ea72f363d421c608e37141f0e29" mode="0644">wine/drive_c/Program Files/wine_gecko/res/table-remove-column.gif</file>
102
      <file md5="f6f8b831f31c8a4081e61403b258d944" mode="0644">wine/drive_c/Program Files/wine_gecko/res/table-remove-column-hover.gif</file>
103
      <file md5="cdeeb11aaefc565b7e2e6de6c5122adb" mode="0644">wine/drive_c/Program Files/wine_gecko/res/table-remove-column-active.gif</file>
104
      <file md5="3bca4df18e26d1d22adfdc990fcbbcdf" mode="0644">wine/drive_c/Program Files/wine_gecko/res/table-add-row-before.gif</file>
105
      <file md5="3effbb21fc1ce4a3541ff129e61b6360" mode="0644">wine/drive_c/Program Files/wine_gecko/res/table-add-row-before-hover.gif</file>
106
      <file md5="e5fcf51b2ccb0d92f90b2ea04e3f234a" mode="0644">wine/drive_c/Program Files/wine_gecko/res/table-add-row-before-active.gif</file>
107
      <file md5="86ea7058408e6573f06e35a22c381e5b" mode="0644">wine/drive_c/Program Files/wine_gecko/res/table-add-row-after.gif</file>
108
      <file md5="73d91177fe9ee5a7d6f27f950fdaed06" mode="0644">wine/drive_c/Program Files/wine_gecko/res/table-add-row-after-hover.gif</file>
109
      <file md5="2118b374a6a662950d0bdf4a3aa31188" mode="0644">wine/drive_c/Program Files/wine_gecko/res/table-add-row-after-active.gif</file>
110
      <file md5="2915b1ccccef8f1b4efe358744fc4a35" mode="0644">wine/drive_c/Program Files/wine_gecko/res/table-add-column-before.gif</file>
111
      <file md5="db5b629893e402162b24764d509337de" mode="0644">wine/drive_c/Program Files/wine_gecko/res/table-add-column-before-hover.gif</file>
112
      <file md5="def8fece8fc888b90526e51828080b71" mode="0644">wine/drive_c/Program Files/wine_gecko/res/table-add-column-before-active.gif</file>
113
      <file md5="feff9eba20bc5ffc063c0b659ddfecfa" mode="0644">wine/drive_c/Program Files/wine_gecko/res/table-add-column-after.gif</file>
114
      <file md5="0c57685fbbd85c5eb8aa186019576972" mode="0644">wine/drive_c/Program Files/wine_gecko/res/table-add-column-after-hover.gif</file>
115
      <file md5="59952869546acb264ef0a38bbb76a202" mode="0644">wine/drive_c/Program Files/wine_gecko/res/table-add-column-after-active.gif</file>
116
      <file md5="89f4fb454064f7748704b28d6257e938" mode="0644">wine/drive_c/Program Files/wine_gecko/res/strres.properties</file>
117
      <file md5="113354beeacd802de910482be9ee2524" mode="0644">wine/drive_c/Program Files/wine_gecko/res/strres-test.xul</file>
118
      <file md5="7351e97c0492f8b951220d20d6361986" mode="0644">wine/drive_c/Program Files/wine_gecko/res/strres-test.js</file>
119
      <file md5="7e96be57a479c91730cba9f09f2a41e7" mode="0644">wine/drive_c/Program Files/wine_gecko/res/strres-test.html</file>
120
      <file md5="095acd1211b994de3685da3ce78b401b" mode="0644">wine/drive_c/Program Files/wine_gecko/res/strres-test.dtd</file>
121
      <file md5="f3dfc94c2f8e6128cf25d43ad805c60d" mode="0644">wine/drive_c/Program Files/wine_gecko/res/rdf/loading.gif</file>
122
      <file md5="781a1093e7d57041cc2c3558441ce205" mode="0644">wine/drive_c/Program Files/wine_gecko/res/rdf/ignore-test.xul</file>
123
      <file md5="cfeac42847704afe3ffd6fdfefe64ffe" mode="0644">wine/drive_c/Program Files/wine_gecko/res/rdf/folder-open.gif</file>
124
      <file md5="42b48f6cc6844dad7e59a6722741598f" mode="0644">wine/drive_c/Program Files/wine_gecko/res/rdf/folder-closed.gif</file>
125
      <file md5="bb3102a974235ec80316b43f0925651e" mode="0644">wine/drive_c/Program Files/wine_gecko/res/rdf/dom-test-4.css</file>
126
      <file md5="8e483c75d109afa90966443eb1b14c39" mode="0644">wine/drive_c/Program Files/wine_gecko/res/quirk.css</file>
127
      <file md5="ff74605f7c3948949359d81e4eb4535b" mode="0644">wine/drive_c/Program Files/wine_gecko/res/platform-forms.css</file>
128
      <file md5="4bdfb366a12c4fe2ccdd7d1d2fa9353f" mode="0644">wine/drive_c/Program Files/wine_gecko/res/mathml.css</file>
129
      <file md5="e41b2867558df65d6a42a0b53a7c2faf" mode="0644">wine/drive_c/Program Files/wine_gecko/res/loading-image.gif</file>
130
      <file md5="7fe963d4ef1d470a483191c4107c4ff3" mode="0644">wine/drive_c/Program Files/wine_gecko/res/language.properties</file>
131
      <file md5="c113569095ed648c069fb21d7a89ca89" mode="0644">wine/drive_c/Program Files/wine_gecko/res/langGroups.properties</file>
132
      <file md5="01020a3e1c0642db4b8b4c97bf4b39cd" mode="0644">wine/drive_c/Program Files/wine_gecko/res/jarlist.dat</file>
133
      <file md5="3ebc4ad304ca5db192494de3038961d1" mode="0644">wine/drive_c/Program Files/wine_gecko/res/html.css</file>
134
      <file md5="471f7aaef12fa84ec56afbf28c44ba05" mode="0644">wine/drive_c/Program Files/wine_gecko/res/html/gopher-unknown.gif</file>
135
      <file md5="ca091587f135c792890a714df83f7464" mode="0644">wine/drive_c/Program Files/wine_gecko/res/html/gopher-text.gif</file>
136
      <file md5="152f38b3bdfa36be6e424d6870fb7687" mode="0644">wine/drive_c/Program Files/wine_gecko/res/html/gopher-telnet.gif</file>
137
      <file md5="0c428f6883c912e150ce42c954b1bd36" mode="0644">wine/drive_c/Program Files/wine_gecko/res/html/gopher-sound.gif</file>
138
      <file md5="fb4779eea87a41f19e0fb21fd8718779" mode="0644">wine/drive_c/Program Files/wine_gecko/res/html/gopher-movie.gif</file>
139
      <file md5="7c2f66288e1c62c766b6b68878a4fd4a" mode="0644">wine/drive_c/Program Files/wine_gecko/res/html/gopher-menu.gif</file>
140
      <file md5="2734f280b5cc8219706db1bda4564cbb" mode="0644">wine/drive_c/Program Files/wine_gecko/res/html/gopher-image.gif</file>
141
      <file md5="2f847301ecc366bd4c24c93057be436d" mode="0644">wine/drive_c/Program Files/wine_gecko/res/html/gopher-find.gif</file>
142
      <file md5="7544430afba18e7d21927bcfe6337378" mode="0644">wine/drive_c/Program Files/wine_gecko/res/html/gopher-binary.gif</file>
143
      <file md5="0c428f6883c912e150ce42c954b1bd36" mode="0644">wine/drive_c/Program Files/wine_gecko/res/html/gopher-audio.gif</file>
144
      <file md5="ccf39b06aa3282d0a1f9e7582418583d" mode="0644">wine/drive_c/Program Files/wine_gecko/res/grabber.gif</file>
145
      <file md5="23a58b1d1d9adf1756c27455c663ceae" mode="0644">wine/drive_c/Program Files/wine_gecko/res/forms.css</file>
146
      <file md5="2db39a9cce25d1a9a1fd245798c9974e" mode="0644">wine/drive_c/Program Files/wine_gecko/res/fonts/mathfontSymbol.properties</file>
147
      <file md5="aab137523a6878f21cd3121f8f734835" mode="0644">wine/drive_c/Program Files/wine_gecko/res/fonts/mathfontPUA.properties</file>
148
      <file md5="52c66e82fc4b374580e8c94594984b1e" mode="0644">wine/drive_c/Program Files/wine_gecko/res/fonts/mathfontMTExtra.properties</file>
149
      <file md5="d5df1b488e66649b91d31c8efe9363aa" mode="0644">wine/drive_c/Program Files/wine_gecko/res/fonts/mathfontMath4.properties</file>
150
      <file md5="c61fdb7d0d282caedc300c0cd76f8808" mode="0644">wine/drive_c/Program Files/wine_gecko/res/fonts/mathfontMath2.properties</file>
151
      <file md5="aff124d60ab1da137f4ddb4e1584b9e3" mode="0644">wine/drive_c/Program Files/wine_gecko/res/fonts/mathfontMath1.properties</file>
152
      <file md5="c98000844aae9e778436d70a9fb187c8" mode="0644">wine/drive_c/Program Files/wine_gecko/res/fonts/mathfontCMSY10.properties</file>
153
      <file md5="205040f1b617deca1e07fba15ecd2956" mode="0644">wine/drive_c/Program Files/wine_gecko/res/fonts/mathfontCMEX10.properties</file>
154
      <file md5="a22f401c4a71b366a16de1d91c15a8a0" mode="0644">wine/drive_c/Program Files/wine_gecko/res/fonts/mathfont.properties</file>
155
      <file md5="31e490b3dfc2699c8688e080234691cb" mode="0644">wine/drive_c/Program Files/wine_gecko/res/fonts/fontEncoding.properties</file>
156
      <file md5="751720cf07297a3e704c46870af5dbe5" mode="0644">wine/drive_c/Program Files/wine_gecko/res/entityTables/transliterate.properties</file>
157
      <file md5="69328a3f978e27edf755a5a81332de3f" mode="0644">wine/drive_c/Program Files/wine_gecko/res/entityTables/mathml20.properties</file>
158
      <file md5="435964b8ff8ea502582e163172151c1a" mode="0644">wine/drive_c/Program Files/wine_gecko/res/entityTables/htmlEntityVersions.properties</file>
159
      <file md5="710ac52b998e1711e516320c0adcfc85" mode="0644">wine/drive_c/Program Files/wine_gecko/res/entityTables/html40Symbols.properties</file>
160
      <file md5="219cdf6585fe705fb2a6659cd34bb2de" mode="0644">wine/drive_c/Program Files/wine_gecko/res/entityTables/html40Special.properties</file>
161
      <file md5="4ba94eac1147dd9ad4b427351b744775" mode="0644">wine/drive_c/Program Files/wine_gecko/res/entityTables/html40Latin1.properties</file>
162
      <file md5="ee08a36b86a76dffc8adbc96ecf124eb" mode="0644">wine/drive_c/Program Files/wine_gecko/res/EditorOverride.css</file>
163
      <file md5="7f7b2f0922918714b3cadcb21eb30de4" mode="0644">wine/drive_c/Program Files/wine_gecko/res/dtd/xhtml11.dtd</file>
164
      <file md5="68800e07d9666e12a3a7cc808696c29b" mode="0644">wine/drive_c/Program Files/wine_gecko/res/dtd/mathml.dtd</file>
165
      <file md5="ac8a0ff756ef0956622fadc94946e7da" mode="0644">wine/drive_c/Program Files/wine_gecko/res/cmessage.txt</file>
166
      <file md5="175acb42c24843bc52b261b09731f911" mode="0644">wine/drive_c/Program Files/wine_gecko/res/charsetData.properties</file>
167
      <file md5="068b4873b81f21bcbb0a052684ff64e3" mode="0644">wine/drive_c/Program Files/wine_gecko/res/charsetalias.properties</file>
168
      <file md5="68a391d5e18c7c3a3a3be836d1f0732c" mode="0644">wine/drive_c/Program Files/wine_gecko/res/builtin/platformHTMLBindings.xml</file>
169
      <file md5="1f689efbc0c154a9f812f033d6cfb327" mode="0644">wine/drive_c/Program Files/wine_gecko/res/broken-image.gif</file>
170
      <file md5="ce5daebada74cd178e6a96bb5e7c83fd" mode="0644">wine/drive_c/Program Files/wine_gecko/res/bloatcycle.html</file>
171
      <file md5="9d562b1fca17886ff56c0dcc71159a0c" mode="0644">wine/drive_c/Program Files/wine_gecko/res/arrowd.gif</file>
172
      <file md5="c72551f52990bbec40e4b0c2dfad4812" mode="0644">wine/drive_c/Program Files/wine_gecko/res/arrow.gif</file>
173
      <file md5="5f60dc21824196d1004abb05b6408ddc" mode="0644">wine/drive_c/Program Files/wine_gecko/README.txt</file>
174
      <file md5="9a33fec33bcb644832d07ce368c7a658" mode="0644">wine/drive_c/Program Files/wine_gecko/plugins/npnul32.dll</file>
175
      <file md5="30bc3362523e0dff845b7c851ce8d69b" mode="0644">wine/drive_c/Program Files/wine_gecko/plds4.dll</file>
176
      <file md5="8d9114cef087b5c4b560d45074f00d3e" mode="0644">wine/drive_c/Program Files/wine_gecko/plc4.dll</file>
177
      <file md5="2ca1e168f87b6f3b27878aa27a92f247" mode="0644">wine/drive_c/Program Files/wine_gecko/nssckbi.dll</file>
178
      <file md5="d28f9cd5e0951524812fedefdf6feb4f" mode="0644">wine/drive_c/Program Files/wine_gecko/nss3.dll</file>
179
      <file md5="9298ca8d9239d0777ede28be3e9e6998" mode="0644">wine/drive_c/Program Files/wine_gecko/nspr4.dll</file>
180
      <file md5="4ec228ac670d5c89190e51e54265d853" mode="0644">wine/drive_c/Program Files/wine_gecko/msgbsutl.dll</file>
181
      <file md5="92755832b033825015f488f5823f9588" mode="0644">wine/drive_c/Program Files/wine_gecko/mozz.dll</file>
182
      <file md5="aa721c52ed3eb9bf34450115a3bd9149" mode="0644">wine/drive_c/Program Files/wine_gecko/LICENSE</file>
183
      <file md5="a45350a73051b1d253efde7bb8a513d3" mode="0644">wine/drive_c/Program Files/wine_gecko/jsj3250.dll</file>
184
      <file md5="2ea11e4505eca319ead27e2c8a49bcdb" mode="0644">wine/drive_c/Program Files/wine_gecko/js3250.dll</file>
185
      <file md5="e901463e0950105f9ba46904ebb6713d" mode="0644">wine/drive_c/Program Files/wine_gecko/ipc/modules/transmgr.dll</file>
186
      <file md5="4736528114d92043bcd8c5ddc6615267" mode="0644">wine/drive_c/Program Files/wine_gecko/ipc/modules/testmod.dll</file>
187
      <file md5="5adae1f6be7bbe765d69be21f6d9cad9" mode="0644">wine/drive_c/Program Files/wine_gecko/ipc/modules/lockmodule.dll</file>
188
      <file md5="217bea6035f09c14da792b3e6dbe214f" mode="0644">wine/drive_c/Program Files/wine_gecko/greprefs/xpinstall.js</file>
189
      <file md5="24c78ea2e16dec42e85459883500a927" mode="0644">wine/drive_c/Program Files/wine_gecko/greprefs/security-prefs.js</file>
190
      <file md5="c3b3c17378033aafd8ecc4afed42e2fd" mode="0644">wine/drive_c/Program Files/wine_gecko/greprefs/non-shared.txt</file>
191
      <file md5="1b5f1f79a5239a290e73ab5cc760dcaf" mode="0644">wine/drive_c/Program Files/wine_gecko/greprefs/all.js</file>
192
      <file md5="9addd0081a516a64546ee9d9a2312b36" mode="0644">wine/drive_c/Program Files/wine_gecko/defaults/wallet/VcardSchema.tbl</file>
193
      <file md5="c59938cf1f811624cace68b78ba087b8" mode="0644">wine/drive_c/Program Files/wine_gecko/defaults/wallet/StateSchema.tbl</file>
194
      <file md5="6395880284a1ff597e851fa3396774eb" mode="0644">wine/drive_c/Program Files/wine_gecko/defaults/wallet/SchemaStrings.tbl</file>
195
      <file md5="ffe14fef0f918ef7542ed8253754d609" mode="0644">wine/drive_c/Program Files/wine_gecko/defaults/wallet/SchemaConcat.tbl</file>
196
      <file md5="83fe650c2dfc70534482ac26c57dc419" mode="0644">wine/drive_c/Program Files/wine_gecko/defaults/wallet/PositionalSchema.tbl</file>
197
      <file md5="bafae7c9bc686be193817140072f9d14" mode="0644">wine/drive_c/Program Files/wine_gecko/defaults/wallet/FieldSchema.tbl</file>
198
      <file md5="8041946b6115e9786981ea45f54828b3" mode="0644">wine/drive_c/Program Files/wine_gecko/defaults/wallet/DistinguishedSchema.tbl</file>
199
      <file md5="f15a0ee6dd194d3184101215493291eb" mode="0644">wine/drive_c/Program Files/wine_gecko/defaults/profile/US/search.rdf</file>
200
      <file md5="5903db4598f1ddc2b8f9f57795e025f9" mode="0644">wine/drive_c/Program Files/wine_gecko/defaults/profile/US/panels.rdf</file>
201
      <file md5="d33f07ffab00dbea75d86f218064b16d" mode="0644">wine/drive_c/Program Files/wine_gecko/defaults/profile/US/mimeTypes.rdf</file>
202
      <file md5="7b340755ecd4fd762624a656204869dd" mode="0644">wine/drive_c/Program Files/wine_gecko/defaults/profile/US/localstore.rdf</file>
203
      <file md5="e997501918dbac0a4ac639b20275b62d" mode="0644">wine/drive_c/Program Files/wine_gecko/defaults/profile/US/chrome/userContent-example.css</file>
204
      <file md5="4788fdaa51b0a238cb21f5c2877ef06d" mode="0644">wine/drive_c/Program Files/wine_gecko/defaults/profile/US/chrome/userChrome-example.css</file>
205
      <file md5="b25fa39c54c6818ce721af422f003165" mode="0644">wine/drive_c/Program Files/wine_gecko/defaults/profile/US/bookmarks.html</file>
206
      <file md5="f15a0ee6dd194d3184101215493291eb" mode="0644">wine/drive_c/Program Files/wine_gecko/defaults/profile/search.rdf</file>
207
      <file md5="5903db4598f1ddc2b8f9f57795e025f9" mode="0644">wine/drive_c/Program Files/wine_gecko/defaults/profile/panels.rdf</file>
208
      <file md5="d33f07ffab00dbea75d86f218064b16d" mode="0644">wine/drive_c/Program Files/wine_gecko/defaults/profile/mimeTypes.rdf</file>
209
      <file md5="7b340755ecd4fd762624a656204869dd" mode="0644">wine/drive_c/Program Files/wine_gecko/defaults/profile/localstore.rdf</file>
210
      <file md5="e997501918dbac0a4ac639b20275b62d" mode="0644">wine/drive_c/Program Files/wine_gecko/defaults/profile/chrome/userContent-example.css</file>
211
      <file md5="4788fdaa51b0a238cb21f5c2877ef06d" mode="0644">wine/drive_c/Program Files/wine_gecko/defaults/profile/chrome/userChrome-example.css</file>
212
      <file md5="b25fa39c54c6818ce721af422f003165" mode="0644">wine/drive_c/Program Files/wine_gecko/defaults/profile/bookmarks.html</file>
213
      <file md5="1ab59fb6ebacb51708693e3b476f9492" mode="0644">wine/drive_c/Program Files/wine_gecko/defaults/pref/smime.js</file>
214
      <file md5="c4593299997cc780d6b62ac110a26a32" mode="0644">wine/drive_c/Program Files/wine_gecko/defaults/pref/mdn.js</file>
215
      <file md5="3829348d02e0b48f6cd7cd9aa831df4b" mode="0644">wine/drive_c/Program Files/wine_gecko/defaults/pref/mailnews.js</file>
216
      <file md5="8048d787d6c658c723ce425b80438df9" mode="0644">wine/drive_c/Program Files/wine_gecko/defaults/pref/inspector.js</file>
217
      <file md5="d177f1444cfb1f471f294e09b1540261" mode="0644">wine/drive_c/Program Files/wine_gecko/defaults/pref/composer.js</file>
218
      <file md5="6e9886d9ff79fb60e63932db806ba57c" mode="0644">wine/drive_c/Program Files/wine_gecko/defaults/pref/browser-prefs.js</file>
219
      <file md5="79fc655e9dd95c30ae52cc230c5aaa30" mode="0644">wine/drive_c/Program Files/wine_gecko/defaults/messenger/US/mailViews.dat</file>
220
      <file md5="79fc655e9dd95c30ae52cc230c5aaa30" mode="0644">wine/drive_c/Program Files/wine_gecko/defaults/messenger/mailViews.dat</file>
221
      <file md5="7b11143ca52d359d38b179bfc91d98e9" mode="0644">wine/drive_c/Program Files/wine_gecko/defaults/autoconfig/prefcalls.js</file>
222
      <file md5="e3c0b603d8720a81116319d44ee421e6" mode="0644">wine/drive_c/Program Files/wine_gecko/defaults/autoconfig/platform.js</file>
223
      <file md5="0cbff0b91bf8305e6aa26694a3dd5632" mode="0644">wine/drive_c/Program Files/wine_gecko/components/xultmpl.xpt</file>
224
      <file md5="08079125b89db96f237ba8dda98e36b9" mode="0644">wine/drive_c/Program Files/wine_gecko/components/xuldoc.xpt</file>
225
      <file md5="c4b4b86b6349e2b7c80701eef43698fc" mode="0644">wine/drive_c/Program Files/wine_gecko/components/xppref32.dll</file>
226
      <file md5="4d29f667a8e39d35a7a5df2f17a31c77" mode="0644">wine/drive_c/Program Files/wine_gecko/components/xpconnect.xpt</file>
227
      <file md5="ff1774deab1d1510ca8a1bb73aedca57" mode="0644">wine/drive_c/Program Files/wine_gecko/components/xpcom_xpti.xpt</file>
228
      <file md5="3f35e0e7d9b38ccad07e2af43b9d4361" mode="0644">wine/drive_c/Program Files/wine_gecko/components/xpcom_thread.xpt</file>
229
      <file md5="040d028807cbf63af1a568dd90e1022b" mode="0644">wine/drive_c/Program Files/wine_gecko/components/xpcom_obsolete.xpt</file>
230
      <file md5="f98bb0ba92c0385e6a1378b421c72bf0" mode="0644">wine/drive_c/Program Files/wine_gecko/components/xpcom_io.xpt</file>
231
      <file md5="1b71738dfce69f8097bcab8aae41bde9" mode="0644">wine/drive_c/Program Files/wine_gecko/components/xpcom_ds.xpt</file>
232
      <file md5="205bf5918ae37dd0b277d2e162cfe2dd" mode="0644">wine/drive_c/Program Files/wine_gecko/components/xpcom_components.xpt</file>
233
      <file md5="7a2ced80509c389ca8bd73fd17656081" mode="0644">wine/drive_c/Program Files/wine_gecko/components/xpcom_compat_c.dll</file>
234
      <file md5="c80abb2cca02dc2f45925c47e0a0bff3" mode="0644">wine/drive_c/Program Files/wine_gecko/components/xpcom_base.xpt</file>
235
      <file md5="6976472e564d73ad0971f9b4f07379e2" mode="0644">wine/drive_c/Program Files/wine_gecko/components/xpc3250.dll</file>
236
      <file md5="c03b93dfac921f7443d886b964c3034e" mode="0644">wine/drive_c/Program Files/wine_gecko/components/xmlextras.xpt</file>
237
      <file md5="1e6a35e6eb9d47150c7fa744f3a36174" mode="0644">wine/drive_c/Program Files/wine_gecko/components/xmlextras.dll</file>
238
      <file md5="2a86483c4dad667393861664413682d5" mode="0644">wine/drive_c/Program Files/wine_gecko/components/xml-rpc.xpt</file>
239
      <file md5="536d76afd2c3c9a1b0d1ae501067babc" mode="0644">wine/drive_c/Program Files/wine_gecko/components/wsprxtst.dll</file>
240
      <file md5="12815aced60b908f5a9d25f9b58b04d2" mode="0644">wine/drive_c/Program Files/wine_gecko/components/wlltvwrs.dll</file>
241
      <file md5="90d1656364562b27f80b3fb08ddcd151" mode="0644">wine/drive_c/Program Files/wine_gecko/components/winhooks.xpt</file>
242
      <file md5="c8be7e60f6d2f34342d95ba4c8a99a53" mode="0644">wine/drive_c/Program Files/wine_gecko/components/windowwatcher.xpt</file>
243
      <file md5="4d84efc5f5c5da8da91252c0a96e6719" mode="0644">wine/drive_c/Program Files/wine_gecko/components/windowds.xpt</file>
244
      <file md5="f397e40d8b70cdf0be73b3b505afe6ba" mode="0644">wine/drive_c/Program Files/wine_gecko/components/widget.xpt</file>
245
      <file md5="a0f4c94d7eed015d8fb870e73a5f454b" mode="0644">wine/drive_c/Program Files/wine_gecko/components/websrvcs.xpt</file>
246
      <file md5="62f8188d8863e2fec950ebd1d2fad015" mode="0644">wine/drive_c/Program Files/wine_gecko/components/websrvcs.dll</file>
247
      <file md5="844c953b71d09263d12420c87ca2d049" mode="0644">wine/drive_c/Program Files/wine_gecko/components/webshell_idls.xpt</file>
248
      <file md5="6fa98ee58bed763064edc267a61df0ca" mode="0644">wine/drive_c/Program Files/wine_gecko/components/webbrwsr.dll</file>
249
      <file md5="70e3e70cf2ae183dc3905497ad3fd808" mode="0644">wine/drive_c/Program Files/wine_gecko/components/webBrowser_core.xpt</file>
250
      <file md5="9724cf0dc0b702658ee6258a9c579221" mode="0644">wine/drive_c/Program Files/wine_gecko/components/webbrowserpersist.xpt</file>
251
      <file md5="bbc6eb1db690650b4d9395df33c5e384" mode="0644">wine/drive_c/Program Files/wine_gecko/components/venkman-service.js</file>
252
      <file md5="102ec575651426b7d4e8dd73fa275378" mode="0644">wine/drive_c/Program Files/wine_gecko/components/vcard.dll</file>
253
      <file md5="179035c89cf7b6cbe1233b17cfa4cff1" mode="0644">wine/drive_c/Program Files/wine_gecko/components/urlwidgt.xpt</file>
254
      <file md5="83f0a1c4f00219e688acc05e7df92473" mode="0644">wine/drive_c/Program Files/wine_gecko/components/uriloader.xpt</file>
255
      <file md5="7bcd7d079c5ba30826f2ec9d03a35979" mode="0644">wine/drive_c/Program Files/wine_gecko/components/universalchardet.dll</file>
256
      <file md5="e83312c13bf50738ce4dbf024670d72f" mode="0644">wine/drive_c/Program Files/wine_gecko/components/unicharutil.xpt</file>
257
      <file md5="6d5261e9f7950bd4b9bd02fe8cdbe3a4" mode="0644">wine/drive_c/Program Files/wine_gecko/components/ucvmath.dll</file>
258
      <file md5="6ab97611de498b21568f01d79a79ba9f" mode="0644">wine/drive_c/Program Files/wine_gecko/components/uconv.xpt</file>
259
      <file md5="d0efd914b4271da9ba13992eceec5bbf" mode="0644">wine/drive_c/Program Files/wine_gecko/components/uconv.dll</file>
260
      <file md5="6fd588161af39f7c615ce817b1511b16" mode="0644">wine/drive_c/Program Files/wine_gecko/components/typeaheadfind.xpt</file>
261
      <file md5="cde6dde3a44ff2d757ed6fd859384c50" mode="0644">wine/drive_c/Program Files/wine_gecko/components/typeaheadfind.dll</file>
262
      <file md5="11000ff719bd6ead71631c62cab4e6a9" mode="0644">wine/drive_c/Program Files/wine_gecko/components/txtsvc.xpt</file>
263
      <file md5="d9897a726e6745dbb61daca142153b6a" mode="0644">wine/drive_c/Program Files/wine_gecko/components/txmgr.xpt</file>
264
      <file md5="9d7e464d752263858cf3a7be70648149" mode="0644">wine/drive_c/Program Files/wine_gecko/components/txmgr.dll</file>
265
      <file md5="6d712fb60e4a917276381e6f1934c4fb" mode="0644">wine/drive_c/Program Files/wine_gecko/components/transformiix.dll</file>
266
      <file md5="9bb09a0c2d094fd643fe62346c9a9e24" mode="0644">wine/drive_c/Program Files/wine_gecko/components/tdynamic.dll</file>
267
      <file md5="965e6a2f37fc563516e1a6363b66c185" mode="0644">wine/drive_c/Program Files/wine_gecko/components/sroaming.dll</file>
268
      <file md5="752f272d1c19eb17c4c097ec6cf87d64" mode="0644">wine/drive_c/Program Files/wine_gecko/components/smime-service.js</file>
269
      <file md5="b7c06f2bf94f3394c8b388ca1b1b9464" mode="0644">wine/drive_c/Program Files/wine_gecko/components/signonviewer.xpt</file>
270
      <file md5="e2d305fec292fd23e26762057fc34829" mode="0644">wine/drive_c/Program Files/wine_gecko/components/sidebar.xpt</file>
271
      <file md5="2a5fdf265298fa65c20b1213a4293d60" mode="0644">wine/drive_c/Program Files/wine_gecko/components/shistory.xpt</file>
272
      <file md5="8beb92397e5ec03c830d5143a3868627" mode="0644">wine/drive_c/Program Files/wine_gecko/components/search.xpt</file>
273
      <file md5="c9682b13e57ad464271af8079b51527b" mode="0644">wine/drive_c/Program Files/wine_gecko/components/related.xpt</file>
274
      <file md5="4ff1ae187516803a2e477697f30e3000" mode="0644">wine/drive_c/Program Files/wine_gecko/components/rdf.xpt</file>
275
      <file md5="bf23739d399f96f4a1e4c7ffa2e6d4d3" mode="0644">wine/drive_c/Program Files/wine_gecko/components/rdf.dll</file>
276
      <file md5="3a0694deb141297f3471bd42589b70db" mode="0644">wine/drive_c/Program Files/wine_gecko/components/proxyObject.xpt</file>
277
      <file md5="496a8ddaaf5986beaad4d68163540e41" mode="0644">wine/drive_c/Program Files/wine_gecko/components/progressDlg.xpt</file>
278
      <file md5="2c958b04e79fb1df3ae058a28fefe3dd" mode="0644">wine/drive_c/Program Files/wine_gecko/components/profile.xpt</file>
279
      <file md5="8e50b096410e106658ec6697770f6d54" mode="0644">wine/drive_c/Program Files/wine_gecko/components/profile.dll</file>
280
      <file md5="4fb041dbb309766ea90483f19ad7d1fa" mode="0644">wine/drive_c/Program Files/wine_gecko/components/prefmigr.xpt</file>
281
      <file md5="6624ad7a6fc237252d365899706bb8b3" mode="0644">wine/drive_c/Program Files/wine_gecko/components/prefetch.xpt</file>
282
      <file md5="276b6aae3e052b168d3085c07c3fbe6f" mode="0644">wine/drive_c/Program Files/wine_gecko/components/plugin.xpt</file>
283
      <file md5="f065ff2f700ac3026a94401a93056e55" mode="0644">wine/drive_c/Program Files/wine_gecko/components/pippki.xpt</file>
284
      <file md5="e28f2e8254ea418b7b4b8a00265dfe42" mode="0644">wine/drive_c/Program Files/wine_gecko/components/pippki.dll</file>
285
      <file md5="6ee7ba4e9d5f38f4bca43125d7df5540" mode="0644">wine/drive_c/Program Files/wine_gecko/components/pipnss.xpt</file>
286
      <file md5="1febecce79d20e7ab5b0dd3aea0fec8d" mode="0644">wine/drive_c/Program Files/wine_gecko/components/pipnss.dll</file>
287
      <file md5="6e2021ec48b65af50774616e20686855" mode="0644">wine/drive_c/Program Files/wine_gecko/components/pref.xpt</file>
288
      <file md5="f8f9b228fe6cc33681f72f9394a361d4" mode="0644">wine/drive_c/Program Files/wine_gecko/components/pipboot.xpt</file>
289
      <file md5="c3ad2f14a8c15834dd017d9b4dfa2e60" mode="0644">wine/drive_c/Program Files/wine_gecko/components/pipboot.dll</file>
290
      <file md5="ebea0299d8ea2c9e1dd3f4c38b285f33" mode="0644">wine/drive_c/Program Files/wine_gecko/components/p3p.xpt</file>
291
      <file md5="a84c5a459ab39008018fb9ae9357aa87" mode="0644">wine/drive_c/Program Files/wine_gecko/components/p3p.dll</file>
292
      <file md5="7d1e46e3c6170de0219997870068be44" mode="0644">wine/drive_c/Program Files/wine_gecko/components/oji.xpt</file>
293
      <file md5="b4528d25e1bf7a4519bb71cc6cf8878c" mode="0644">wine/drive_c/Program Files/wine_gecko/components/oji.dll</file>
294
      <file md5="796263e1995fff298ef2d2b98afd8d4b" mode="0644">wine/drive_c/Program Files/wine_gecko/components/offlineStartup.js</file>
295
      <file md5="86fbb377bacd5f673e5fd191cd697a8a" mode="0644">wine/drive_c/Program Files/wine_gecko/components/nsXmlRpcClient.js</file>
296
      <file md5="3e00abfc0ede926e6daf95c08d0a2e9c" mode="0644">wine/drive_c/Program Files/wine_gecko/components/nsSidebar.js</file>
297
      <file md5="946fc3e721ad299232a4de8b6338e1fb" mode="0644">wine/drive_c/Program Files/wine_gecko/components/nsResetPref.js</file>
298
      <file md5="fb89780ee52241df9b8a609080109cc9" mode="0644">wine/drive_c/Program Files/wine_gecko/components/nsProxyAutoConfig.js</file>
299
      <file md5="30f8c5d651321a433f61ac9bb1585435" mode="0644">wine/drive_c/Program Files/wine_gecko/components/nsProgressDialog.js</file>
300
      <file md5="d504d689db77a91a9d50adc9d7624583" mode="0644">wine/drive_c/Program Files/wine_gecko/components/nsprefm.dll</file>
301
      <file md5="6ee98bce414c9066068cbd933b0a1bf7" mode="0644">wine/drive_c/Program Files/wine_gecko/components/nsLDAPPrefsService.js</file>
302
      <file md5="7b284c035180383daa2dd8719829def5" mode="0644">wine/drive_c/Program Files/wine_gecko/components/nsKillAll.js</file>
303
      <file md5="b0547afa32d18b6eb1d4f2f852a32787" mode="0644">wine/drive_c/Program Files/wine_gecko/components/nsInterfaceInfoToIDL.js</file>
304
      <file md5="110e891a7935a42d4b667f2e8083b589" mode="0644">wine/drive_c/Program Files/wine_gecko/components/nsHelperAppDlg.js</file>
305
      <file md5="fdcc5da7390aad22a0b85fab7dee6e2a" mode="0644">wine/drive_c/Program Files/wine_gecko/components/nsDownloadProgressListener.js</file>
306
      <file md5="0b22332c1cf81bcdd9255d6685d69047" mode="0644">wine/drive_c/Program Files/wine_gecko/components/nsDictionary.js</file>
307
      <file md5="79a25960ca4f6a81ab1f69d96f4a2d0e" mode="0644">wine/drive_c/Program Files/wine_gecko/components/nsComposerCmdLineHandler.js</file>
308
      <file md5="c77b023d6fa53571cc8fb7614b02a737" mode="0644">wine/drive_c/Program Files/wine_gecko/components/nsCloseAllWindows.js</file>
309
      <file md5="6d45aaa88d72681f3e395ff5699ac676" mode="0644">wine/drive_c/Program Files/wine_gecko/components/negotiateauth.dll</file>
310
      <file md5="acbea5b9b887a9cdac4faa2e2c361ffe" mode="0644">wine/drive_c/Program Files/wine_gecko/components/necko_viewsource.xpt</file>
311
      <file md5="0d047e6ea863f3f53fa933d2b880c201" mode="0644">wine/drive_c/Program Files/wine_gecko/components/necko_strconv.xpt</file>
312
      <file md5="b4fa7b5c6e19bded5ee08b1c28de0b64" mode="0644">wine/drive_c/Program Files/wine_gecko/components/necko_res.xpt</file>
313
      <file md5="4a2c5cbe583c7d591f895cae4c189c65" mode="0644">wine/drive_c/Program Files/wine_gecko/components/necko_http.xpt</file>
314
      <file md5="d8a07beb05e97c62ff25b6d54e83267a" mode="0644">wine/drive_c/Program Files/wine_gecko/components/necko_ftp.xpt</file>
315
      <file md5="c0373221eff720ce1acd6a491c864175" mode="0644">wine/drive_c/Program Files/wine_gecko/components/necko_file.xpt</file>
316
      <file md5="7694540a8f37f218df21bbc4db4b1273" mode="0644">wine/drive_c/Program Files/wine_gecko/components/necko_dns.xpt</file>
317
      <file md5="6233b02d077a9788dc96b6e91e20ca28" mode="0644">wine/drive_c/Program Files/wine_gecko/components/necko_data.xpt</file>
318
      <file md5="2c159f91ddd21e32c9362df29accc595" mode="0644">wine/drive_c/Program Files/wine_gecko/components/necko_cookie.xpt</file>
319
      <file md5="39600d395a91eba72a6da6dcd0d3c003" mode="0644">wine/drive_c/Program Files/wine_gecko/components/necko_cache.xpt</file>
320
      <file md5="ef1d011a911bb53be028284f3005e146" mode="0644">wine/drive_c/Program Files/wine_gecko/components/necko_about.xpt</file>
321
      <file md5="62f1b206ed46a903c9dc6d2f757b2a77" mode="0644">wine/drive_c/Program Files/wine_gecko/components/necko2.dll</file>
322
      <file md5="05ee473334e0f913ff8bb349a81b8e7d" mode="0644">wine/drive_c/Program Files/wine_gecko/components/necko.xpt</file>
323
      <file md5="f0382cdc073b9a9b48b65efd76acdfce" mode="0644">wine/drive_c/Program Files/wine_gecko/components/necko.dll</file>
324
      <file md5="fab54e38744ba79d670882161d571ece" mode="0644">wine/drive_c/Program Files/wine_gecko/components/mozfind.xpt</file>
325
      <file md5="c07535e72e52d645eb2dffe814fe9328" mode="0644">wine/drive_c/Program Files/wine_gecko/components/mozfind.dll</file>
326
      <file md5="acf75c928def2b0340ee42ee1a89ff22" mode="0644">wine/drive_c/Program Files/wine_gecko/components/mozbrwsr.xpt</file>
327
      <file md5="05efb2b1579ffad7978a642bef1960fb" mode="0644">wine/drive_c/Program Files/wine_gecko/components/mork.dll</file>
328
      <file md5="f6f90d567a5de6352e6acb5300955cbf" mode="0644">wine/drive_c/Program Files/wine_gecko/components/mimetype.xpt</file>
329
      <file md5="2db88947ae509f2c6be3bc186570bde7" mode="0644">wine/drive_c/Program Files/wine_gecko/components/mime.xpt</file>
330
      <file md5="327c86737e65bc72cb474fb4bf4b08ba" mode="0644">wine/drive_c/Program Files/wine_gecko/components/mime.dll</file>
331
      <file md5="b3ad73eace5186151871f7c34949c716" mode="0644">wine/drive_c/Program Files/wine_gecko/components/mdn-service.js</file>
332
      <file md5="402a4c19352c1b2f65a126117372d54c" mode="0644">wine/drive_c/Program Files/wine_gecko/components/master.ini</file>
333
      <file md5="9b9ff011ad118ee516a436e8e5d2d318" mode="0644">wine/drive_c/Program Files/wine_gecko/components/mapihook.xpt</file>
334
      <file md5="8c2d1ee1e9d1662c4d8ba7de34afbb88" mode="0644">wine/drive_c/Program Files/wine_gecko/components/lwbrk.xpt</file>
335
      <file md5="cc80f1bae058628dde3e823e4a853552" mode="0644">wine/drive_c/Program Files/wine_gecko/components/locale.xpt</file>
336
      <file md5="c2d7663b0ed829ebd489072f2ad8a202" mode="0644">wine/drive_c/Program Files/wine_gecko/components/layout_xul_tree.xpt</file>
337
      <file md5="f088a9d8c0effb7caa31636f41a7ab6c" mode="0644">wine/drive_c/Program Files/wine_gecko/components/layout_xul.xpt</file>
338
      <file md5="6a8ad6ed90dd4729863de82d5b0281c8" mode="0644">wine/drive_c/Program Files/wine_gecko/components/layout_base.xpt</file>
339
      <file md5="f6cf760fb9a21a228ea79af9c9078ef3" mode="0644">wine/drive_c/Program Files/wine_gecko/components/jsdservice.xpt</file>
340
      <file md5="156ca9734d48d83cb44a976342fa2881" mode="0644">wine/drive_c/Program Files/wine_gecko/components/jsd3250.dll</file>
341
      <file md5="ef5a351e35da4091b5ee6285ae7e74f4" mode="0644">wine/drive_c/Program Files/wine_gecko/components/jsconsole.xpt</file>
342
      <file md5="59100cc7a4eafde4302e0ed9711205d0" mode="0644">wine/drive_c/Program Files/wine_gecko/components/jsconsole-clhandler.js</file>
343
      <file md5="e74010913cafbb9b68f485dbd5e8698b" mode="0644">wine/drive_c/Program Files/wine_gecko/components/jar50.dll</file>
344
      <file md5="924ac11dcce9586d31e7b16e41c6d5ed" mode="0644">wine/drive_c/Program Files/wine_gecko/components/jar.xpt</file>
345
      <file md5="e1dc5c602986243bf878bc35061003d1" mode="0644">wine/drive_c/Program Files/wine_gecko/components/ipcd_transmngr.xpt</file>
346
      <file md5="526adb85c0d4e9d37c3449286fd894ab" mode="0644">wine/drive_c/Program Files/wine_gecko/components/ipcd_lock.xpt</file>
347
      <file md5="b823b30b9fdd5a2d9d259f4d97d54989" mode="0644">wine/drive_c/Program Files/wine_gecko/components/ipcd_dconnect.xpt</file>
348
      <file md5="21efa9aafeeaf40229a77e052d5c3e0a" mode="0644">wine/drive_c/Program Files/wine_gecko/components/ipcdc.dll</file>
349
      <file md5="2069dacd73afabbb83c694ccd88973fb" mode="0644">wine/drive_c/Program Files/wine_gecko/components/ipcd.xpt</file>
350
      <file md5="c0511ee58a85b9351c941475536ba7a2" mode="0644">wine/drive_c/Program Files/wine_gecko/components/intlcmpt.xpt</file>
351
      <file md5="782e58f409c61bb6398fb5014344575f" mode="0644">wine/drive_c/Program Files/wine_gecko/components/intlcmpt.dll</file>
352
      <file md5="29cbe89849233b59bdb14d68a37d39d8" mode="0644">wine/drive_c/Program Files/wine_gecko/components/intl.xpt</file>
353
      <file md5="492f2553a8d4dd90f201ade88a6bdaa0" mode="0644">wine/drive_c/Program Files/wine_gecko/components/impText.dll</file>
354
      <file md5="3734f4b4e75366564ca8aebea9436439" mode="0644">wine/drive_c/Program Files/wine_gecko/components/impOutlk.dll</file>
355
      <file md5="7bee30660dbd9e510fc9c20b8470e3e1" mode="0644">wine/drive_c/Program Files/wine_gecko/components/importOE.dll</file>
356
      <file md5="948d031d9696844ba257479f5c4365b2" mode="0644">wine/drive_c/Program Files/wine_gecko/components/import.xpt</file>
357
      <file md5="8209a753f907c3d902fa0d33a60b7217" mode="0644">wine/drive_c/Program Files/wine_gecko/components/import.dll</file>
358
      <file md5="b113f2bd5664f172dae2af562fed10b5" mode="0644">wine/drive_c/Program Files/wine_gecko/components/impEudra.dll</file>
359
      <file md5="257c3a82b7a415fbc59019e923690f3f" mode="0644">wine/drive_c/Program Files/wine_gecko/components/impComm4xMail.xpt</file>
360
      <file md5="a6ce76e5fb699dbcc13b26652b210306" mode="0644">wine/drive_c/Program Files/wine_gecko/components/impComm4xMail.dll</file>
361
      <file md5="8fa36b970d2fb55239aece3da4176d25" mode="0644">wine/drive_c/Program Files/wine_gecko/components/imglib2.xpt</file>
362
      <file md5="3a5081c48c4dbd413a8f08d215cd748d" mode="0644">wine/drive_c/Program Files/wine_gecko/components/imglib2.dll</file>
363
      <file md5="7a3781b355e65d837c150d38e257df73" mode="0644">wine/drive_c/Program Files/wine_gecko/components/imgicon.xpt</file>
364
      <file md5="dcf63130c7ee4799639217d4904ad016" mode="0644">wine/drive_c/Program Files/wine_gecko/components/imgicon.dll</file>
365
      <file md5="66c107aee2db30dff4c907a3d5ec6304" mode="0644">wine/drive_c/Program Files/wine_gecko/components/i18n.dll</file>
366
      <file md5="90a447dc16dee82c7f853959952d7e2e" mode="0644">wine/drive_c/Program Files/wine_gecko/components/htmlparser.xpt</file>
367
      <file md5="8c2f82d3c7c194e92c318b7a1bac41b3" mode="0644">wine/drive_c/Program Files/wine_gecko/components/history.xpt</file>
368
      <file md5="d1105905988c432e4cf4611d62d74a06" mode="0644">wine/drive_c/Program Files/wine_gecko/components/gkwidget.dll</file>
369
      <file md5="1f390c7a47efe88610b61a6423163c35" mode="0644">wine/drive_c/Program Files/wine_gecko/components/gkplugin.dll</file>
370
      <file md5="1916d1845efddeef6b173e5c3497ada5" mode="0644">wine/drive_c/Program Files/wine_gecko/components/gkparser.dll</file>
371
      <file md5="3eecd44a4fb606ddda9bef54be8c0b4f" mode="0644">wine/drive_c/Program Files/wine_gecko/components/gklayout.dll</file>
372
      <file md5="d8d19a690e9a204d7e7a0415bb69e776" mode="0644">wine/drive_c/Program Files/wine_gecko/components/gkgfxwin.dll</file>
373
      <file md5="751e54b320df1ff7c028f1c7e3565bdf" mode="0644">wine/drive_c/Program Files/wine_gecko/components/gfx.xpt</file>
374
      <file md5="d1b7ff5d762993b4992853627af72939" mode="0644">wine/drive_c/Program Files/wine_gecko/components/find.xpt</file>
375
      <file md5="e5f7f57cf838e5eb90bf3bc3d3a51400" mode="0644">wine/drive_c/Program Files/wine_gecko/components/exthandler.xpt</file>
376
      <file md5="468a10dde8235098933c131d8a45537c" mode="0644">wine/drive_c/Program Files/wine_gecko/components/emitter.dll</file>
377
      <file md5="6a0e276e5b9a362b36e781761b4e999d" mode="0644">wine/drive_c/Program Files/wine_gecko/components/embed_base.xpt</file>
378
      <file md5="48a311983a2a1f0e9dee0c4e8d38a1e9" mode="0644">wine/drive_c/Program Files/wine_gecko/components/embedcomponents.dll</file>
379
      <file md5="7773b9eb208fa10c2e033ba13273cc86" mode="0644">wine/drive_c/Program Files/wine_gecko/components/editor.xpt</file>
380
      <file md5="be9a313018aabef66689ecbebe8aadc3" mode="0644">wine/drive_c/Program Files/wine_gecko/components/editor.dll</file>
381
      <file md5="a1033ea17a7fcc794e50fa2593e6d007" mode="0644">wine/drive_c/Program Files/wine_gecko/components/dom_xul.xpt</file>
382
      <file md5="bdf15c18d9e4feba4ba9714146a8881e" mode="0644">wine/drive_c/Program Files/wine_gecko/components/dom_xpath.xpt</file>
383
      <file md5="590eb5f7fee2b3831db3be4d1d9a71dc" mode="0644">wine/drive_c/Program Files/wine_gecko/components/dom_xbl.xpt</file>
384
      <file md5="f7f0f182acc7bd6295badb8121e1bd8b" mode="0644">wine/drive_c/Program Files/wine_gecko/components/dom_views.xpt</file>
385
      <file md5="5a91bebe5e413341a9b274232a85098a" mode="0644">wine/drive_c/Program Files/wine_gecko/components/dom_traversal.xpt</file>
386
      <file md5="9d36ea104381dede26ab1459bedb63fa" mode="0644">wine/drive_c/Program Files/wine_gecko/components/dom_stylesheets.xpt</file>
387
      <file md5="0f54e808bea39c5f542dbc72b646267e" mode="0644">wine/drive_c/Program Files/wine_gecko/components/dom_range.xpt</file>
388
      <file md5="6b8e7abba89bc19f72b92f02581affa2" mode="0644">wine/drive_c/Program Files/wine_gecko/components/dom_loadsave.xpt</file>
389
      <file md5="f6cc9cdaf2bc0ea3ec2afb447ac29934" mode="0644">wine/drive_c/Program Files/wine_gecko/components/dom_html.xpt</file>
390
      <file md5="e184678d8fbea198ddf100abf174da12" mode="0644">wine/drive_c/Program Files/wine_gecko/components/dom_events.xpt</file>
391
      <file md5="666727916d4dbebded75b16670436a72" mode="0644">wine/drive_c/Program Files/wine_gecko/components/dom_css.xpt</file>
392
      <file md5="1be7e8d7ed05f32a2c71ce15fb81603d" mode="0644">wine/drive_c/Program Files/wine_gecko/components/dom_core.xpt</file>
393
      <file md5="acd7a517d1c115fc09f9915c76a2d8ff" mode="0644">wine/drive_c/Program Files/wine_gecko/components/dom_base.xpt</file>
394
      <file md5="ad69d50c7fd954de59e90b4f571eee82" mode="0644">wine/drive_c/Program Files/wine_gecko/components/dom.xpt</file>
395
      <file md5="cfa562ababff6ca0368b0780f8efe1e2" mode="0644">wine/drive_c/Program Files/wine_gecko/components/docshell_base.xpt</file>
396
      <file md5="2b81293a2cd10dd945e439ab2a0e1d4c" mode="0644">wine/drive_c/Program Files/wine_gecko/components/docshell.dll</file>
397
      <file md5="1c52069c119c48ae9004228a33ad0124" mode="0644">wine/drive_c/Program Files/wine_gecko/components/directory.xpt</file>
398
      <file md5="471be0eb8136304f0c9c55c1655a2952" mode="0644">wine/drive_c/Program Files/wine_gecko/components/cookie.xpt</file>
399
      <file md5="522a09db23524e80ca08451125dd70ee" mode="0644">wine/drive_c/Program Files/wine_gecko/components/cookie.dll</file>
400
      <file md5="4bc935dda51adea22ef3488c9dbc8ddc" mode="0644">wine/drive_c/Program Files/wine_gecko/components/content_xtf.xpt</file>
401
      <file md5="77018149f4e032c4aff63c335c17faae" mode="0644">wine/drive_c/Program Files/wine_gecko/components/content_xslt.xpt</file>
402
      <file md5="7ba32fed6c5a40188994b96e845a4993" mode="0644">wine/drive_c/Program Files/wine_gecko/components/content_xmldoc.xpt</file>
403
      <file md5="d76f8b7e424639067af77f4a085d2a13" mode="0644">wine/drive_c/Program Files/wine_gecko/components/content_htmldoc.xpt</file>
404
      <file md5="6016baffddd74053d2f1838daa4f9904" mode="0644">wine/drive_c/Program Files/wine_gecko/components/content_html.xpt</file>
405
      <file md5="229fbaa40a49f411a20943cd39485180" mode="0644">wine/drive_c/Program Files/wine_gecko/components/content_base.xpt</file>
406
      <file md5="21b2e52abfec83ebecaf3c0c86f0101c" mode="0644">wine/drive_c/Program Files/wine_gecko/components/compreg.dat</file>
407
      <file md5="49b8892f425494461702671433681b1d" mode="0644">wine/drive_c/Program Files/wine_gecko/components/composer.xpt</file>
408
      <file md5="6a5e14351a3876df72a9e2ce68126802" mode="0644">wine/drive_c/Program Files/wine_gecko/components/composer.dll</file>
409
      <file md5="bb31d81fcbc4daf6677ddca1376a44d5" mode="0644">wine/drive_c/Program Files/wine_gecko/components/commandhandler.xpt</file>
410
      <file md5="537da6b79c9273080f2857f7b4ed03ef" mode="0644">wine/drive_c/Program Files/wine_gecko/components/chrome.xpt</file>
411
      <file md5="988b144fcdf2dfe8ab2aed68db47fbca" mode="0644">wine/drive_c/Program Files/wine_gecko/components/chrome.dll</file>
412
      <file md5="76ffec7829d04bdc01f502353dd7ea81" mode="0644">wine/drive_c/Program Files/wine_gecko/components/chardet.xpt</file>
413
      <file md5="83e8098c0f5ea43918a23f50eb5b6baa" mode="0644">wine/drive_c/Program Files/wine_gecko/components/caps.xpt</file>
414
      <file md5="8d943e9896b2479e352d2a4743979d6c" mode="0644">wine/drive_c/Program Files/wine_gecko/components/caps.dll</file>
415
      <file md5="02ae72bf461ef6957860348c5bda63f2" mode="0644">wine/drive_c/Program Files/wine_gecko/components/bookmarks.xpt</file>
416
      <file md5="f1ff0692029bc2a83045676fe92d38c5" mode="0644">wine/drive_c/Program Files/wine_gecko/components/bayesflt.dll</file>
417
      <file md5="ee8373440ee058ba0830a3a26c0c9b2d" mode="0644">wine/drive_c/Program Files/wine_gecko/components/appstartup.xpt</file>
418
      <file md5="cbf09ec2a728593ebe0700a896518d93" mode="0644">wine/drive_c/Program Files/wine_gecko/components/appshell.xpt</file>
419
      <file md5="6fee71a26249ad5c594ed4ea37a6c3a7" mode="0644">wine/drive_c/Program Files/wine_gecko/components/appshell.dll</file>
420
      <file md5="8a6cc5182588289e8a0ca7aeed40669a" mode="0644">wine/drive_c/Program Files/wine_gecko/components/appcomps.dll</file>
421
      <file md5="2d25a2321e282bf6c3938f96fda0d77d" mode="0644">wine/drive_c/Program Files/wine_gecko/components/alerts.xpt</file>
422
      <file md5="04dfd663bd704c672ad5a942693d4355" mode="0644">wine/drive_c/Program Files/wine_gecko/components/xpti.dat</file>
423
      <file md5="6d5045696d85a701e7859880334816a3" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/en-win.jar</file>
424
      <file md5="2d802efbde1d368d29ffd3185b45fefb" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/en-US.jar</file>
425
      <file md5="1f08e0437b17f1305eb2cc76adffefbb" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/US.jar</file>
426
      <file md5="5d058927785c240be16ddd76809baed5" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/toolkit.jar</file>
427
      <file md5="249fa2443d4a0890d20657bcbbfa7218" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/tasks.jar</file>
428
      <file md5="58f13a7b8e5535c92b6acc98ed97792f" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/pipnss.jar</file>
429
      <file md5="f8852fc7c50bdacc45af5d9e9aeea213" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/overlayinfo/global/skin/stylesheets.rdf</file>
430
      <file md5="c1c21c40fd8a4b224114621451c2f989" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/overlayinfo/cookie/content/overlays.rdf</file>
431
      <file md5="bc08d53254952f8a3992d8fd4eff0334" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/installed-chrome.txt</file>
432
      <file md5="c26cb006c5b0ec4c3a689835ef9020a2" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/icons/default/xul-file.ico</file>
433
      <file md5="e115afc57d9febe854eb33e31b9167bc" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/icons/default/xml-file.ico</file>
434
      <file md5="07714828795605ff08bec93d906bc1a3" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/icons/default/winInspectorMain.ico</file>
435
      <file md5="73faa70ffcb341e9d445531638d9c40a" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/icons/default/venkman-window.ico</file>
436
      <file md5="21f1fe8274f264633b3d819845212fa9" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/icons/default/script-file.ico</file>
437
      <file md5="db771a4eb228ed1804aa84121a941a0d" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/icons/default/msgcomposeWindow.ico</file>
438
      <file md5="51ce0deed3866ecae5bf6c3ae73b1975" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/icons/default/misc-file.ico</file>
439
      <file md5="7a90db398d33f2bbb42040639eba3395" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/icons/default/messengerWindow.ico</file>
440
      <file md5="fdb1c79781c02e47a154aa7b0e7f3c67" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/icons/default/main-window.ico</file>
441
      <file md5="6c8f281a5b2c0f8465f26696aec9b1ea" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/icons/default/jsconsoleWindow.ico</file>
442
      <file md5="53877538a8b1549f7ebf65f31b327e3e" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/icons/default/jpeg-file.ico</file>
443
      <file md5="bfbec45da7ab938dae13a8d44bf09470" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/icons/default/image-file.ico</file>
444
      <file md5="51ce0deed3866ecae5bf6c3ae73b1975" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/icons/default/html-file.ico</file>
445
      <file md5="d1e55ca2c5d4081c83b5cc1429f36a75" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/icons/default/history-window.ico</file>
446
      <file md5="806700d4813942b2b20b938f521b5d4f" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/icons/default/gif-file.ico</file>
447
      <file md5="d1e55ca2c5d4081c83b5cc1429f36a75" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/icons/default/findHistoryWindow.ico</file>
448
      <file md5="5c35f3d5258b3e43fd9cbe0fce2b8f33" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/icons/default/findBookmarkWindow.ico</file>
449
      <file md5="347b5b5ebd1e4ad5d454774b037d0aa5" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/icons/default/editorWindow.ico</file>
450
      <file md5="5bd15c0f10ef2bf90bd07dc5f3eb7123" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/icons/default/downloadManager.ico</file>
451
      <file md5="86d767c9748f8e833e10239773a422a1" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/icons/default/chatzilla-window.ico</file>
452
      <file md5="51bd7b96f1b2de5ce0df5b0f7c7de0de" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/icons/default/calendar-window.ico</file>
453
      <file md5="5c35f3d5258b3e43fd9cbe0fce2b8f33" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/icons/default/bookmark-window.ico</file>
454
      <file md5="5c35f3d5258b3e43fd9cbe0fce2b8f33" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/icons/default/bmPropsWindow.ico</file>
455
      <file md5="d9109fe09de55cfe4c3637df5bcbfd1d" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/icons/default/addressbookWindow.ico</file>
456
      <file md5="e7f676f06f370441ece94e9b86d64e10" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/icons/default/abcardWindow.ico</file>
457
      <file md5="77dfdb5027678ea6d132d61aa272f119" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/content-packs.jar</file>
458
      <file md5="157fdd39a73df24589880b2517398578" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/classic.jar</file>
459
      <file md5="e546f193417a6885f1c413f6a89fd328" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/chromelist.txt</file>
460
      <file md5="ce36cb365024ccab6b88c7cae602d846" mode="0644">wine/drive_c/Program Files/wine_gecko/chrome/chrome.rdf</file>
461
      <file md5="d0cd2c6630b6fe8a9a0d64e581d827a8" mode="0644">wine/drive_c/Program Files/wine_gecko/gkgfx.dll</file>
462
      <file md5="578fa6b441d3dc0b42e3263e59835dea" mode="0644">wine/drive_c/Program Files/Picasa2/PicasaUpdate.exe</file>
463
      <file md5="a0a65fd59ab4bfffe084066e0da894a0" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/xml/preview.jpg</file>
464
      <file md5="1c200b22af3c968d32c89c678ac85983" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/xml/index.tpl</file>
465
      <file md5="19311aa52672e38abb904851c7d83f4c" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/xml/imagelistheader.xml</file>
466
      <file md5="f9914b40fe56052e3f22be2b6cbb3e72" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/xml/imagelistfooter.xml</file>
467
      <file md5="7c13cc004acbd51b654e7b9319048bbc" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/xml/imagelistelement.xml</file>
468
      <file md5="b7bd38f73c86e48330fd056634b8348d" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/xml/header.xml</file>
469
      <file md5="c09626d94e306867086337a4be2d41b5" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/xml/footer.xml</file>
470
      <file md5="6f90f500237507f4f4213c943d5206c0" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/whitefrm/thumbnails.tpl</file>
471
      <file md5="542bbcb6623c63d97c6d1308dbcf2ba8" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/whitefrm/targetlistelement.html</file>
472
      <file md5="fb2c6c23c01e45d25b9bd6da52179f33" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/whitefrm/preview.jpg</file>
473
      <file md5="3cdc525113930aa779061c97e797eaba" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/whitefrm/itemheader.html</file>
474
      <file md5="9a5aeac2666d88dae2837af99c19cf40" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/whitefrm/index.tpl</file>
475
      <file md5="f887342dae001c33b09e328045f0eec6" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/whitefrm/includedtarget.html</file>
476
      <file md5="36c46464b323517e32e820af5b5d5c92" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/whitefrm/imagetarget.tpl</file>
477
      <file md5="b8ff00f750d525fcd3a87f45c7601b8f" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/whitefrm/imageset.html</file>
478
      <file md5="f156be8a36fda6b21a7aaf092b15f49d" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/whitefrm/header.html</file>
479
      <file md5="2cbf9d7718c02644f12ba8fecafc837b" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/whitefrm/framecaption.tpl</file>
480
      <file md5="c8cafa6f7bc14c94c72586f38d6d266f" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/whitefrm/framebase.tpl</file>
481
      <file md5="3512e7066e080926113fa2af73e39ce0" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/whitefrm/frameIndex.html</file>
482
      <file md5="1226cff3bd1cf866c7acf981aa1e6ba3" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/whitefrm/frameImageSet.tpl</file>
483
      <file md5="9aca73d28649b755b4a8b75e87fcd8aa" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/whitefrm/footer.html</file>
484
      <file md5="329e5ad8e9579cd6238fc7076eef7cf2" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/whitefrm/caption.html</file>
485
      <file md5="bda7318065b7eec30382ef3ee39b542f" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/whitefrm/assets/style.css</file>
486
      <file md5="591203e1d0a46603864494e3408dc6b9" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/whitefrm/assets/logo.gif</file>
487
      <file md5="d58342584120942744504b72b4c46e72" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/whitebg/verboseimagelistelement.html</file>
488
      <file md5="a3fccaf59bb735b34bdda1fb0e174a02" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/whitebg/targetlistheader.html</file>
489
      <file md5="4fbad84e0278428aef2eb3cb397ad7c6" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/whitebg/targetlistelement.html</file>
490
      <file md5="38e339f3f65b74f27c399f6e26a8b3b8" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/whitebg/style.css</file>
491
      <file md5="fa7f2b448533935f5d9f6c448536a275" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/whitebg/preview.jpg</file>
492
      <file md5="3cdc525113930aa779061c97e797eaba" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/whitebg/itemheader.html</file>
493
      <file md5="aaf062eb65c363c08594d4976bb2a588" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/whitebg/index.tpl</file>
494
      <file md5="af1ddf399aa06eb51055ff0a4e7af217" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/whitebg/index.html</file>
495
      <file md5="5f91175ac71fc127642bc0c362b8f60f" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/whitebg/includedtarget.html</file>
496
      <file md5="a59b6ad4d039c29fea8bbfda37daa5dc" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/whitebg/imagetarget.tpl</file>
497
      <file md5="4da1a46ec20cf93ee5c846a51e04f0ed" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/whitebg/imagelistheader.html</file>
498
      <file md5="c62af99f095b4ec20de0f7d01a093406" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/whitebg/imagelistfooter.html</file>
499
      <file md5="3fb60a3bbf31b8ab9ad3c11548d0bc34" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/whitebg/imagelistelement.html</file>
500
      <file md5="a6744c247aa0753cdf31a9e8727348d2" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/whitebg/header.html</file>
501
      <file md5="88867be40817892d37f66586c22d4ba8" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/whitebg/frameset.htm</file>
502
      <file md5="7db447deaa781d8e931c41f19221f398" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/whitebg/footer.html</file>
503
      <file md5="e3f8080d9054485d5a8605cad4920c61" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/whitebg/assets/style.css</file>
504
      <file md5="591203e1d0a46603864494e3408dc6b9" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/whitebg/assets/logo.gif</file>
505
      <file md5="7383fe239b9ffddfd92c4aa42a52fc6b" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/greyfrm/thumbnails.tpl</file>
506
      <file md5="542bbcb6623c63d97c6d1308dbcf2ba8" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/greyfrm/targetlistelement.html</file>
507
      <file md5="46ea5801009489a2829408c7bd5aefb9" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/greyfrm/preview.jpg</file>
508
      <file md5="3cdc525113930aa779061c97e797eaba" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/greyfrm/itemheader.html</file>
509
      <file md5="653bfc9790e462579b29e5e702ac636d" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/greyfrm/index.tpl</file>
510
      <file md5="f887342dae001c33b09e328045f0eec6" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/greyfrm/includedtarget.html</file>
511
      <file md5="e193611907f69a4080c1ee019c81e9ea" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/greyfrm/imagetarget.tpl</file>
512
      <file md5="b8ff00f750d525fcd3a87f45c7601b8f" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/greyfrm/imageset.html</file>
513
      <file md5="6e45fc9e9b6ac6c56b6e3dbdd85c6fda" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/greyfrm/header.html</file>
514
      <file md5="30b57493b3a52fdf5aa119ae1b41ccd9" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/greyfrm/framecaption.tpl</file>
515
      <file md5="0466b0061aaea0f55e55dd9c3b511e44" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/greyfrm/framebase.tpl</file>
516
      <file md5="3512e7066e080926113fa2af73e39ce0" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/greyfrm/frameIndex.html</file>
517
      <file md5="0c783811f3781b6a8198d9ad01b1eec0" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/greyfrm/frameImageSet.tpl</file>
518
      <file md5="9aca73d28649b755b4a8b75e87fcd8aa" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/greyfrm/footer.html</file>
519
      <file md5="329e5ad8e9579cd6238fc7076eef7cf2" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/greyfrm/caption.html</file>
520
      <file md5="21eda0805428d36ff59a0173bc00298e" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/greyfrm/assets/style.css</file>
521
      <file md5="13c8c14fd8aa11cf9acf60be74c99f89" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/greyfrm/assets/logo.gif</file>
522
      <file md5="d58342584120942744504b72b4c46e72" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/greybg/verboseimagelistelement.html</file>
523
      <file md5="a3fccaf59bb735b34bdda1fb0e174a02" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/greybg/targetlistheader.html</file>
524
      <file md5="4fbad84e0278428aef2eb3cb397ad7c6" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/greybg/targetlistelement.html</file>
525
      <file md5="38e339f3f65b74f27c399f6e26a8b3b8" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/greybg/style.css</file>
526
      <file md5="2c7eeb91b56f74ee8fe1dee6faa58fe8" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/greybg/preview.jpg</file>
527
      <file md5="3cdc525113930aa779061c97e797eaba" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/greybg/itemheader.html</file>
528
      <file md5="43b7df452485304993ac9760fd8c3252" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/greybg/index.tpl</file>
529
      <file md5="af1ddf399aa06eb51055ff0a4e7af217" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/greybg/index.html</file>
530
      <file md5="5f91175ac71fc127642bc0c362b8f60f" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/greybg/includedtarget.html</file>
531
      <file md5="a59b6ad4d039c29fea8bbfda37daa5dc" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/greybg/imagetarget.tpl</file>
532
      <file md5="4da1a46ec20cf93ee5c846a51e04f0ed" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/greybg/imagelistheader.html</file>
533
      <file md5="c62af99f095b4ec20de0f7d01a093406" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/greybg/imagelistfooter.html</file>
534
      <file md5="3fb60a3bbf31b8ab9ad3c11548d0bc34" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/greybg/imagelistelement.html</file>
535
      <file md5="a6744c247aa0753cdf31a9e8727348d2" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/greybg/header.html</file>
536
      <file md5="88867be40817892d37f66586c22d4ba8" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/greybg/frameset.htm</file>
537
      <file md5="7db447deaa781d8e931c41f19221f398" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/greybg/footer.html</file>
538
      <file md5="7a279eb0a813b67c4b18c89c97ca0770" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/greybg/assets/style.css</file>
539
      <file md5="7fcda2d598d23a495f5808a45a62ca55" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/greybg/assets/logo.gif</file>
540
      <file md5="7b3294f086e2b437d00c02a9f41bf3b0" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/xLifescape.ini</file>
541
      <file md5="e3e63c2ce24dfd1fdf48c463255e491a" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/thumbnails.tpl</file>
542
      <file md5="542bbcb6623c63d97c6d1308dbcf2ba8" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/targetlistelement.html</file>
543
      <file md5="48da4276ca801b870bc26c6a236a5396" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/preview.jpg</file>
544
      <file md5="3cdc525113930aa779061c97e797eaba" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/itemheader.html</file>
545
      <file md5="0752393923e8144a292e7010c6f86d18" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/index.tpl</file>
546
      <file md5="dbc5dc85448187a97363c38bb980b4bc" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/includedtarget.html</file>
547
      <file md5="36c46464b323517e32e820af5b5d5c92" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/imagetarget.tpl</file>
548
      <file md5="b8ff00f750d525fcd3a87f45c7601b8f" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/imageset.html</file>
549
      <file md5="6e45fc9e9b6ac6c56b6e3dbdd85c6fda" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/header.html</file>
550
      <file md5="7517aa6e965942a4babff7b95fb5c4c6" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/framecaption.tpl</file>
551
      <file md5="0422ba86b9b3a3ea160b26e9fd98523c" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/framebase.tpl</file>
552
      <file md5="3512e7066e080926113fa2af73e39ce0" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/frameIndex.html</file>
553
      <file md5="1424d619654561da82bd63fbd96948f1" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/frameImageSet.tpl</file>
554
      <file md5="9aca73d28649b755b4a8b75e87fcd8aa" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/footer.html</file>
555
      <file md5="329e5ad8e9579cd6238fc7076eef7cf2" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/caption.html</file>
556
      <file md5="6c6ff6f141aa5db1a7a6a40056a6b4f7" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/assets/style.css</file>
557
      <file md5="4a1b6195d1c2db406cd0efeff3d9ac41" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/assets/logo.gif</file>
558
      <file md5="d58342584120942744504b72b4c46e72" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/blackbg/verboseimagelistelement.html</file>
559
      <file md5="a3fccaf59bb735b34bdda1fb0e174a02" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/blackbg/targetlistheader.html</file>
560
      <file md5="a193daea50a90cc25ee2fc96badf53b4" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/blackbg/targetlistelement.html</file>
561
      <file md5="38e339f3f65b74f27c399f6e26a8b3b8" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/blackbg/style.css</file>
562
      <file md5="814344dd21186258e115b2e769374975" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/blackbg/preview.jpg</file>
563
      <file md5="3cdc525113930aa779061c97e797eaba" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/blackbg/itemheader.html</file>
564
      <file md5="fc73e837c129667ba4dbc5921505a5d3" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/blackbg/index.tpl</file>
565
      <file md5="af1ddf399aa06eb51055ff0a4e7af217" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/blackbg/index.html</file>
566
      <file md5="5f91175ac71fc127642bc0c362b8f60f" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/blackbg/includedtarget.html</file>
567
      <file md5="a59b6ad4d039c29fea8bbfda37daa5dc" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/blackbg/imagetarget.tpl</file>
568
      <file md5="4da1a46ec20cf93ee5c846a51e04f0ed" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/blackbg/imagelistheader.html</file>
569
      <file md5="c62af99f095b4ec20de0f7d01a093406" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/blackbg/imagelistfooter.html</file>
570
      <file md5="3fb60a3bbf31b8ab9ad3c11548d0bc34" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/blackbg/imagelistelement.html</file>
571
      <file md5="a6744c247aa0753cdf31a9e8727348d2" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/blackbg/header.html</file>
572
      <file md5="88867be40817892d37f66586c22d4ba8" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/blackbg/frameset.htm</file>
573
      <file md5="7db447deaa781d8e931c41f19221f398" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/blackbg/footer.html</file>
574
      <file md5="0265401a8bef42c04dfbcdcd92464c94" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/blackbg/assets/style.css</file>
575
      <file md5="4a1b6195d1c2db406cd0efeff3d9ac41" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/blackbg/assets/logo.gif</file>
576
      <file md5="931fdc060090fe97b81d8a3d7b78ff85" mode="0644">wine/drive_c/Program Files/Picasa2/web/templates/TemplateNotes.txt</file>
577
      <file md5="3170cd61d8b1d2f713ef704f4700f941" mode="0644">wine/drive_c/Program Files/Picasa2/web/documentation/style.css</file>
578
      <file md5="d736416ad0c6e8ac69af43998590128e" mode="0644">wine/drive_c/Program Files/Picasa2/web/documentation/index.html</file>
579
      <file md5="923b1008ed39a955233dcb3fd254de0c" mode="0644">wine/drive_c/Program Files/Picasa2/web/documentation/examples/targetlistheader.html</file>
580
      <file md5="30c9b0e69d15808e5727a7337ec77f57" mode="0644">wine/drive_c/Program Files/Picasa2/web/documentation/examples/targetlistelement.html</file>
581
      <file md5="38e339f3f65b74f27c399f6e26a8b3b8" mode="0644">wine/drive_c/Program Files/Picasa2/web/documentation/examples/style.css</file>
582
      <file md5="469aaf91b2cb8c2eada443781b431bb4" mode="0644">wine/drive_c/Program Files/Picasa2/web/documentation/examples/output_header.html</file>
583
      <file md5="3c381630bee57d652b43478c31003b41" mode="0644">wine/drive_c/Program Files/Picasa2/web/documentation/examples/itemheader.html</file>
584
      <file md5="0ac0dff7c2093fac7d94fe8c633a264c" mode="0644">wine/drive_c/Program Files/Picasa2/web/documentation/examples/index.tpl</file>
585
      <file md5="cbf55a01fb130510ecb3e74c69a4d78e" mode="0644">wine/drive_c/Program Files/Picasa2/web/documentation/examples/includedtarget.html</file>
586
      <file md5="574f103b94211bff03cb70509e72c383" mode="0644">wine/drive_c/Program Files/Picasa2/web/documentation/examples/imagetarget.tpl</file>
587
      <file md5="4da1a46ec20cf93ee5c846a51e04f0ed" mode="0644">wine/drive_c/Program Files/Picasa2/web/documentation/examples/imagelistheader.html</file>
588
      <file md5="c62af99f095b4ec20de0f7d01a093406" mode="0644">wine/drive_c/Program Files/Picasa2/web/documentation/examples/imagelistfooter.html</file>
589
      <file md5="d7223f1a27661e6ecaaa45f37a498a88" mode="0644">wine/drive_c/Program Files/Picasa2/web/documentation/examples/imagelistelement.html</file>
590
      <file md5="6be863bc17ece9432d5a8cfe8833ba65" mode="0644">wine/drive_c/Program Files/Picasa2/web/documentation/examples/header.html</file>
591
      <file md5="7db447deaa781d8e931c41f19221f398" mode="0644">wine/drive_c/Program Files/Picasa2/web/documentation/examples/footer.html</file>
592
      <file md5="13d13641c9e4e271406d4301573dec04" mode="0644">wine/drive_c/Program Files/Picasa2/web/documentation/examples/assets/style.css</file>
593
      <file md5="c67abb91625676dc8789862a28c50cdc" mode="0644">wine/drive_c/Program Files/Picasa2/web/documentation/examples/assets/prevnext.gif</file>
594
      <file md5="cf52fa0604311640650d71aa1ec08f70" mode="0644">wine/drive_c/Program Files/Picasa2/web/documentation/examples/assets/nav.gif</file>
595
      <file md5="4ddf6eab4029eba1161dc3faec70582f" mode="0644">wine/drive_c/Program Files/Picasa2/web/documentation/examples/assets/maketext18.gif</file>
596
      <file md5="4895c30a9dfb95b9aa4f51371a9eef4e" mode="0644">wine/drive_c/Program Files/Picasa2/update/LifeScapeUpdater/currentversion.ini</file>
597
      <file md5="e847556eb38a500e4ffce50183a19343" mode="0644">wine/drive_c/Program Files/Picasa2/runtime/distro.ini</file>
598
      <file md5="39fffc5e905f8da62615d00610ca1d3d" mode="0644">wine/drive_c/Program Files/Picasa2/runtime/thumbui.tre</file>
599
      <file md5="4a2720291064c52000710b70ba839cc7" mode="0644">wine/drive_c/Program Files/Picasa2/runtime/splashlogo_zh-TW.jpg</file>
600
      <file md5="b0db673b667dc30ee769575e294fde39" mode="0644">wine/drive_c/Program Files/Picasa2/runtime/splashlogo_zh-CN.jpg</file>
601
      <file md5="c5568337cb4d60a3a9bde08e78353e9a" mode="0644">wine/drive_c/Program Files/Picasa2/runtime/splashlogo_ru.jpg</file>
602
      <file md5="e434134ca4febe279994da62f3177da1" mode="0644">wine/drive_c/Program Files/Picasa2/runtime/splashlogo_pt-BR.jpg</file>
603
      <file md5="4a2720291064c52000710b70ba839cc7" mode="0644">wine/drive_c/Program Files/Picasa2/runtime/splashlogo_nl.jpg</file>
604
      <file md5="d4c130f9be480d470b601d313826c620" mode="0644">wine/drive_c/Program Files/Picasa2/runtime/splashlogo_ko.jpg</file>
605
      <file md5="4a2720291064c52000710b70ba839cc7" mode="0644">wine/drive_c/Program Files/Picasa2/runtime/splashlogo_jp.jpg</file>
606
      <file md5="4a2720291064c52000710b70ba839cc7" mode="0644">wine/drive_c/Program Files/Picasa2/runtime/splashlogo_it.jpg</file>
607
      <file md5="4f62defb09e23d1e75238637c55bc0d1" mode="0644">wine/drive_c/Program Files/Picasa2/runtime/splashlogo_fr.jpg</file>
608
      <file md5="8ee1d4f14ed6f5b3cd757467f83b6ccc" mode="0644">wine/drive_c/Program Files/Picasa2/runtime/splashlogo_es.jpg</file>
609
      <file md5="6d0f3bde10a006e735e4d302490a994f" mode="0644">wine/drive_c/Program Files/Picasa2/runtime/splashlogo_de.jpg</file>
610
      <file md5="0c71b5712b081dcbd7397bc75ba6da9a" mode="0644">wine/drive_c/Program Files/Picasa2/runtime/splashlogo.jpg</file>
611
      <file md5="1ee05c3e47289978a4dcc7402d46aae8" mode="0644">wine/drive_c/Program Files/Picasa2/runtime/splashbk.jpg</file>
612
      <file md5="3c886b9d3a2a78e7cf4553bb55054847" mode="0644">wine/drive_c/Program Files/Picasa2/runtime/spl_tagline_zh-TW.jpg</file>
613
      <file md5="e3cd89db78fabb6067b57f2ae2d19f16" mode="0644">wine/drive_c/Program Files/Picasa2/runtime/spl_tagline_zh-CN.jpg</file>
614
      <file md5="3128c3bafcf61008f5f1cead1fa9b20f" mode="0644">wine/drive_c/Program Files/Picasa2/runtime/slogo.jpg</file>
615
      <file md5="483a719b73b799fa3fcccb432ca93adf" mode="0644">wine/drive_c/Program Files/Picasa2/runtime/respack.yt</file>
616
      <file md5="f0bcbefff3f9db02f017c8be7877e98e" mode="0644">wine/drive_c/Program Files/Picasa2/runtime/missing.jpg</file>
617
      <file md5="0be35ed7bc73b7507917de03f1b0d640" mode="0644">wine/drive_c/Program Files/Picasa2/runtime/google_transparent.gif</file>
618
      <file md5="695d98fa72aeef01cb0297fd1f884de4" mode="0644">wine/drive_c/Program Files/Picasa2/runtime/filters.txt</file>
619
      <file md5="3324282eb2eef343240ac802c3e78866" mode="0644">wine/drive_c/Program Files/Picasa2/runtime/filterdesc.xml</file>
620
      <file md5="38e26d199d672123c393bcbc257b2767" mode="0644">wine/drive_c/Program Files/Picasa2/runtime/defaults.ini</file>
621
      <file md5="fa900aab40bc31d1e6ceaba4438f0ad7" mode="0644">wine/drive_c/Program Files/Picasa2/runtime/constants.ui</file>
622
      <file md5="d2f0829670387e372f8d887b410ee558" mode="0644">wine/drive_c/Program Files/Picasa2/runtime/btnconfig.xml</file>
623
      <file md5="7fa5f101570bd071ad3354008627c16c" mode="0644">wine/drive_c/Program Files/Picasa2/runtime/bezier.txt</file>
624
      <file md5="1e75b1e474bc96c2f5b350060f185cf4" mode="0644">wine/drive_c/Program Files/Picasa2/runtime/Praxis Semi Bold-Heavy-24-1.000000-400-0.ytf</file>
625
      <file md5="a2ab46042303d3c5ae8659f7c6b1701b" mode="0644">wine/drive_c/Program Files/Picasa2/runtime/Praxis Semi Bold-Heavy-18-1.000000-700-0.ytf</file>
626
      <file md5="09c4f68ac06b326bb900b93410a43e48" mode="0644">wine/drive_c/Program Files/Picasa2/runtime/Praxis Semi Bold-Heavy-14-1.000000-400-0.ytf</file>
627
      <file md5="11fd4318534a72e8349bd5e7348d9794" mode="0644">wine/drive_c/Program Files/Picasa2/runtime/Praxis Semi Bold-Heavy-12-1.000000-400-0.ytf</file>
628
      <file md5="942a423f6df3faf03ca2cfdbfdab170a" mode="0644">wine/drive_c/Program Files/Picasa2/runtime/Praxis Semi Bold-Heavy-11-1.000000-400-0.ytf</file>
629
      <file md5="c4eb1660d0346fed620a3b944ffb6b3e" mode="0644">wine/drive_c/Program Files/Picasa2/runtime/Praxis LT Regular-18-1.000000-400-0.ytf</file>
630
      <file md5="8c8c3866571a187367f141a277de4f73" mode="0644">wine/drive_c/Program Files/Picasa2/runtime/HelveticaNeue MediumCond-28-1.000000-400-0.ytf</file>
631
      <file md5="8e7bf87e9f01e89463636abafe29837f" mode="0644">wine/drive_c/Program Files/Picasa2/runtime/HelveticaNeue MediumCond-14-1.000000-400-0.ytf</file>
632
      <file md5="207baa9a9405b3f8afd007fc75ce053f" mode="0644">wine/drive_c/Program Files/Picasa2/runtime/HelveticaNeue Condensed-20-1.000000-400-0.ytf</file>
633
      <file md5="f94657bb72cde108f9d06f27962eb2e8" mode="0644">wine/drive_c/Program Files/Picasa2/qtsupport.dll</file>
634
      <file md5="5684dc1c68174aaee79ac637624ff3b8" mode="0644">wine/drive_c/Program Files/Picasa2/plugins/expwebsites/expwebsites.yti</file>
635
      <file md5="83aa79ea82945b31039a8d48e706ab78" mode="0644">wine/drive_c/Program Files/Picasa2/plugins/expwebsites/expwebsites.psd</file>
636
      <file md5="db35007e33b1e2511b8252b0023bbb25" mode="0644">wine/drive_c/Program Files/Picasa2/plugins/CDVDR/vxblock.dll</file>
637
      <file md5="49a26cb921fe097d7d4a03fb301dfab1" mode="0644">wine/drive_c/Program Files/Picasa2/plugins/CDVDR/pxwave.dll</file>
638
      <file md5="75b35d763924a519d775871abb2261a4" mode="0644">wine/drive_c/Program Files/Picasa2/plugins/CDVDR/pxmas.dll</file>
639
      <file md5="fff8b872feb50c4068f5089c01f2d500" mode="0644">wine/drive_c/Program Files/Picasa2/plugins/CDVDR/pxhpinst.exe</file>
640
      <file md5="124000d033665df0fd07a67a33330a50" mode="0644">wine/drive_c/Program Files/Picasa2/plugins/CDVDR/pxdrv.dll</file>
641
      <file md5="6f4976bf1283d63de81944f53196b148" mode="0644">wine/drive_c/Program Files/Picasa2/plugins/CDVDR/px.dll</file>
642
      <file md5="a733c01c8d74638639223dba544f559e" mode="0644">wine/drive_c/Program Files/Picasa2/plugins/CDVDR/pconfig.dcf</file>
643
      <file md5="9803a451f6250bbc8a75d2d7cf73979a" mode="0644">wine/drive_c/Program Files/Picasa2/plugins/CDVDR/PrimoSDK.dll</file>
644
      <file md5="f0ad616d492c16f0ec0353b28db556fc" mode="0644">wine/drive_c/Program Files/Picasa2/plugins/CDVDR/CDVDR.yti</file>
645
      <file md5="c25ff193a1809edb5c4136671b5c3e59" mode="0644">wine/drive_c/Program Files/Picasa2/picasai18n.dll</file>
646
      <file md5="cc7f9861c54c0ea48c4a733fb10a98e2" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall_zh-TW.html</file>
647
      <file md5="59fa2b22508a9ad15778902a4de77037" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall_zh-CN.html</file>
648
      <file md5="84e4e344cfe5252149aba90d26702b8b" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall_vi.html</file>
649
      <file md5="c6cdc0ff059a739a6e7168ecb3e4f6ab" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall_uk.html</file>
650
      <file md5="76470041e791ae1f301a2d2f21685600" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall_tr.html</file>
651
      <file md5="3e8f3ca262ca83f20011f700a27b0560" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall_tl.html</file>
652
      <file md5="54f1804c0cf3b621422f3316021664f9" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall_th.html</file>
653
      <file md5="e20eada65e31b652e67a58c09592f94d" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall_sv.html</file>
654
      <file md5="f5d011a4ab01a62c8bf289b2347ddd7b" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall_sr.html</file>
655
      <file md5="49f9ba4a469910c261fca3fe0689cf62" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall_sl.html</file>
656
      <file md5="cfc930dcf1e5f2899b12f568f3007980" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall_sk.html</file>
657
      <file md5="e54c0d60b3ec40d1e0d9129aa6c57120" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall_ru.html</file>
658
      <file md5="076864c758b3fc2439b25260edd4ce83" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall_ro.html</file>
659
      <file md5="e8018be800ecd65b1c077aee2f3f47ad" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall_pt-BR.html</file>
660
      <file md5="b252a20116c1006114c4bcc682805e20" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall_pl.html</file>
661
      <file md5="3925c533a10a151a76f3805a3c654502" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall_no.html</file>
662
      <file md5="718f2b136d741e52d388679331f4f8ea" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall_nl.html</file>
663
      <file md5="cfb002657f279590864a5dfe15db3db5" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall_lv.html</file>
664
      <file md5="705f55ad7b2e3318ebce50dd3817f359" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall_lt.html</file>
665
      <file md5="d722a91604afc2a6e48c2c9688d5122e" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall_ko.html</file>
666
      <file md5="7eb1ac9da64c8006a9035bc081ad1bbe" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall_ja.html</file>
667
      <file md5="1217fb0cc3d1109834026bf59eaacf67" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall_it.html</file>
668
      <file md5="5d0d75aa9256231189a7545d65f47c77" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall_is.html</file>
669
      <file md5="ccf103aba4a9c17695cd6f9f1b2f711e" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall_id.html</file>
670
      <file md5="cad1b2fa397487a931dd5505f9b9a56c" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall_hu.html</file>
671
      <file md5="9873b1418f5c9f64a7bbcede52169c63" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall_hr.html</file>
672
      <file md5="186586cbd1658f90d9d5d59e667786ad" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall_hi.html</file>
673
      <file md5="fce3f31940948825c418b49fa173087a" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall_fr.html</file>
674
      <file md5="77c604a97ea9372009618b79e6ce9769" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall_fi.html</file>
675
      <file md5="f8ce688da01c22cfba4138f4921f58c9" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall_et.html</file>
676
      <file md5="4092250fb567613691605b998953d82b" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall_es.html</file>
677
      <file md5="11d8d5f0d1d1dbba5837d48312e6410f" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall_el.html</file>
678
      <file md5="00654e00eccf971c1038909c85390e7d" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall_de.html</file>
679
      <file md5="e8d416a3a48329b9cb46831f87af60fa" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall_da.html</file>
680
      <file md5="ad68fd59f62dda3bbdffdfde8f04e6f3" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall_cs.html</file>
681
      <file md5="3f2d91a779c0cdc43d6a91344819313d" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall_ca.html</file>
682
      <file md5="12beb1fdf76b538745216ad0e252ce3b" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall_bg.html</file>
683
      <file md5="3c15e31cc0e2b76f695eedc03b8bd5c0" mode="0644">wine/drive_c/Program Files/Picasa2/i18n/uninstall.html</file>
684
      <file md5="d3888ab71d16cecb77146751822f023f" mode="0644">wine/drive_c/Program Files/Picasa2/cdautorun/cdgo.tre</file>
685
      <file md5="ec01aaae9baa4c74f4aeb1918df5988d" mode="0644">wine/drive_c/Program Files/Picasa2/cdautorun/cdgo.psd</file>
686
      <file md5="4f8426d2b87bc26f662f9f7569445e5d" mode="0644">wine/drive_c/Program Files/Picasa2/cdautorun/PicasaRestore.exe</file>
687
      <file md5="a8d67fbae6cb1be2a6ea5e0697370c78" mode="0644">wine/drive_c/Program Files/Picasa2/cdautorun/PicasaCD.exe</file>
688
      <file md5="2ef11034fa45c9c018ebfbee4ba1284f" mode="0644">wine/drive_c/Program Files/Picasa2/Uninstall.exe</file>
689
      <file md5="1e3759b33e6ef85406e626f6c1a95643" mode="0644">wine/drive_c/Program Files/Picasa2/PicasaMediaDetector.exe</file>
690
      <file md5="fc10b55b4adf57e717239c52a8d42877" mode="0644">wine/drive_c/Program Files/Picasa2/Picasa2.scr</file>
691
      <file md5="b8806a095619d3327e7e415af8b72d48" mode="0644">wine/drive_c/Program Files/Picasa2/Picasa2.exe</file>
692
      <file md5="4d67cad67df8564a9e5808735425dadc" mode="0644">lib/libfreetype.so.6.3.8</file>
693
      <symlink dest="libfreetype.so.6.3.8" mode="0777">lib/libfreetype.so.6</symlink>
694
      <symlink dest="libfreetype.so.6.3.8" mode="0777">lib/libfreetype.so</symlink>
695
      <file md5="5bf05f1326a16e0eb2ceebb419edd604" mode="0644">desktop/picasa.xpm</file>
696
      <file md5="84be87c0e3b262522a6da188f37dc77a" mode="0644">desktop/picasascr.desktop</file>
697
      <file md5="b721df82940bba95dd5d744598f0b1df" mode="0644">desktop/picasa-hook-urlhandler.sh.template</file>
698
      <file md5="8f781eae7aff499c59aaa0b3c007df8a" mode="0644">desktop/picasa-hook-mimehandler.sh.template</file>
699
      <file md5="a6ef13819e358c2453003ca0893d8506" mode="0644">desktop/picasa-hook-filemanager.sh.template</file>
700
      <file md5="f73e7e6426af8e185a700d68c4fa1259" mode="0644">desktop/picasa-hook-email.sh.template</file>
701
      <file md5="666b8a19bee7cfc98c546fecaa5d88ef" mode="0644">desktop/google-picasa-mediadetector.desktop.template</file>
702
      <file md5="534f69e4da6747bb515465e8efa1b1ff" mode="0644">desktop/google-picasa.desktop.template</file>
703
      <file md5="7e15455317384c1f6084844f8c410639" mode="0755">wine/lib/wine/license.exe.so</file>
704
      <file md5="d7db90c3d13979edb8a60abd0ead23c3" mode="0755">wine/lib/wine/wordpad.exe.so</file>
705
      <file md5="dbdcd422aa7b0030f65d12cccb74ef6a" mode="0755">wine/lib/wine/winver.exe.so</file>
706
      <file md5="53cddfe7a9d805e81131341a2b89d50c" mode="0755">wine/lib/wine/winhelp.exe.so</file>
707
      <file md5="a86acbffc672e9304b79b4bc2805f8a5" mode="0755">wine/lib/wine/winevdm.exe.so</file>
708
      <file md5="4f617141a0d552f5c01d5c6a41a34a43" mode="0755">wine/lib/wine/winepath.exe.so</file>
709
      <file md5="72aa0475c85fd65f7ce6bb8c2698e1c7" mode="0755">wine/lib/wine/winemine.exe.so</file>
710
      <file md5="fd575386d3e3877abbe006fc37565968" mode="0755">wine/lib/wine/winemenubuilder.exe.so</file>
711
      <file md5="0c6fcb1e6a7f6f75f90496c4530e96a6" mode="0755">wine/lib/wine/winefile.exe.so</file>
712
      <file md5="e7e4552c5f1cd361abb852ae051daf4b" mode="0755">wine/lib/wine/winedbg.exe.so</file>
713
      <file md5="1ebd2c76ad3e25f4146cf80a6f5c85cf" mode="0755">wine/lib/wine/wineconsole.exe.so</file>
714
      <file md5="81f5e93d87035eb6da97005e6639b05f" mode="0755">wine/lib/wine/winecfg.exe.so</file>
715
      <file md5="8dd94b9e23be968e63e21b42ca9516f5" mode="0755">wine/lib/wine/winebrowser.exe.so</file>
716
      <file md5="30f0eaa684407933ad081a0a3d630498" mode="0755">wine/lib/wine/wineboot.exe.so</file>
717
      <file md5="fd760ac6254b097e087ccea6384110ba" mode="0755">wine/lib/wine/wdi.exe.so</file>
718
      <file md5="aa6fd4d8911d50acdd7566af9117190c" mode="0755">wine/lib/wine/wcmd.exe.so</file>
719
      <file md5="ba257c3edf3fa55df9c479941dbaf101" mode="0755">wine/lib/wine/uninstaller.exe.so</file>
720
      <file md5="1ab6bc17f3b5bccf03f3c8a291953f67" mode="0755">wine/lib/wine/taskmgr.exe.so</file>
721
      <file md5="f76f5b2a6e5925cb41f247e6a828f93c" mode="0755">wine/lib/wine/start.exe.so</file>
722
      <file md5="843ed17430e70d124f441c1a839732d6" mode="0755">wine/lib/wine/rundll32.exe.so</file>
723
      <file md5="a6d52a72200f6b6d588e7fa2ec1fc19c" mode="0755">wine/lib/wine/rpcss.exe.so</file>
724
      <file md5="8e6e90f90fde6c5586d01b7cf3dde030" mode="0755">wine/lib/wine/regsvr32.exe.so</file>
725
      <file md5="c86884c0669f137fe2ca548a4cf2bd99" mode="0755">wine/lib/wine/regedit.exe.so</file>
726
      <file md5="27109d60757492d1cba44218f8a073ee" mode="0755">wine/lib/wine/progman.exe.so</file>
727
      <file md5="74c2b719ca649c1c3b76d2dbdb8db51c" mode="0755">wine/lib/wine/notepad.exe.so</file>
728
      <file md5="6cc9ca18a8a194d8d4c4996591f4506d" mode="0755">wine/lib/wine/msiexec.exe.so</file>
729
      <file md5="79ca9bf6a035891f71ff092a32645062" mode="0755">wine/lib/wine/iexplore.exe.so</file>
730
      <file md5="9dee1316896fbca440858bed5e21b58b" mode="0755">wine/lib/wine/hh.exe.so</file>
731
      <file md5="2eb8a3e22e5d2696c2eef4b1f9be68fb" mode="0755">wine/lib/wine/explorer.exe.so</file>
732
      <file md5="1353463d56f8c4ec382d8fad8327f979" mode="0755">wine/lib/wine/expand.exe.so</file>
733
      <file md5="d00e2831e68a7ba632eb33124e089d8d" mode="0755">wine/lib/wine/eject.exe.so</file>
734
      <file md5="06e81f958bb634d8713ddc867d4b2e4f" mode="0755">wine/lib/wine/control.exe.so</file>
735
      <file md5="4fd4bfc35dbcbca1dda43d820a61b038" mode="0755">wine/lib/wine/clock.exe.so</file>
736
      <file md5="9c2c28ef628d13f077fc06357b0ce256" mode="0755">wine/lib/wine/icinfo.exe.so</file>
737
      <file md5="11b1f776da597abc8a25558654c85d5a" mode="0755">wine/lib/wine/aviplay.exe.so</file>
738
      <file md5="82b0ee807f3cb5e4893e09ac83142db2" mode="0755">wine/lib/wine/aviinfo.exe.so</file>
739
      <file md5="14824c9756507c5f1fb3b49247ab93c0" mode="0755">wine/lib/wine/winex11.drv.so</file>
740
      <file md5="db63e0a8f4f85db39cd79caa9d83ffdd" mode="0755">wine/lib/wine/ddraw.dll.so</file>
741
      <file md5="55b3407220e5a96c5db165fb55145af2" mode="0755">wine/lib/wine/wined3d.dll.so</file>
742
      <file md5="d05f89d84343275359b08455f3b8fdca" mode="0755">wine/lib/wine/opengl32.dll.so</file>
743
      <file md5="25acef79f1747aa753984f106e212f69" mode="0755">wine/lib/wine/d3dx8.dll.so</file>
744
      <file md5="3e3ad834faac378c86c5af9ab6458ab8" mode="0755">wine/lib/wine/d3d9.dll.so</file>
745
      <file md5="acdde8c3dc0babb284a08acd5ff2ee07" mode="0755">wine/lib/wine/d3d8.dll.so</file>
746
      <file md5="e6915420343b40602257afc6d44b435d" mode="0755">wine/lib/wine/glu32.dll.so</file>
747
      <file md5="dc8ee6e2313e0a6b9ddf7ad62b3476ee" mode="0755">wine/lib/wine/wtsapi32.dll.so</file>
748
      <file md5="585a2f4b49032905c96b5c95b6b6bcce" mode="0755">wine/lib/wine/wsock32.dll.so</file>
749
      <file md5="f260e15f92a2904d8366736e660bf2a8" mode="0755">wine/lib/wine/winsock.dll16</file>
750
      <file md5="4810d6c286a75ebfd5fa3a0b9d6d5433" mode="0755">wine/lib/wine/ws2_32.dll.so</file>
751
      <file md5="1c5411e66b773bd303ac080eacf85401" mode="0755">wine/lib/wine/wow32.dll.so</file>
752
      <file md5="e5ac5b583481f86ff12ca6f9f8f78073" mode="0755">wine/lib/wine/winaspi.dll16</file>
753
      <file md5="a42dc5683f2bba4858127d76c4f204b5" mode="0755">wine/lib/wine/wnaspi32.dll.so</file>
754
      <file md5="888addf693bbc9b43cd52ee5ed0e1416" mode="0755">wine/lib/wine/wldap32.dll.so</file>
755
      <file md5="888e027ab1c77d55e9eceee62d098fc9" mode="0755">wine/lib/wine/wintrust.dll.so</file>
756
      <file md5="de189b91000fa93bf60697b422b49fad" mode="0755">wine/lib/wine/wintab.dll16</file>
757
      <file md5="b49f9d354cbb1ba8973d35f06dfe084d" mode="0755">wine/lib/wine/wintab32.dll.so</file>
758
      <file md5="9fce18b8596b93054e5c1aa21a5812fd" mode="0755">wine/lib/wine/winspool.drv.so</file>
759
      <file md5="00dc87cef15abdacab335baa609767d2" mode="0755">wine/lib/wine/winnls.dll16</file>
760
      <file md5="364bd77cb142afdcf4ac2ef0e209a513" mode="0755">wine/lib/wine/winnls32.dll.so</file>
761
      <file md5="4cb6dfd254e2afffad715c44ad3c2681" mode="0755">wine/lib/wine/wineoss.drv.so</file>
762
      <file md5="6f3bf1f6d09e92500d2bde9a09d5c783" mode="0755">wine/lib/wine/winenas.drv.so</file>
763
      <file md5="02f14e6dba3c889307cb0a79a5040609" mode="0755">wine/lib/wine/winejack.drv.so</file>
764
      <file md5="0aab27618781f7f31b44a9408f450b2b" mode="0755">wine/lib/wine/wineesd.drv.so</file>
765
      <file md5="5b9992211652abb32eff59edf8f71d48" mode="0755">wine/lib/wine/wineaudioio.drv.so</file>
766
      <file md5="e0e386fcd875d9944868a338c3be2f95" mode="0755">wine/lib/wine/winearts.drv.so</file>
767
      <file md5="5bb0ca2a2c6f8421e9d04574b3d8cad1" mode="0755">wine/lib/wine/winealsa.drv.so</file>
768
      <file md5="02e67957b99e578cb85b19e56cc175b9" mode="0755">wine/lib/wine/msacm.drv.so</file>
769
      <file md5="62fc8b32bd457bcc59218d7873fd0813" mode="0755">wine/lib/wine/mciwave.drv.so</file>
770
      <file md5="f278f15e7abf3829de914a260fbece4d" mode="0755">wine/lib/wine/joystick.drv.so</file>
771
      <file md5="d1c918aa15c8c3616e3a8cdbe7b2b985" mode="0755">wine/lib/wine/sound.drv16</file>
772
      <file md5="d1c918aa15c8c3616e3a8cdbe7b2b985" mode="0755">wine/lib/wine/mmsystem.dll16</file>
773
      <file md5="def08f562f4e9761fcee20f7440b0d6a" mode="0755">wine/lib/wine/winmm.dll.so</file>
774
      <file md5="2cb6ea7f388502d5b9dd068283dbd707" mode="0755">wine/lib/wine/wininet.dll.so</file>
775
      <file md5="103f8cd30a8fb6a3c2bb2093c3ae4009" mode="0755">wine/lib/wine/wineps16.drv16</file>
776
      <file md5="75e60ad399221fcdb41df49b1f8b7691" mode="0755">wine/lib/wine/wineps.drv.so</file>
777
      <file md5="ca9c491f964ef559583069ae73629c10" mode="0755">wine/lib/wine/wprocs.dll16</file>
778
      <file md5="78fc2160188ac55b1687cabae21f8635" mode="0755">wine/lib/wine/winedos.dll.so</file>
779
      <file md5="0600bc4bdb6a8a0fd5c8996c57392245" mode="0755">wine/lib/wine/win32s16.dll16</file>
780
      <file md5="0600bc4bdb6a8a0fd5c8996c57392245" mode="0755">wine/lib/wine/w32sys.dll16</file>
781
      <file md5="d55a2f00cc707bc842f990d826cce023" mode="0755">wine/lib/wine/w32skrnl.dll.so</file>
782
      <file md5="41e8526ebe01d36aef5a743c9431c72e" mode="0755">wine/lib/wine/vwin32.vxd.so</file>
783
      <file md5="40ce6bc27446bad3e523e83eb16f3cbe" mode="0755">wine/lib/wine/vtdapi.vxd.so</file>
784
      <file md5="251c366aae2db92a66f31da599507ce9" mode="0755">wine/lib/wine/vnetbios.vxd.so</file>
785
      <file md5="cc160ba90ed0a075bbdb8bb8f31f4def" mode="0755">wine/lib/wine/vnbt.vxd.so</file>
786
      <file md5="179b448827bb7be3a2ba7d969e74f3de" mode="0755">wine/lib/wine/vmm.vxd.so</file>
787
      <file md5="b4f6344cb73e6a98289d4c718ccd470c" mode="0755">wine/lib/wine/ver.dll16</file>
788
      <file md5="cc3332002af66ffff20dc97bbc44dd07" mode="0755">wine/lib/wine/version.dll.so</file>
789
      <file md5="183c605b06359941a4df2823124c9cdc" mode="0755">wine/lib/wine/vdmdbg.dll.so</file>
790
      <file md5="356d4339d3371631777e3718472a5251" mode="0755">wine/lib/wine/vdhcp.vxd.so</file>
791
      <file md5="091952c7e5fc9af708c071b3974e82ef" mode="0755">wine/lib/wine/uxtheme.dll.so</file>
792
      <file md5="43c92f821fdde9249caf5e794c67f48b" mode="0755">wine/lib/wine/usp10.dll.so</file>
793
      <file md5="94a920383fa35fbdd68b263a49f726fb" mode="0755">wine/lib/wine/user.exe16</file>
794
      <file md5="94a920383fa35fbdd68b263a49f726fb" mode="0755">wine/lib/wine/mouse.drv16</file>
795
      <file md5="94a920383fa35fbdd68b263a49f726fb" mode="0755">wine/lib/wine/keyboard.drv16</file>
796
      <file md5="94a920383fa35fbdd68b263a49f726fb" mode="0755">wine/lib/wine/display.drv16</file>
797
      <file md5="94a920383fa35fbdd68b263a49f726fb" mode="0755">wine/lib/wine/ddeml.dll16</file>
798
      <file md5="06560b3420f29a8f01e1557e268fe745" mode="0755">wine/lib/wine/user32.dll.so</file>
799
      <file md5="ed0413821fe12972730e4942a0410204" mode="0755">wine/lib/wine/urlmon.dll.so</file>
800
      <file md5="5be7b66019a9ab49c829f56127215874" mode="0755">wine/lib/wine/url.dll.so</file>
801
      <file md5="1e4e8f95785c3354daf82f42c4d2de26" mode="0755">wine/lib/wine/unicows.dll.so</file>
802
      <file md5="63d7adcab92b851228ca8cd07adeee7a" mode="0755">wine/lib/wine/twain.dll16</file>
803
      <file md5="842385f99033d23fef2bd493c23078be" mode="0755">wine/lib/wine/twain_32.dll.so</file>
804
      <file md5="c92068b53d46e76f9ccaab3e19997d09" mode="0755">wine/lib/wine/tapi32.dll.so</file>
805
      <file md5="beca36a764f7cf319333da45cef08849" mode="0755">wine/lib/wine/sti.dll.so</file>
806
      <file md5="123976fb6b99166cacafbb5c9120d3f9" mode="0755">wine/lib/wine/stdole32.tlb.so</file>
807
      <file md5="dc884c9b76ae7456cecf3467b98b5b7d" mode="0755">wine/lib/wine/stdole2.tlb.so</file>
808
      <file md5="6cb28f2264ffe061a2cbcc551e8121b9" mode="0755">wine/lib/wine/snmpapi.dll.so</file>
809
      <file md5="df1513e7d80188e9be13561143498d3a" mode="0755">wine/lib/wine/shlwapi.dll.so</file>
810
      <file md5="a43ce0957ba802b4bfeeb453deba09a4" mode="0755">wine/lib/wine/shfolder.dll.so</file>
811
      <file md5="233587c5a8f96210d84187832a72f15a" mode="0755">wine/lib/wine/shell.dll16</file>
812
      <file md5="136d47c11af19a3cebbe5316ae251d3d" mode="0755">wine/lib/wine/shell32.dll.so</file>
813
      <file md5="054feb6c06e234d01d724c860ba3ff56" mode="0755">wine/lib/wine/shdocvw.dll.so</file>
814
      <file md5="0f232b84398b7fbbfa64e057ac26e06e" mode="0755">wine/lib/wine/sfc.dll.so</file>
815
      <file md5="c414fb1cb77edff5d81b531041b6f424" mode="0755">wine/lib/wine/setupx.dll16</file>
816
      <file md5="a8f567f96093fb80e15d93713d0e77c0" mode="0755">wine/lib/wine/setupapi.dll.so</file>
817
      <file md5="e2ba0fab639e2c75a1b0fc5eb0753318" mode="0755">wine/lib/wine/serialui.dll.so</file>
818
      <file md5="ef7142790394401d8a1fe2359cfdf67a" mode="0755">wine/lib/wine/sensapi.dll.so</file>
819
      <file md5="697f863378d78698b62070914953d01f" mode="0755">wine/lib/wine/security.dll.so</file>
820
      <file md5="dba01dec77b8501834ef2611a60c9339" mode="0755">wine/lib/wine/secur32.dll.so</file>
821
      <file md5="262e6a32d5d2b9d1f8d9ce5f67eeb9e0" mode="0755">wine/lib/wine/sane.ds.so</file>
822
      <file md5="232cad15d7ea9457f8a48f1f1f897a49" mode="0755">wine/lib/wine/rsaenh.dll.so</file>
823
      <file md5="c30946c3dd3e9fbeca72a75fd9bef3b4" mode="0755">wine/lib/wine/rsabase.dll.so</file>
824
      <file md5="cf733f5611e41411776a9b80b59c8891" mode="0755">wine/lib/wine/rpcrt4.dll.so</file>
825
      <file md5="7a91d3ad475b446d2753ac7662477506" mode="0755">wine/lib/wine/riched32.dll.so</file>
826
      <file md5="b65456cef60c8797eeeb43206607a184" mode="0755">wine/lib/wine/riched20.dll.so</file>
827
      <file md5="6909404f236e6fd35805eee555f41652" mode="0755">wine/lib/wine/rasapi16.dll16</file>
828
      <file md5="97bf1ef83392a77de21c1f8bb2086954" mode="0755">wine/lib/wine/rasapi32.dll.so</file>
829
      <file md5="af5d7b28cb9f65afaab83efb128c9ee6" mode="0755">wine/lib/wine/quartz.dll.so</file>
830
      <file md5="545386687f6824b444c5632678672847" mode="0755">wine/lib/wine/qcap.dll.so</file>
831
      <file md5="97bfcede17fa89830d380db4f2be66ec" mode="0755">wine/lib/wine/psapi.dll.so</file>
832
      <file md5="c87ade542179b89e18efb9aac1eb932c" mode="0755">wine/lib/wine/powrprof.dll.so</file>
833
      <file md5="02cdab4a44603fe1241338d978ef726f" mode="0755">wine/lib/wine/olesvr.dll16</file>
834
      <file md5="e3b14b10c719f110780e10e755264e49" mode="0755">wine/lib/wine/olesvr32.dll.so</file>
835
      <file md5="18a0f9ac37a8564edd6d478c6c2e9487" mode="0755">wine/lib/wine/olepro32.dll.so</file>
836
      <file md5="65751e16d2c0b2e77c66b32fa8082e4f" mode="0755">wine/lib/wine/oledlg.dll.so</file>
837
      <file md5="583bb37a1ac67a10c2ebbc2884a4f117" mode="0755">wine/lib/wine/olecli.dll16</file>
838
      <file md5="2b642391bbbc2387ef8d7b3575661a97" mode="0755">wine/lib/wine/olecli32.dll.so</file>
839
      <file md5="fa1de93c6c7b2046853a3c266ed3b571" mode="0755">wine/lib/wine/typelib.dll16</file>
840
      <file md5="fa1de93c6c7b2046853a3c266ed3b571" mode="0755">wine/lib/wine/ole2disp.dll16</file>
841
      <file md5="327cfe16822309a36d8f2e702e90aca3" mode="0755">wine/lib/wine/oleaut32.dll.so</file>
842
      <file md5="534bf39500b76b954cc3261c39477fde" mode="0755">wine/lib/wine/oleacc.dll.so</file>
843
      <file md5="76306e75e96eefe8e6ba672d24190720" mode="0755">wine/lib/wine/storage.dll16</file>
844
      <file md5="76306e75e96eefe8e6ba672d24190720" mode="0755">wine/lib/wine/ole2thk.dll16</file>
845
      <file md5="76306e75e96eefe8e6ba672d24190720" mode="0755">wine/lib/wine/ole2prox.dll16</file>
846
      <file md5="76306e75e96eefe8e6ba672d24190720" mode="0755">wine/lib/wine/ole2nls.dll16</file>
847
      <file md5="76306e75e96eefe8e6ba672d24190720" mode="0755">wine/lib/wine/ole2conv.dll16</file>
848
      <file md5="76306e75e96eefe8e6ba672d24190720" mode="0755">wine/lib/wine/ole2.dll16</file>
849
      <file md5="76306e75e96eefe8e6ba672d24190720" mode="0755">wine/lib/wine/compobj.dll16</file>
850
      <file md5="03996b62b0fad69b25357a6cfb2b7070" mode="0755">wine/lib/wine/ole32.dll.so</file>
851
      <file md5="53d27a7ebc86df38f4a216e962899b52" mode="0755">wine/lib/wine/odbccp32.dll.so</file>
852
      <file md5="f97ea32c9979349770be8d85a837f96d" mode="0755">wine/lib/wine/odbc32.dll.so</file>
853
      <file md5="0b23cf25688b54c3bdec5cb6d0085cc4" mode="0755">wine/lib/wine/objsel.dll.so</file>
854
      <file md5="328a286eeb8f4f2c0a6a1b69f4d05114" mode="0755">wine/lib/wine/ntdll.dll.so</file>
855
      <file md5="f67c7dc1862384761ef0021b88d8fbf6" mode="0755">wine/lib/wine/newdev.dll.so</file>
856
      <file md5="6ae81ce61e5fac21fbf3f76e098f8ff1" mode="0755">wine/lib/wine/netapi32.dll.so</file>
857
      <file md5="733eed6f23284ad618505ceae1e47736" mode="0755">wine/lib/wine/msxml3.dll.so</file>
858
      <file md5="9bea7f4e7158f84570aaeb7667de48e1" mode="0755">wine/lib/wine/mswsock.dll.so</file>
859
      <file md5="b8d0dde76fad842bc50adcc3c5c41623" mode="0755">wine/lib/wine/msvidc32.dll.so</file>
860
      <file md5="5928a0608464f216a7e7aeee30dc778f" mode="0755">wine/lib/wine/msvideo.dll16</file>
861
      <file md5="0c93c2fb9a9924c49fba9a1aca7514ba" mode="0755">wine/lib/wine/msvfw32.dll.so</file>
862
      <file md5="7e487593b10f9af9cdf54db09fcdb831" mode="0755">wine/lib/wine/msvcrtd.dll.so</file>
863
      <file md5="e44a03d6c8cd1b5d56be41ddfdf299f7" mode="0755">wine/lib/wine/msvcrt40.dll.so</file>
864
      <file md5="3ec298ce98a03789a32f1f4e3c466eae" mode="0755">wine/lib/wine/msvcrt20.dll.so</file>
865
      <file md5="021870d109f77e9394f7a2827fdbfe00" mode="0755">wine/lib/wine/msvcrt.dll.so</file>
866
      <file md5="9ae7f09110a885c199ea2c5fc6617493" mode="0755">wine/lib/wine/msrle32.dll.so</file>
867
      <file md5="f0977eebb0719adba1597e4e8d657592" mode="0755">wine/lib/wine/msnet32.dll.so</file>
868
      <file md5="9dcf0760fa72596eb6c780ad8b5f1c2a" mode="0755">wine/lib/wine/msisys.ocx.so</file>
869
      <file md5="614ccef005566ead87eb45909093f29a" mode="0755">wine/lib/wine/msimg32.dll.so</file>
870
      <file md5="a9acbbdc51b6f1c8fd203441a27dbe63" mode="0755">wine/lib/wine/msi.dll.so</file>
871
      <file md5="4cfed94796684e69133b87914cb2fe01" mode="0755">wine/lib/wine/mshtml.dll.so</file>
872
      <file md5="0c760b6c2cf0be9581aae3613f627c43" mode="0755">wine/lib/wine/msftedit.dll.so</file>
873
      <file md5="b993704b7aff7feae077ee68e6077b4e" mode="0755">wine/lib/wine/msdmo.dll.so</file>
874
      <file md5="ced82bae24439a5d483001f6e5a1aecf" mode="0755">wine/lib/wine/mscms.dll.so</file>
875
      <file md5="720bc2f19144320e55486208c01075b2" mode="0755">wine/lib/wine/winemp3.acm.so</file>
876
      <file md5="99ac3be904c24c4a3a7b3e2ad40baf4f" mode="0755">wine/lib/wine/msg711.acm.so</file>
877
      <file md5="abf888ad383f51483f3dc6e282143e64" mode="0755">wine/lib/wine/msadp32.acm.so</file>
878
      <file md5="1296253e240b95425319037c7eec1dd8" mode="0755">wine/lib/wine/imaadp32.acm.so</file>
879
      <file md5="0be0a31bdf8ae03154a6ef42fe913034" mode="0755">wine/lib/wine/msacm.dll16</file>
880
      <file md5="ad96f9d4ac9706ddc7f047ece0dc8727" mode="0755">wine/lib/wine/msacm32.dll.so</file>
881
      <file md5="9e4e030451b8d3e9774c15d1a720e95b" mode="0755">wine/lib/wine/mpr.dll.so</file>
882
      <file md5="fa0583c448ddaed52ea845e91339fbfd" mode="0755">wine/lib/wine/monodebg.vxd.so</file>
883
      <file md5="fece4b573a4f9edb36eab72e60adb644" mode="0755">wine/lib/wine/mmdevldr.vxd.so</file>
884
      <file md5="d6046e8036bac9ee8bcdc99f4e2e71d6" mode="0755">wine/lib/wine/mlang.dll.so</file>
885
      <file md5="507e9e4b645f58ac7568f69beac0fdd6" mode="0755">wine/lib/wine/midimap.dll.so</file>
886
      <file md5="022db6badfad777c177836f165eb3484" mode="0755">wine/lib/wine/mciseq.dll.so</file>
887
      <file md5="e29f3a091d6ccda56fd5c1ee5ab40e3b" mode="0755">wine/lib/wine/mcicda.dll.so</file>
888
      <file md5="88aa18826b68692f5af403c6f29ed93f" mode="0755">wine/lib/wine/mciavi32.dll.so</file>
889
      <file md5="06514e0a4930309c188837ada87e3afa" mode="0755">wine/lib/wine/mapi32.dll.so</file>
890
      <file md5="f4182ef5e0d96e96f3015eea265fcfdb" mode="0755">wine/lib/wine/lzexpand.dll16</file>
891
      <file md5="f580f6e2c4a9bd06a7c42bda6a7a8b3d" mode="0755">wine/lib/wine/lz32.dll.so</file>
892
      <file md5="023f95ab4fbaf60be639316dacb97155" mode="0755">wine/lib/wine/windebug.dll16</file>
893
      <file md5="023f95ab4fbaf60be639316dacb97155" mode="0755">wine/lib/wine/win87em.dll16</file>
894
      <file md5="023f95ab4fbaf60be639316dacb97155" mode="0755">wine/lib/wine/toolhelp.dll16</file>
895
      <file md5="023f95ab4fbaf60be639316dacb97155" mode="0755">wine/lib/wine/system.drv16</file>
896
      <file md5="023f95ab4fbaf60be639316dacb97155" mode="0755">wine/lib/wine/stress.dll16</file>
897
      <file md5="023f95ab4fbaf60be639316dacb97155" mode="0755">wine/lib/wine/krnl386.exe16</file>
898
      <file md5="023f95ab4fbaf60be639316dacb97155" mode="0755">wine/lib/wine/comm.drv16</file>
899
      <file md5="d5639f6dc5e65a578ec4c4c8d6abbd9a" mode="0755">wine/lib/wine/kernel32.dll.so</file>
900
      <file md5="5bae11026d79df81c7617450039abafa" mode="0755">wine/lib/wine/itss.dll.so</file>
901
      <file md5="1eb0517d4ef4279fce8dd849596ce321" mode="0755">wine/lib/wine/iphlpapi.dll.so</file>
902
      <file md5="e73a7c0848c95d07bc2a98f134903622" mode="0755">wine/lib/wine/imm.dll16</file>
903
      <file md5="dd61b5bad74c4c74817bb38ce0f8c92b" mode="0755">wine/lib/wine/imm32.dll.so</file>
904
      <file md5="f06d95bab93f538199d7e59cac8c7f89" mode="0755">wine/lib/wine/imagehlp.dll.so</file>
905
      <file md5="b83c12e370800ded7b1054a4d23da554" mode="0755">wine/lib/wine/ifsmgr.vxd.so</file>
906
      <file md5="bc281bf9c7de9a7d61e042dd457ad8c4" mode="0755">wine/lib/wine/icmp.dll.so</file>
907
      <file md5="2120e40be74505a102779312bf7a31ce" mode="0755">wine/lib/wine/iccvid.dll.so</file>
908
      <file md5="872bf73eefb639ea0bdbdc9451135496" mode="0755">wine/lib/wine/hhctrl.ocx.so</file>
909
      <file md5="b2f65de95c7f9247692d441dd76f0408" mode="0755">wine/lib/wine/gphoto2.ds.so</file>
910
      <file md5="bbfa904dd423b9de8b6b1cb5f7369d4d" mode="0755">wine/lib/wine/wing.dll16</file>
911
      <file md5="bbfa904dd423b9de8b6b1cb5f7369d4d" mode="0755">wine/lib/wine/gdi.exe16</file>
912
      <file md5="bbfa904dd423b9de8b6b1cb5f7369d4d" mode="0755">wine/lib/wine/dispdib.dll16</file>
913
      <file md5="24119d5f681e938779c188c70d8d3ed4" mode="0755">wine/lib/wine/gdi32.dll.so</file>
914
      <file md5="6580c6dab1bbd8b255536fee35261941" mode="0755">wine/lib/wine/dxdiagn.dll.so</file>
915
      <file md5="def9f81e57373ca588212bc9dc805932" mode="0755">wine/lib/wine/dswave.dll.so</file>
916
      <file md5="9ea7d8144880168f714220564268300e" mode="0755">wine/lib/wine/dsound.dll.so</file>
917
      <file md5="22dc207035202bf9815c653cd6cc3333" mode="0755">wine/lib/wine/dpnhpast.dll.so</file>
918
      <file md5="f706c947759eda762c4167e8c9226ea9" mode="0755">wine/lib/wine/dpnet.dll.so</file>
919
      <file md5="8448bdfdd48ecc0062772b96c1f3818f" mode="0755">wine/lib/wine/dplayx.dll.so</file>
920
      <file md5="54ace07eb60e4180aa4d8de9cceee356" mode="0755">wine/lib/wine/dplay.dll.so</file>
921
      <file md5="876bc02619f0257ca0975c1d1ab535ba" mode="0755">wine/lib/wine/dmusic32.dll.so</file>
922
      <file md5="e2168ebb0980d8078c81fba488efee0a" mode="0755">wine/lib/wine/dmusic.dll.so</file>
923
      <file md5="e0dea8fe07d7ddc00ea2504571b9de6d" mode="0755">wine/lib/wine/dmsynth.dll.so</file>
924
      <file md5="fa70b2f57396f5226e1c5792caf7b242" mode="0755">wine/lib/wine/dmstyle.dll.so</file>
925
      <file md5="880723fe5709289ae8d49f5ff5aa5505" mode="0755">wine/lib/wine/dmscript.dll.so</file>
926
      <file md5="2b22053dd8c1ecb0cd3ebdbcb9eeb972" mode="0755">wine/lib/wine/dmloader.dll.so</file>
927
      <file md5="dd3be3d3a0dda87e5f3fa4eec4e43360" mode="0755">wine/lib/wine/dmime.dll.so</file>
928
      <file md5="a204c6cf9b2a47be9ab077eb3eaa8cff" mode="0755">wine/lib/wine/dmcompos.dll.so</file>
929
      <file md5="0a759c02d9149ba3f852737eaaec3e15" mode="0755">wine/lib/wine/dmband.dll.so</file>
930
      <file md5="378a1626228995f4248d2a4f5e6e9475" mode="0755">wine/lib/wine/dinput8.dll.so</file>
931
      <file md5="f817ad15432ecf1c0a113bcec6f0b175" mode="0755">wine/lib/wine/dinput.dll.so</file>
932
      <file md5="40bbbe78b713b532c8638365baa8da82" mode="0755">wine/lib/wine/devenum.dll.so</file>
933
      <file md5="5d9a27c3dfea4b440d8e8222eafaa3cb" mode="0755">wine/lib/wine/desk.cpl.so</file>
934
      <file md5="59edaf01be7cfcb33b70cad4a543b484" mode="0755">wine/lib/wine/dciman32.dll.so</file>
935
      <file md5="a8619e30f271734b5e694bd8a8e58f86" mode="0755">wine/lib/wine/dbghelp.dll.so</file>
936
      <file md5="b7bdd551576aed258327a48f01d28f04" mode="0755">wine/lib/wine/d3dxof.dll.so</file>
937
      <file md5="14bfe0a6cea5cfe7630e0e82a677f2c3" mode="0755">wine/lib/wine/d3drm.dll.so</file>
938
      <file md5="51460b53961c4612f32389dcfc3e6861" mode="0755">wine/lib/wine/d3dim.dll.so</file>
939
      <file md5="0b8b9122ca70396c11dc67034f65ae7e" mode="0755">wine/lib/wine/ctl3dv2.dll16</file>
940
      <file md5="0b8b9122ca70396c11dc67034f65ae7e" mode="0755">wine/lib/wine/ctl3d.dll16</file>
941
      <file md5="b800b834328aad04d3222bf6f3f37614" mode="0755">wine/lib/wine/ctl3d32.dll.so</file>
942
      <file md5="2d35a0fddaefbeabedcd155fa0b7f7e7" mode="0755">wine/lib/wine/cryptdll.dll.so</file>
943
      <file md5="719c827bd76de0833474bf43db98a893" mode="0755">wine/lib/wine/crypt32.dll.so</file>
944
      <file md5="5ed20b7244a6ff1074e9b1009ad7d6b8" mode="0755">wine/lib/wine/crtdll.dll.so</file>
945
      <file md5="377a627235c8a029fdeb1ed9876c6ea8" mode="0755">wine/lib/wine/commdlg.dll16</file>
946
      <file md5="a331d558d2ef85a2a3a65b2840670e9f" mode="0755">wine/lib/wine/comdlg32.dll.so</file>
947
      <file md5="9e31d9d6680a006d28907691e739a1fc" mode="0755">wine/lib/wine/comctl32.dll.so</file>
948
      <file md5="d35f7fa20a1a9a77d55ac6aab6373835" mode="0755">wine/lib/wine/comcat.dll.so</file>
949
      <file md5="dc8f648fcce044cdc067a8b2cf9c0bad" mode="0755">wine/lib/wine/cfgmgr32.dll.so</file>
950
      <file md5="0bc0d8a8a4c30a66b8a127a36a659c76" mode="0755">wine/lib/wine/cards.dll.so</file>
951
      <file md5="9100fad54e9d3ecbffc712d5636d4a9f" mode="0755">wine/lib/wine/capi2032.dll.so</file>
952
      <file md5="b67aeaa47b13e5c4d1294893e0ae68a8" mode="0755">wine/lib/wine/cabinet.dll.so</file>
953
      <file md5="6eb5030af0e24a50eff1bdddf9539140" mode="0755">wine/lib/wine/avifile.dll16</file>
954
      <file md5="9798be18cedc9700d6b6854374e7a2b2" mode="0755">wine/lib/wine/avifil32.dll.so</file>
955
      <file md5="2e3cf6facc16349f25ede124b18a6d19" mode="0755">wine/lib/wine/avicap32.dll.so</file>
956
      <file md5="9a8a34f134b933f854ef2f7da1b7dc5b" mode="0755">wine/lib/wine/atl.dll.so</file>
957
      <file md5="4fc952d6e6117e71adb19e18fb651fa1" mode="0755">wine/lib/wine/amstream.dll.so</file>
958
      <file md5="dd721b2fd5f027f517c599700e067f75" mode="0755">wine/lib/wine/advpack.dll.so</file>
959
      <file md5="362638759d7e2ec50576bd7246ce985a" mode="0755">wine/lib/wine/advapi32.dll.so</file>
960
      <file md5="17e7da0c1c1fc0414afb621c0363ebbc" mode="0755">wine/lib/wine/activeds.dll.so</file>
961
      <file md5="97505a35788ddd3f3941721d4d7eb807" mode="0755">wine/lib/libwine_unicode.so.1</file>
962
      <file md5="e6e7b77b1ba5b64c6d3989b153d72ab8" mode="0755">wine/lib/libwine.so.1</file>
963
      <file md5="f395026a046974ae0660728a4716545a" mode="0755">wine/bin/winhelp</file>
964
      <file md5="bcaab0ab866d4691853d8ffcc8efb9ad" mode="0755">wine/bin/wineshelllink</file>
965
      <file md5="5be7e5649c9725c39cd5fed35d07e5db" mode="0755">wine/bin/wineserver</file>
966
      <file md5="52b9e3188e5735d0b29ca6054aac5eba" mode="0755">wine/bin/wine-pthread</file>
967
      <file md5="df901e32a6d2641dbb84f71be20a121a" mode="0755">wine/bin/wine-preloader</file>
968
      <file md5="d1096c68b1ae4491ac17a14ea28f91dc" mode="0755">wine/bin/wineprefixcreate</file>
969
      <file md5="f395026a046974ae0660728a4716545a" mode="0755">wine/bin/winepath</file>
970
      <file md5="f395026a046974ae0660728a4716545a" mode="0755">wine/bin/winemine</file>
971
      <file md5="5849092a3210008c3d24cedb3efa053f" mode="0755">wine/bin/winelauncher</file>
972
      <file md5="f5018ce6f405625995d7adbf8d1e7bdb" mode="0755">wine/bin/wine-kthread</file>
973
      <file md5="f395026a046974ae0660728a4716545a" mode="0755">wine/bin/winefile</file>
974
      <file md5="f395026a046974ae0660728a4716545a" mode="0755">wine/bin/winedbg</file>
975
      <file md5="f395026a046974ae0660728a4716545a" mode="0755">wine/bin/wineconsole</file>
976
      <file md5="f395026a046974ae0660728a4716545a" mode="0755">wine/bin/winecfg</file>
977
      <file md5="f395026a046974ae0660728a4716545a" mode="0755">wine/bin/winebrowser</file>
978
      <file md5="f395026a046974ae0660728a4716545a" mode="0755">wine/bin/wineboot</file>
979
      <file md5="417b2d1cb28de6898ad6e22cf8b22113" mode="0755">wine/bin/wine</file>
980
      <file md5="f395026a046974ae0660728a4716545a" mode="0755">wine/bin/wdi</file>
981
      <file md5="f395026a046974ae0660728a4716545a" mode="0755">wine/bin/wcmd</file>
982
      <file md5="f395026a046974ae0660728a4716545a" mode="0755">wine/bin/uninstaller</file>
983
      <file md5="f395026a046974ae0660728a4716545a" mode="0755">wine/bin/regsvr32</file>
984
      <file md5="f395026a046974ae0660728a4716545a" mode="0755">wine/bin/regedit</file>
985
      <file md5="f395026a046974ae0660728a4716545a" mode="0755">wine/bin/progman</file>
986
      <file md5="f395026a046974ae0660728a4716545a" mode="0755">wine/bin/notepad</file>
987
      <file md5="f395026a046974ae0660728a4716545a" mode="0755">wine/bin/msiexec</file>
988
      <file md5="fa0192959cc49bfcbc7cb21d483d5d2a" mode="0755">bin/xsu</file>
989
      <file md5="9c7827d7b7b41e75a36fb71c6c1d420c" mode="0755">bin/wrapper</file>
990
      <file md5="dd1837ac69c9a359da95e934bf6c8948" mode="0755">bin/showpicasascreensaver</file>
991
      <file md5="15cf64bc45fc2775e63d7eee79a06d1a" mode="0755">bin/setpicasascreensaver</file>
992
      <file md5="a6eaa83232e69160abb2411c214eaa4c" mode="0755">bin/postinstall</file>
993
      <file md5="9b1ede8d36f84601dcf6796426915e8c" mode="0755">bin/picasa</file>
994
      <file md5="df1c0cd60267fa644a0dd4feef61e77d" mode="0755">bin/mediadetector</file>
995
      <file md5="a5d28e1985a39924fb81477f2ce4baa9" mode="0755">bin/killpicasa</file>
996
      <file md5="a7a80dee0e3128617c9fb6e1e08e60a2" mode="0755">bin/icons</file>
997
      <directory mode="0755">wine/drive_c/windows/fonts</directory>
998
      <directory mode="0755">wine/drive_c/windows/temp</directory>
999
      <directory mode="0755">wine/drive_c/windows/system</directory>
1000
      <directory mode="0755">wine/drive_c/windows/command</directory>
1001
      <directory mode="0755">wine/drive_c/windows/system32/drivers</directory>
1002
      <directory mode="0755">wine/drive_c/windows/system32</directory>
1003
      <directory mode="0755">wine/drive_c/windows/profiles/All Users/Start Menu/Programs/Picasa2</directory>
1004
      <directory mode="0755">wine/drive_c/windows/profiles/All Users/Start Menu/Programs</directory>
1005
      <directory mode="0755">wine/drive_c/windows/profiles/All Users/Start Menu</directory>
1006
      <directory mode="0755">wine/drive_c/windows/profiles/All Users</directory>
1007
      <directory mode="0755">wine/drive_c/windows/profiles</directory>
1008
      <directory mode="0755">wine/drive_c/windows/inf</directory>
1009
      <directory mode="0755">wine/drive_c/windows</directory>
1010
      <directory mode="0755">wine/drive_c/Program Files/wine_gecko/searchplugins</directory>
1011
      <directory mode="0755">wine/drive_c/Program Files/wine_gecko/res/throbber</directory>
1012
      <directory mode="0755">wine/drive_c/Program Files/wine_gecko/res/rdf</directory>
1013
      <directory mode="0755">wine/drive_c/Program Files/wine_gecko/res/html</directory>
1014
      <directory mode="0755">wine/drive_c/Program Files/wine_gecko/res/fonts</directory>
1015
      <directory mode="0755">wine/drive_c/Program Files/wine_gecko/res/entityTables</directory>
1016
      <directory mode="0755">wine/drive_c/Program Files/wine_gecko/res/dtd</directory>
1017
      <directory mode="0755">wine/drive_c/Program Files/wine_gecko/res/builtin</directory>
1018
      <directory mode="0755">wine/drive_c/Program Files/wine_gecko/res</directory>
1019
      <directory mode="0755">wine/drive_c/Program Files/wine_gecko/plugins</directory>
1020
      <directory mode="0755">wine/drive_c/Program Files/wine_gecko/ipc/modules</directory>
1021
      <directory mode="0755">wine/drive_c/Program Files/wine_gecko/ipc</directory>
1022
      <directory mode="0755">wine/drive_c/Program Files/wine_gecko/greprefs</directory>
1023
      <directory mode="0755">wine/drive_c/Program Files/wine_gecko/defaults/wallet</directory>
1024
      <directory mode="0755">wine/drive_c/Program Files/wine_gecko/defaults/profile/US/chrome</directory>
1025
      <directory mode="0755">wine/drive_c/Program Files/wine_gecko/defaults/profile/US</directory>
1026
      <directory mode="0755">wine/drive_c/Program Files/wine_gecko/defaults/profile/chrome</directory>
1027
      <directory mode="0755">wine/drive_c/Program Files/wine_gecko/defaults/profile</directory>
1028
      <directory mode="0755">wine/drive_c/Program Files/wine_gecko/defaults/pref</directory>
1029
      <directory mode="0755">wine/drive_c/Program Files/wine_gecko/defaults/messenger/US</directory>
1030
      <directory mode="0755">wine/drive_c/Program Files/wine_gecko/defaults/messenger</directory>
1031
      <directory mode="0755">wine/drive_c/Program Files/wine_gecko/defaults/autoconfig</directory>
1032
      <directory mode="0755">wine/drive_c/Program Files/wine_gecko/defaults</directory>
1033
      <directory mode="0755">wine/drive_c/Program Files/wine_gecko/components</directory>
1034
      <directory mode="0755">wine/drive_c/Program Files/wine_gecko/chrome/overlayinfo/global/skin</directory>
1035
      <directory mode="0755">wine/drive_c/Program Files/wine_gecko/chrome/overlayinfo/global</directory>
1036
      <directory mode="0755">wine/drive_c/Program Files/wine_gecko/chrome/overlayinfo/cookie/content</directory>
1037
      <directory mode="0755">wine/drive_c/Program Files/wine_gecko/chrome/overlayinfo/cookie</directory>
1038
      <directory mode="0755">wine/drive_c/Program Files/wine_gecko/chrome/overlayinfo</directory>
1039
      <directory mode="0755">wine/drive_c/Program Files/wine_gecko/chrome/icons/default</directory>
1040
      <directory mode="0755">wine/drive_c/Program Files/wine_gecko/chrome/icons</directory>
1041
      <directory mode="0755">wine/drive_c/Program Files/wine_gecko/chrome</directory>
1042
      <directory mode="0755">wine/drive_c/Program Files/wine_gecko</directory>
1043
      <directory mode="0755">wine/drive_c/Program Files/Picasa2/web/templates/xml</directory>
1044
      <directory mode="0755">wine/drive_c/Program Files/Picasa2/web/templates/whitefrm/assets</directory>
1045
      <directory mode="0755">wine/drive_c/Program Files/Picasa2/web/templates/whitefrm</directory>
1046
      <directory mode="0755">wine/drive_c/Program Files/Picasa2/web/templates/whitebg/assets</directory>
1047
      <directory mode="0755">wine/drive_c/Program Files/Picasa2/web/templates/whitebg</directory>
1048
      <directory mode="0755">wine/drive_c/Program Files/Picasa2/web/templates/greyfrm/assets</directory>
1049
      <directory mode="0755">wine/drive_c/Program Files/Picasa2/web/templates/greyfrm</directory>
1050
      <directory mode="0755">wine/drive_c/Program Files/Picasa2/web/templates/greybg/assets</directory>
1051
      <directory mode="0755">wine/drive_c/Program Files/Picasa2/web/templates/greybg</directory>
1052
      <directory mode="0755">wine/drive_c/Program Files/Picasa2/web/templates/blackfrm/assets</directory>
1053
      <directory mode="0755">wine/drive_c/Program Files/Picasa2/web/templates/blackfrm</directory>
1054
      <directory mode="0755">wine/drive_c/Program Files/Picasa2/web/templates/blackbg/assets</directory>
1055
      <directory mode="0755">wine/drive_c/Program Files/Picasa2/web/templates/blackbg</directory>
1056
      <directory mode="0755">wine/drive_c/Program Files/Picasa2/web/templates</directory>
1057
      <directory mode="0755">wine/drive_c/Program Files/Picasa2/web/documentation/examples/assets</directory>
1058
      <directory mode="0755">wine/drive_c/Program Files/Picasa2/web/documentation/examples</directory>
1059
      <directory mode="0755">wine/drive_c/Program Files/Picasa2/web/documentation</directory>
1060
      <directory mode="0755">wine/drive_c/Program Files/Picasa2/web</directory>
1061
      <directory mode="0755">wine/drive_c/Program Files/Picasa2/update/LifeScapeUpdater</directory>
1062
      <directory mode="0755">wine/drive_c/Program Files/Picasa2/update</directory>
1063
      <directory mode="0755">wine/drive_c/Program Files/Picasa2/runtime</directory>
1064
      <directory mode="0755">wine/drive_c/Program Files/Picasa2/plugins/expwebsites</directory>
1065
      <directory mode="0755">wine/drive_c/Program Files/Picasa2/plugins/CDVDR</directory>
1066
      <directory mode="0755">wine/drive_c/Program Files/Picasa2/plugins</directory>
1067
      <directory mode="0755">wine/drive_c/Program Files/Picasa2/i18n</directory>
1068
      <directory mode="0755">wine/drive_c/Program Files/Picasa2/cdautorun</directory>
1069
      <directory mode="0755">wine/drive_c/Program Files/Picasa2</directory>
1070
      <directory mode="0755">wine/drive_c/Program Files</directory>
1071
      <directory mode="0755">wine/drive_c</directory>
1072
      <directory mode="0755">lib</directory>
1073
      <directory mode="0755">desktop</directory>
1074
      <directory mode="0755">wine/lib/wine</directory>
1075
      <directory mode="0755">wine/lib</directory>
1076
      <directory mode="0755">wine/bin</directory>
1077
      <directory mode="0755">wine</directory>
1078
      <directory mode="0755">bin</directory>
1079
    </option>
1080
    <script type="pre-uninstall">preun</script>
1081
    <script type="post-uninstall">postun</script>
1082
  </component>
1083
</product>
(-)/opt/picasa/.manifest/scripts/postun.sh (+473 lines)
Line 0 Link Here
1
#! /bin/sh
2
SETUP_PRODUCTNAME="picasa"
3
SETUP_PRODUCTVER="1.0"
4
SETUP_COMPONENTNAME="Default"
5
SETUP_COMPONENTVER="1.0"
6
SETUP_INSTALLPATH="/opt/picasa/"
7
SETUP_SYMLINKSPATH="/tmp"
8
SETUP_CDROMPATH=""
9
SETUP_DISTRO="gentoo"
10
SETUP_OPTIONTAGS="icons detector"
11
export SETUP_PRODUCTNAME SETUP_PRODUCTVER SETUP_COMPONENTNAME SETUP_COMPONENTVER
12
export SETUP_INSTALLPATH SETUP_SYMLINKSPATH SETUP_CDROMPATH SETUP_DISTRO SETUP_OPTIONTAGS
13
#!/bin/bash
14
# postuninstall.sh - script to run as we finish up removing Picasa
15
16
#include ../util/icons.sh.include
17
#!/bin/bash
18
#---------------------------------------------
19
#   icons.sh
20
#       Copyright 2006 by Google
21
#
22
#   Utility script to create icons on a Linux desktop.
23
#   Works on most XDG compliant Linux systems; does
24
#   not work everywhere.
25
#
26
#   Refer to the usage() function below for usage.
27
#---------------------------------------------
28
29
usage()
30
{
31
    echo Usage:
32
    echo  $0 "[--root|--user] [--create desktop|--delete desktop]"
33
    echo "Where --user (install only for the user file) is the default."
34
    echo One of --create or --delete must be specified.
35
    echo With --create, the file specified must exist and be a valid XDG .desktop file
36
    echo With --delete, the file must be a pattern that will exist
37
}
38
39
40
41
icons()
42
{
43
    xdg_user_dir=$XDG_DATA_HOME
44
    [ -n "$xdg_user_dir" ] || xdg_user_dir=$HOME/.local/share
45
46
    xdg_data_dirs=$XDG_DATA_DIRS
47
    [ -n "$xdg_data_dirs" ] || xdg_data_dirs=/usr/local/share/:/usr/share/
48
    for x in `echo $xdg_data_dirs | sed 's/:/ /g'` ; do
49
        if [ -w $x/applications/ ] ; then
50
            xdg_global_dir=$x
51
            break
52
        fi
53
    done
54
    [ -w $xdg_global_dir ] || xdg_global_dir=
55
56
    kde_user_dir=$HOME/.kde/share/applnk
57
    kde_global_dir=/usr/share/applnk
58
    [ -w $kde_global_dir ] || kde_global_dir=
59
60
    gnome_user_dir=$HOME/.gnome/apps
61
    gnome_global_dir=/usr/share/gnome/apps
62
    [ -w $gnome_global_dir ] || gnome_global_dir=
63
64
    mode=user
65
    action=
66
    while [ $# -gt 0 ] ; do
67
        parm=$1
68
        shift
69
70
        case $parm in
71
          --create)
72
            if [ ! -f "$1" ] ; then
73
                echo Error:  You must specify a valid desktop file as a paramter to --create.
74
                return 1
75
            fi
76
            if [ -n "$action" ] ; then
77
                echo Error:  You must specify only one of --create or --delete
78
                return 1
79
            fi
80
81
            action=create
82
            desktop_file=$1
83
            shift
84
            ;;
85
86
          --delete)
87
            if [ -z "$1" ] ; then
88
                echo Error:  You must specify a desktop file name as a paramter to --delete.
89
                return 1
90
            fi
91
            if [ -n "$action" ] ; then
92
                echo Error:  You must specify only one of --create or --delete
93
                return 1
94
            fi
95
            action=delete
96
            desktop_file=$1
97
            shift
98
            ;;
99
100
          --user)
101
            mode=user
102
            ;;
103
104
          --root)
105
            mode=root
106
            ;;
107
108
          *)
109
            echo "$parm:  Invalid parameter/option"
110
            usage
111
            return 2
112
            ;;
113
        esac
114
    done
115
116
    if [ -z "$action" ] ; then
117
        usage
118
        return 2
119
    fi
120
121
    desktop_dir=
122
    if [ "$mode" = "user" ] ; then
123
        xdg_dir=$xdg_user_dir/applications
124
        kde_dir=$kde_user_dir
125
        gnome_dir=$gnome_user_dir
126
        my_umask=077
127
        if [ -d $HOME/Desktop -a -w $HOME/Desktop ] ; then
128
            desktop_dir=$HOME/Desktop
129
        fi
130
    else
131
        xdg_dir=$xdg_global_dir/applications
132
        kde_dir=$kde_global_dir
133
        gnome_dir=$gnome_global_dir
134
        my_umask=022
135
    fi
136
137
    #echo "[xdg|$xdg_user_dir|$xdg_global_dir]"
138
    #echo "[kde|$kde_user_dir|$kde_global_dir]"
139
    #echo "[gnome|$gnome_user_dir|$gnome_global_dir]"
140
141
    #echo "[using|$xdg_dir|$kde_dir|$gnome_dir]"
142
143
144
    case $action in 
145
        create)
146
            save_umask=`umask`
147
            umask $my_umask
148
            basefile=`basename $desktop_file`
149
150
            for x in $xdg_dir $kde_dir $gnome_dir $desktop_dir ; do
151
                mkdir -p $x
152
                cp $desktop_file $x
153
            done
154
155
            if [ -f $kde_dir/$basefile ] ; then
156
                echo "OnlyShowIn=Old;" >> $kde_dir/$basefile
157
            fi
158
159
            if [ -f $gnome_dir/$basefile ] ; then
160
                echo "OnlyShowIn=Old;" >> $gnome_dir/$basefile
161
            fi
162
163
            umask $save_umask
164
            ;;
165
166
        delete)
167
            for x in $xdg_dir $kde_dir $gnome_dir $desktop_dir ; do
168
                rm -f $x/$desktop_file
169
            done
170
            
171
            ;;
172
    esac
173
174
    return 0
175
176
}
177
178
#include ../util/setpicasascreensaver.sh.include
179
#!/bin/bash
180
#       setpicasascreensaver
181
#   Script to set up Picasa as a screen saver
182
#
183
#   FIXME - This script is imperfect, and has many flaws, amongst which are:
184
#           1.  If there are multiple user installs on a system,
185
#               they will not coexist peacefully.  Each will clobber
186
#               the other in turn.  A root install on that system
187
#               should work okay.
188
#           2.  The set option really only works the first time.
189
#               If the user changes screen savers, and notably
190
#               makes Picasa not be the 0th in the list, then
191
#               this won't work.
192
#           3.  Unset only sorta kinda works.  The user will likely
193
#               have to manually fix their screen saver after removing
194
#               Picasa
195
#           4.  There is no support for the new fancy dancy Gnome screen saver
196
#
197
#
198
199
usage()
200
{
201
    echo Usage:
202
    echo  $0 action
203
    echo "Where action is one of:"
204
    echo "  install         -   Install showpicasascreensaver to /usr/[X11R6]/lib/xscreensaver"
205
    echo "  remove          -   Remove showpicasascreensaver from /usr/[X11R6]/lib/xscreensaver"
206
    echo "  set             -   Setup a screen saver for the current user, performing the"
207
    echo "                      install step if it can be done easily, and there is no"
208
    echo "                      showpicasascreensaver already"
209
    echo "  unset           -   Cleanup user specific screen saver settings at picasa removal"
210
}
211
212
213
# Locate where our root is installed by looking for the directory
214
# where this this script is located, unwinding symlinks on the way
215
locate_pic_root()
216
{
217
    if [ -z "$PIC_ROOT" ]
218
    then
219
        argv0=`which "$0"`
220
        [ -z "$argv0" ] && argv0="$0"
221
        echo "$argv0" | egrep "^/" >/dev/null
222
        if [ $? -ne 0 ]
223
        then
224
            argv0="`pwd`/$argv0"
225
        fi
226
        dir=`dirname "$argv0"`
227
        while [ ! -x "$dir/../wine/bin/wine" ]
228
        do
229
            [ ! -h "$argv0" ] && break
230
            argv0=`ls -l "$argv0" | sed -e 's/^.*-> //'`
231
            echo "$argv0" | egrep "^/" >/dev/null
232
            if [ $? -ne 0 ]
233
            then
234
                argv0="$dir/$argv0"
235
            fi
236
            dir=`dirname "$argv0"`
237
        done
238
        dir=`echo "$dir" | sed -e 's%\(/\.\)*$%%' -e 's%\(/\./\(\./\)*\)%/%'`
239
        PIC_ROOT="$dir/.."
240
        PIC_BINDIR="$dir"
241
    fi
242
    if [ ! -x "$PIC_ROOT/wine/bin/wine" ]
243
    then
244
        if [ "$1" = "--no-fail" ]
245
        then
246
            PIC_ROOT=""
247
            return 1
248
        fi
249
        #echo "`basename \"$0\"`:error: could not find wine/bin/wine in '$PIC_ROOT'" >&2
250
        return 1
251
    fi
252
    # Make sure it's exported
253
    export PIC_ROOT
254
    export PIC_BINDIR
255
    return 0
256
}
257
258
259
setpicasascreensaver()
260
{
261
262
    action=
263
    while [ $# -gt 0 ] ; do
264
        parm=$1
265
        shift
266
267
        case $parm in
268
          install | remove | set | unset)
269
            action=$parm
270
            shift
271
            ;;
272
273
          *)
274
            echo "$parm:  Invalid parameter/option"
275
            usage
276
            return 2
277
            ;;
278
        esac
279
    done
280
281
    if [ -z "$action" ] ; then
282
        usage
283
        return 2
284
    fi
285
286
287
    locate_pic_root
288
289
    # If /usr/[X11R6/]lib/screensaver doesn't have showpicasascreensaver, add it there, with XXXsu if need be
290
    for x in /usr/lib/xscreensaver /usr/X11R6/lib/xscreensaver ; do
291
        if [ -d "$x" ] ; then
292
            screen_dir="$x"
293
            break;
294
        fi
295
    done
296
297
    # Handle remove actions
298
    if [ "$action" = "remove" ] ; then
299
        for x in /usr/lib/xscreensaver /usr/X11R6/lib/xscreensaver ; do
300
            if [ -f "$x/showpicasascreensaver" ] ; then
301
                rm -f "$x/showpicasascreensaver"
302
                break;
303
            fi
304
        done
305
306
        return 0
307
    fi
308
309
    # Handle install actions
310
    if [ "$action" = "install" ] ; then
311
        if [ -d "$screen_dir" ] ; then
312
            if [ -h "$screen_dir/showpicasascreensaver" ] ; then
313
                rm -f "$screen_dir/showpicasascreensaver"  
314
            fi
315
            ln -s $PIC_BINDIR/showpicasascreensaver "$screen_dir/"
316
        fi
317
318
        return 0
319
    fi
320
321
322
    # Handle unset actions
323
    if [ "$action" = "unset" ] ; then
324
        rm -f ~/.kde/share/applnk/System/ScreenSavers/picasascr.desktop 
325
        return 0
326
    fi
327
328
329
    ###
330
    #   From here on, everything is presumed to be a set option
331
    #       which is meant to be done just for this user
332
    ###
333
334
    if [ -d "$screen_dir" ] ; then
335
        if [ ! -f "$screen_dir/showpicasascreensaver" ] ; then
336
            if [ -n "$KDE_FULL_SESSION" -o "$GDMSESSION" = "KDE" ] ; then
337
                kdesu -c "ln -s $PIC_BINDIR/showpicasascreensaver $screen_dir/"
338
            else
339
                export PATH=$PATH:$PIC_BINDIR
340
                xsu -u root -c "ln -s $PIC_BINDIR/showpicasascreensaver $screen_dir/"
341
            fi
342
        fi
343
    fi
344
345
    # Next, set up ~/.xscreensaver correctly
346
347
    if [ ! -f ~/.xscreensaver ] ; then
348
        echo 'selected: 0 ' >~/.xscreensaver
349
        echo 'programs: "Picasa Screensaver" showpicasascreensaver' >>~/.xscreensaver
350
    else
351
        grep -iq picasa ~/.xscreensaver
352
        if [ $? -gt 0 ] ; then
353
            cat ~/.xscreensaver |
354
              sed 's/^\programs:.*\\$/\0\
355
                "Picasa ScreenSaver" showpicasascreensaver \\n\\/g' | \
356
              sed 's/^\selected:.*$/selected:    0/' > ~/.xscreensaver.picasa
357
        else
358
            cat ~/.xscreensaver |
359
              sed 's/^\selected:.*$/selected:    0/' > ~/.xscreensaver.picasa
360
        fi
361
362
        if [ ! -f ~/.xscreensaver.before.picasa ] ; then
363
            if [ -f ~/.xscreensaver ] ; then
364
                mv ~/.xscreensaver ~/.xscreensaver.before.picasa
365
            fi
366
        fi
367
368
        mv ~/.xscreensaver.picasa ~/.xscreensaver
369
370
    fi
371
372
373
374
    # Then put the picasascr.desktop file into ~/.kde/...
375
    mkdir -p ~/.kde/share/applnk/System/ScreenSavers/
376
    if [ -h ~/.kde/share/applnk/System/ScreenSavers/picasascr.desktop ] ; then
377
        rm -f ~/.kde/share/applnk/System/ScreenSavers/picasascr.desktop 
378
    fi
379
    ln -s $PIC_ROOT/desktop/picasascr.desktop ~/.kde/share/applnk/System/ScreenSavers/
380
381
    # Then set the default KDE screen saver
382
    if [ -f ~/.kde/share/config/kdesktoprc ] ; then
383
        grep -qi picasa ~/.kde/share/config/kdesktoprc
384
        if [ $? -eq 0 ] ; then
385
            append_desktoprc=false
386
            sed 's/^Saver=.*$/Saver=picasascr.desktop/' <~/.kde/share/config/kdesktoprc >~/.kde/share/config/kdesktoprc.picasa
387
388
            if [ ! -f ~/.kde/share/config/kdesktoprc.before.picasa ] ; then
389
                mv ~/.kde/share/config/kdesktoprc ~/.kde/share/config/kdesktoprc.before.picasa
390
            fi
391
            mv ~/.kde/share/config/kdesktoprc.picasa ~/.kde/share/config/kdesktoprc
392
            
393
        else
394
            append_desktoprc=true
395
        fi
396
    else
397
        mkdir -p ~/.kde/share/config 
398
        append_desktoprc=true
399
    fi
400
401
    if [ x$append_desktoprc = xtrue ] ; then
402
        echo "[ScreenSaver]" >> ~/.kde/share/config/kdesktoprc
403
        echo "Saver=picasascr.desktop" >> ~/.kde/share/config/kdesktoprc
404
    fi
405
406
    # Then invoke their screen saver configuration utility
407
    ps -o cmd -U $EUID | grep -v grep | grep -q xscreensaver
408
    if [ $? -eq 0 ] ; then
409
        xscreensaver-demo &
410
    fi
411
412
    if [ -n "$KDE_FULL_SESSION" -o "$GDMSESSION" = "KDE" ] ; then
413
        kcmshell screensaver &
414
    fi
415
416
    return 0
417
}
418
419
420
#########
421
#   Override automatic computation of the Picasa root
422
#########
423
export PIC_ROOT="$SETUP_INSTALLPATH"
424
export PIC_BINDIR="$PIC_ROOT/bin"
425
426
#########
427
#   Determine if we're running as root or not
428
#########
429
rootmode=""
430
if [ -n "$EUID" ] ; then
431
    if [ $EUID -eq 0 ] ; then
432
        rootmode="--root"
433
    fi
434
fi
435
436
437
#########
438
#   Remove icons from the desktop + menu
439
#########
440
echo $SETUP_OPTIONTAGS | grep -q icons
441
if [ $? -eq 0 ] ; then
442
    icons $rootmode --delete google-picasa.desktop
443
fi
444
445
#########
446
#   Remove any screen savers done
447
#########
448
if [ -n "$EUID" ] ; then
449
    if [ $EUID -eq 0 ] ; then
450
        setpicasascreensaver remove
451
    fi
452
fi
453
echo $SETUP_OPTIONTAGS | grep -q package
454
if [ $? -ne 0 ] ; then
455
    setpicasascreensaver unset
456
fi
457
458
#########
459
#   Remove the symlink in /usr/bin if we're installing as root
460
#########
461
if [ $EUID -eq 0 ] ; then
462
    if [ -h /usr/bin/picasa ] ; then
463
        rm -f /usr/bin/picasa
464
    fi
465
fi
466
467
#########
468
#   For Loki based installs, remove ~/.picasa
469
#########
470
echo $SETUP_OPTIONTAGS | grep -q package
471
if [ $? -ne 0 ] ; then
472
    rm -rf ~/.picasa
473
fi
(-)/opt/picasa/.manifest/scripts/preun.sh (+37 lines)
Line 0 Link Here
1
#! /bin/sh
2
SETUP_PRODUCTNAME="picasa"
3
SETUP_PRODUCTVER="1.0"
4
SETUP_COMPONENTNAME="Default"
5
SETUP_COMPONENTVER="1.0"
6
SETUP_INSTALLPATH="/opt/picasa/"
7
SETUP_SYMLINKSPATH="/tmp"
8
SETUP_CDROMPATH=""
9
SETUP_DISTRO="gentoo"
10
SETUP_OPTIONTAGS="icons detector"
11
export SETUP_PRODUCTNAME SETUP_PRODUCTVER SETUP_COMPONENTNAME SETUP_COMPONENTVER
12
export SETUP_INSTALLPATH SETUP_SYMLINKSPATH SETUP_CDROMPATH SETUP_DISTRO SETUP_OPTIONTAGS
13
#!/bin/bash
14
# preuninstall - script to run as we finish up removing Picasa
15
16
#########
17
#   Override automatic computation of the Picasa root
18
#########
19
export PIC_ROOT="$SETUP_INSTALLPATH"
20
export PIC_BINDIR="$PIC_ROOT/bin"
21
22
# Try to close Picasa the 'right' way
23
echo $SETUP_OPTIONTAGS | grep -q package
24
if [ $? -ne 0 ] ; then
25
    $SETUP_INSTALLPATH/bin/wrapper wineserver -k >/dev/null 2>&1
26
    sleep 1
27
fi
28
29
# Kill it any old way
30
$SETUP_INSTALLPATH/bin/killpicasa --force
31
32
rm -f $SETUP_INSTALLPATH/desktop/google-picasa.desktop
33
rm -f $SETUP_INSTALLPATH/desktop/google-picasa-mediadetector.desktop
34
rm -f $SETUP_INSTALLPATH/wine/drive_c/windows/win.ini
35
rm -rf "$SETUP_INSTALLPATH/wine/drive_c/Program Files/Picasa2/mp3"
36
rm -rf "$SETUP_INSTALLPATH/wine/drive_c/Program Files/Picasa2/temp"
37
(-)/opt/picasa/README (+109 lines)
Line 0 Link Here
1
May 12, 2006     Picasa For Linux Beta Release    Version 2.2.2820-5  
2
3
4
THANKS:
5
-------
6
The Picasa product was brought to the Linux platform with the
7
help of a variety of Free and Open Source Software projects.
8
We are grateful to the authors and owners of these projects for
9
allowing us to use their work.  The nature of the licenses for
10
these projects does give you some additional rights,
11
please refer to the LICENSE.FOSS file for more details.
12
13
14
INSTALLATION INSTRUCTIONS:
15
--------------------------
16
To install either the RPM or Debian package format version of Picasa,
17
use your normal procedures to install the Picasa package.  Consult
18
the documentation for your Linux system for more help.
19
20
If you choose to use the self installing version of Picasa,
21
then you simply invoke the installer.  In some Linux environments,
22
you can double click on the file and ask to run it.  In all
23
Linux environments, you can open a terminal window and run
24
a command that would look something like this:
25
26
  sh picasa-2.2.2820-5.i386.run
27
28
You can install either as a regular user, in which case
29
only you will have access to the Picasa program,
30
or as the root user, in which case everyone will be
31
able to run the program.  It should work either way.
32
33
34
35
KNOWN ISSUES:
36
-------------
37
This product is a Beta release, and as such, it has a number
38
of known flaws and shortcomings.  We will also update the web
39
site as we uncover new issues and information on how to workaround
40
those issues.
41
42
The known issues are as follows:
43
44
1689    You can't backup pictures or burn CDs 
45
46
1423    There are areas where the Windows roots of Picasa
47
        shine through.  For example, the opening dialog should
48
        really have an option to scan just the home directory.
49
        These issues will hopefully be addressed in the next major release.
50
51
1445    Your camera may not be automatically detected and handled.  Picasa 
52
        works best with cameras that report themselves to Linux as storage
53
        devices, although PTP cameras should show up under the 'Import'
54
        menu as well.  Also, you need to have HAL and a fairly modern
55
        kernel (e.g. >= 2.6.13) in order for this to work.
56
57
        Special thanks to Marcus Meissner for his aid in helping
58
        gphoto support work, so that we could support PTP cameras.
59
60
1492    The system tray does not close with loss of focus
61
        (if you bring up the media detector menu, you have
62
        to either start picasa or stop the media detector
63
        to get the menu to go away)
64
65
1658    If you have an NFS mounted home directory, the
66
        performance may be poor.  Picasa relies heavily
67
        on a lot of files in the ~/.picasa directory,
68
        and if the home directory is slow, then Picasa
69
        will be slow.  You can work around this by
70
        making a directory in /var/opt/picasa/$LOGNAME/ that
71
        corresponds to your username.  You have to have
72
        full rights to that directory.
73
74
1542    Picasa notices don't stay on a given desktop
75
        Picasa pops up notices to let you know it's found new photos
76
        or has added photos to its library.  These notices come
77
        on the current desktop; some users would rather they
78
        stayed on the same desktop that Picasa itself was on.
79
80
1696    Gmail is not the default email client, Picasa mail is
81
        Some Linux users feel that Gmail should be the default,
82
        since Hello mail is not yet supported under Linux
83
84
1619    On Ubuntu 5.10, the 'Ctrl-K' shortcut for keywords
85
        doesn't behave correctly.  Using the menu works right.
86
87
1546    You can sometimes get the library list to have
88
        a large blank space, scrolling removes it.
89
        (This is really mostly a cosmetic glitch)
90
91
1661    Dual head video cards don't work properly with Picasa for
92
        slideshows and timelines and so operate in a fallback mode.
93
94
1554    Blogging - the palette selector is truncated
95
96
1610    Music playback during slideshow doesn't work
97
98
1521    The opening Picasa dialog has a spin loop and consumes
99
        a lot of CPU
100
101
1448    We do not support browsing to hidden directories
102
103
1697    Running Picasa with SELinux enabled may cause problems.
104
        You may want to invoke this command:
105
            setenforce 0
106
        prior to running Picasa if you have problems on Fedora
107
        (or other SELinux enabled systems).
108
109
(-)/opt/picasa/uninstall (+58 lines)
Line 0 Link Here
1
#! /bin/sh
2
#### UNINSTALL SCRIPT - Generated by SetupDB 1.6 #####
3
DetectARCH()
4
{
5
        status=1
6
        case `uname -m` in
7
           amd64 | x86_64)  echo "x86_64"
8
                  status=0;;
9
           i?86 | i86*)  echo "x86"
10
                  status=0;;
11
           90*/*)
12
		   echo "hppa"
13
		   status=0;;
14
	    *)
15
		case `uname -s` in
16
		    IRIX*)
17
			echo "mips"
18
			status=0;;
19
           AIX*)
20
           echo "ppc"
21
           status=0;;
22
		    *)
23
			arch=`uname -p 2>/dev/null || uname -m`
24
                       if test "$arch" = powerpc; then
25
                          echo "ppc"
26
                       else
27
                          echo $arch
28
                       fi
29
			status=0;;
30
		esac
31
        esac
32
        return $status
33
}
34
35
DetectOS()
36
{
37
  os=`uname -s`
38
  if test "$os" = OpenUNIX; then
39
     echo SCO_SV
40
  else
41
     echo $os
42
  fi
43
  return 0
44
}
45
46
UNINSTALL_CONSOLE="$HOME/.loki/installed/bin/`DetectOS`/`DetectARCH`/uninstall"
47
argv0_dir=`dirname $0`
48
if [ -x "$argv0_dir/bin/uninstall.gtk" ] ; then 
49
     $argv0_dir/bin/uninstall.gtk
50
     if [ $? -eq 0 ] ; then
51
         exit 0
52
     fi
53
fi
54
if test ! -x "$UNINSTALL_CONSOLE" ; then
55
    echo Could not find a usable uninstall program. Aborting.
56
    exit 1
57
fi
58
"$UNINSTALL_CONSOLE" -L picasa "/opt/picasa/.manifest/picasa.xml" "$1"
(-)/opt/picasa/wine/drive_c/Program Files/Picasa2/update/LifeScapeUpdater/currentversion.ini (-1 / +1 lines)
Lines 1-3 Link Here
1
[LifescapeUpdater]
1
[LifescapeUpdater]
2
versionID=28.20
2
versionID=28.3205
3
downloadURL=update.exe
3
downloadURL=update.exe
(-)/opt/picasa/wine/drive_c/windows/inf/picasa.inf (-2 / +2 lines)
Lines 25-31 Link Here
25
HKLM,System\CurrentControlSet\Services\PxHelp20,"Type",0x10001,0x00000001
25
HKLM,System\CurrentControlSet\Services\PxHelp20,"Type",0x10001,0x00000001
26
HKLM,Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes,"MS Shell Dlg",,"MS Sans Serif"
26
HKLM,Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes,"MS Shell Dlg",,"MS Sans Serif"
27
HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"PATH",,"c:\windows\system32;c:\windows;c:\program files\picasa2"
27
HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"PATH",,"c:\windows\system32;c:\windows;c:\program files\picasa2"
28
;;HKLM,Software\Microsoft\Windows\CurrentVersion\run,"Picasa Media Detector",2,"C:\Program Files\Picasa2\PicasaMediaDetector.exe"
28
HKLM,Software\Microsoft\Windows\CurrentVersion\run,"Picasa Media Detector",2,"C:\Program Files\Picasa2\PicasaMediaDetector.exe"
29
29
30
[Autoplay]
30
[Autoplay]
31
HKLM,%AutoplayHandlers%\EventHandlers\MixedContentOnArrival,"Picasa2ImportPicturesOnArrival",,""
31
HKLM,%AutoplayHandlers%\EventHandlers\MixedContentOnArrival,"Picasa2ImportPicturesOnArrival",,""
Lines 55-61 Link Here
55
HKCU,Software\Wine\Printing\PPD Files,"generic",0x00020000,"%WINEPREFIX%/generic.ppd"
55
HKCU,Software\Wine\Printing\PPD Files,"generic",0x00020000,"%WINEPREFIX%/generic.ppd"
56
HKCU,Software\Wine\Fonts\Replacements,"Arial",2,"Bitstream Vera Sans"
56
HKCU,Software\Wine\Fonts\Replacements,"Arial",2,"Bitstream Vera Sans"
57
HKCU,Software\Wine\Fonts\Replacements,"Tahoma",2,"Bitstream Vera Sans"
57
HKCU,Software\Wine\Fonts\Replacements,"Tahoma",2,"Bitstream Vera Sans"
58
HKCU,Software\Google\Picasa\Picasa2\Preferences,"DisableMediaDetector",0x10003,0x00000001
58
HKCU,Software\Google\Picasa\Picasa2\Preferences,"DisableMediaDetector",0x10003,0x00000000
59
HKCU,Software\Google\Picasa\Picasa2\Preferences,"dbVersion",0x10003,0x0000000f
59
HKCU,Software\Google\Picasa\Picasa2\Preferences,"dbVersion",0x10003,0x0000000f
60
HKCU,Software\Google\Picasa\Picasa2\Preferences,"SupportMovies",0x10003,0x00000000
60
HKCU,Software\Google\Picasa\Picasa2\Preferences,"SupportMovies",0x10003,0x00000000
61
HKCU,Software\Google\Picasa\Picasa2\Preferences,"PlayMP3Tracks",0x10003,0x00000000
61
HKCU,Software\Google\Picasa\Picasa2\Preferences,"PlayMP3Tracks",0x10003,0x00000000

Return to bug 134376