diff options
author | McCabe Maxsted | 2011-03-09 23:30:59 -0700 |
---|---|---|
committer | McCabe Maxsted | 2011-03-09 23:30:59 -0700 |
commit | fa1aa4620d5cd68effaa68a3453fa401e5472476 (patch) | |
tree | a79b09712230afa7a2e8b35458a2fa0a62f9ce10 /linden/indra/newview | |
parent | #713: add a ossl osUnixTimeToTimestamp() function for syntax highlighting, pa... (diff) | |
download | meta-impy-fa1aa4620d5cd68effaa68a3453fa401e5472476.zip meta-impy-fa1aa4620d5cd68effaa68a3453fa401e5472476.tar.gz meta-impy-fa1aa4620d5cd68effaa68a3453fa401e5472476.tar.bz2 meta-impy-fa1aa4620d5cd68effaa68a3453fa401e5472476.tar.xz |
Updated copywinlibs and staging to use the new set of gstreamer libs
Diffstat (limited to 'linden/indra/newview')
-rwxr-xr-x | linden/indra/newview/viewer_manifest.py | 128 |
1 files changed, 70 insertions, 58 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index 26a5d84..44dcb73 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py | |||
@@ -282,6 +282,11 @@ class WindowsManifest(ViewerManifest): | |||
282 | if self.prefix(src='../media_plugins/webkit/%s' % self.args['configuration'], dst="llplugin"): | 282 | if self.prefix(src='../media_plugins/webkit/%s' % self.args['configuration'], dst="llplugin"): |
283 | self.path("media_plugin_webkit.dll") | 283 | self.path("media_plugin_webkit.dll") |
284 | self.end_prefix() | 284 | self.end_prefix() |
285 | |||
286 | # Media plugins - GStreamer | ||
287 | if self.prefix(src='../media_plugins/gstreamer010/%s' % self.args['configuration'], dst="llplugin"): | ||
288 | self.path("media_plugin_gstreamer010.dll") | ||
289 | self.end_prefix() | ||
285 | 290 | ||
286 | # For WebKit/Qt plugin runtimes | 291 | # For WebKit/Qt plugin runtimes |
287 | if self.prefix(src="../../libraries/i686-win32/lib/release", dst="llplugin"): | 292 | if self.prefix(src="../../libraries/i686-win32/lib/release", dst="llplugin"): |
@@ -305,9 +310,6 @@ class WindowsManifest(ViewerManifest): | |||
305 | self.path("qtiff4.dll") | 310 | self.path("qtiff4.dll") |
306 | self.end_prefix() | 311 | self.end_prefix() |
307 | 312 | ||
308 | # Per platform MIME config on the cheap. See SNOW-307 / DEV-41388 | ||
309 | self.path("skins/default/xui/en-us/mime_types_windows.xml", "skins/default/xui/en-us/mime_types.xml") | ||
310 | |||
311 | # These need to be installed as a SxS assembly, currently a 'private' assembly. | 313 | # These need to be installed as a SxS assembly, currently a 'private' assembly. |
312 | # See http://msdn.microsoft.com/en-us/library/ms235291(VS.80).aspx | 314 | # See http://msdn.microsoft.com/en-us/library/ms235291(VS.80).aspx |
313 | if self.prefix(src=self.args['configuration'], dst=""): | 315 | if self.prefix(src=self.args['configuration'], dst=""): |
@@ -348,64 +350,74 @@ class WindowsManifest(ViewerManifest): | |||
348 | self.path("ortp.dll") | 350 | self.path("ortp.dll") |
349 | 351 | ||
350 | self.end_prefix() | 352 | self.end_prefix() |
351 | # Gstreamer is not used in webkit_plugins. The librries are never delivered/extracted to | 353 | |
352 | # ../../libraries/i686-win32/lib/release . Commented out until decision made to use or drop. | ||
353 | # Gstreamer plugins | 354 | # Gstreamer plugins |
354 | #if self.prefix(src="lib/gstreamer-plugins", dst=""): | 355 | if self.prefix(src="lib/gstreamer-plugins", dst=""): |
355 | # self.path("*.dll", dst="lib/gstreamer-plugins/*.dll") | 356 | self.path("*.dll", dst="lib/gstreamer-plugins/*.dll") |
356 | # self.end_prefix() | 357 | self.end_prefix() |
357 | 358 | ||
358 | # Gstreamer libs | 359 | # Gstreamer libs |
359 | #if (not self.standalone()) and self.prefix(src="../../libraries/i686-win32/lib/release", dst=""): | 360 | if (not self.standalone()) and self.prefix(src="../../libraries/i686-win32/lib/release", dst=""): |
360 | # self.path("iconv.dll") | 361 | self.path("avcodec-gpl-52.dll") |
361 | # self.path("libxml2.dll") | 362 | self.path("avdevice-gpl-52.dll") |
362 | # self.path("libcairo-2.dll") | 363 | self.path("avfilter-gpl-1.dll") |
363 | # self.path("libgio-2.0-0.dll") | 364 | self.path("avformat-gpl-52.dll") |
364 | # self.path("libglib-2.0-0.dll") | 365 | self.path("avutil-gpl-50.dll") |
365 | # self.path("libgmodule-2.0-0.dll") | 366 | self.path("iconv.dll") |
366 | # self.path("libgobject-2.0-0.dll") | 367 | self.path("liba52-0.dll") |
367 | # self.path("libgthread-2.0-0.dll") | 368 | self.path("libbz2.dll") |
368 | # self.path("charset.dll") | 369 | self.path("libcelt-0.dll") |
369 | # self.path("intl.dll") | 370 | self.path("libdca-0.dll") |
370 | # self.path("libgcrypt-11.dll") | 371 | self.path("libexpat-1.dll") |
371 | # self.path("libgnutls-26.dll") | 372 | self.path("libfaad-2.dll") |
372 | # self.path("libgpg-error-0.dll") | 373 | self.path("libFLAC-8.dll") |
373 | # self.path("libgstapp.dll") | 374 | self.path("libgcrypt-11.dll") |
374 | # self.path("libgstaudio.dll") | 375 | self.path("libgio-2.0-0.dll") |
375 | # self.path("libgstbase-0.10.dll") | 376 | self.path("libglib-2.0-0.dll") |
376 | # self.path("libgstcdda.dll") | 377 | self.path("libgmodule-2.0-0.dll") |
377 | # self.path("libgstcontroller-0.10.dll") | 378 | self.path("libgnutls-26.dll") |
378 | # self.path("libgstdataprotocol-0.10.dll") | 379 | self.path("libgobject-2.0-0.dll") |
379 | # self.path("libgstdshow.dll") | 380 | self.path("libgpg-error-0.dll") |
380 | # self.path("libgstfft.dll") | 381 | self.path("libgstapp-0.10.dll") |
381 | # self.path("libgstinterfaces.dll") | 382 | self.path("libgstaudio-0.10.dll") |
382 | # self.path("libgstnet-0.10.dll") | 383 | self.path("libgstbase-0.10.dll") |
383 | # self.path("libgstnetbuffer.dll") | 384 | self.path("libgstcontroller-0.10.dll") |
384 | # self.path("libgstpbutils.dll") | 385 | self.path("libgstdataprotocol-0.10.dll") |
385 | # self.path("libgstreamer-0.10.dll") | 386 | self.path("libgstfft-0.10.dll") |
386 | # self.path("libgstriff.dll") | 387 | self.path("libgstinterfaces-0.10.dll") |
387 | # self.path("libgstrtp.dll") | 388 | self.path("libgstnet-0.10.dll") |
388 | # self.path("libgstrtsp.dll") | 389 | self.path("libgstnetbuffer-0.10.dll") |
389 | # self.path("libgstsdp.dll") | 390 | self.path("libgstpbutils-0.10.dll") |
390 | # self.path("libgsttag.dll") | 391 | self.path("libgstphotography-0.10.dll") |
391 | # self.path("libgstvideo.dll") | 392 | self.path("libgstreamer-0.10.dll") |
392 | # self.path("libjpeg.dll") | 393 | self.path("libgstriff-0.10.dll") |
393 | # self.path("libmp3lame-0.dll") | 394 | self.path("libgstrtp-0.10.dll") |
394 | # self.path("libneon-27.dll") | 395 | self.path("libgstrtsp-0.10.dll") |
395 | # self.path("libogg-0.dll") | 396 | self.path("libgstsdp-0.10.dll") |
396 | # self.path("liboil-0.3-0.dll") | 397 | self.path("libgstsignalprocessor-0.10.dll") |
397 | # self.path("libopenjpeg-2.dll") | 398 | self.path("libgsttag-0.10.dll") |
398 | # self.path("libpng12-0.dll") | 399 | self.path("libgstvideo-0.10.dll") |
399 | # self.path("libschroedinger-1.0-0.dll") | 400 | self.path("libgthread-2.0-0.dll") |
400 | # self.path("libspeex-1.dll") | 401 | self.path("libmms-0.dll") |
401 | # self.path("libtheora-0.dll") | 402 | self.path("libmpeg2-0.dll") |
402 | # self.path("libvorbis-0.dll") | 403 | self.path("libneon-27.dll") |
403 | # self.path("libvorbisenc-2.dll") | 404 | self.path("libogg-0.dll") |
404 | # self.path("libxml2-2.dll") | 405 | self.path("liboil-0.3-0.dll") |
405 | # self.path("glew32.dll") | 406 | self.path("libsoup-2.4-1.dll") |
406 | # self.path("xvidcore.dll") | 407 | self.path("libtasn1-3.dll") |
407 | # self.path("zlib1.dll") | 408 | self.path("libtheora-0.dll") |
408 | # self.end_prefix() | 409 | self.path("libtheoradec-1.dll") |
410 | self.path("libvorbis-0.dll") | ||
411 | self.path("libvorbisenc-2.dll") | ||
412 | self.path("libvorbisfile-3.dll") | ||
413 | self.path("libwavpack-1.dll") | ||
414 | self.path("libx264-67.dll") | ||
415 | self.path("libxml2-2.dll") | ||
416 | self.path("libxml2.dll") | ||
417 | self.path("SDL.dll") | ||
418 | self.path("xvidcore.dll") | ||
419 | self.path("z.dll") | ||
420 | self.end_prefix() | ||
409 | 421 | ||
410 | # # pull in the crash logger and updater from other projects | 422 | # # pull in the crash logger and updater from other projects |
411 | # self.path(src=self.find_existing_file( # tag:"crash-logger" here as a cue to the exporter | 423 | # self.path(src=self.find_existing_file( # tag:"crash-logger" here as a cue to the exporter |