diff options
author | Jacek Antonelli | 2009-06-05 21:21:37 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-06-05 21:21:37 -0500 |
commit | ae5604f5cead88b401c97ed45c8bbb02fd452aa7 (patch) | |
tree | ad4d09173febf7597650b5572c1d44ebd50717a3 | |
parent | Merged in jacek/next (diff) | |
parent | Changed the list of installed Mac gstreamer plugins. (diff) | |
download | meta-impy-ae5604f5cead88b401c97ed45c8bbb02fd452aa7.zip meta-impy-ae5604f5cead88b401c97ed45c8bbb02fd452aa7.tar.gz meta-impy-ae5604f5cead88b401c97ed45c8bbb02fd452aa7.tar.bz2 meta-impy-ae5604f5cead88b401c97ed45c8bbb02fd452aa7.tar.xz |
Merge commit 'origin/mac' into next
-rw-r--r-- | ChangeLog.txt | 27 | ||||
-rwxr-xr-x | linden/indra/newview/viewer_manifest.py | 11 |
2 files changed, 38 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index fe4b0a5..16666ea 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -126,6 +126,27 @@ | |||
126 | Added ConfirmTeleportHome alert text. | 126 | Added ConfirmTeleportHome alert text. |
127 | 127 | ||
128 | 128 | ||
129 | 2009-05-18 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
130 | |||
131 | * linden/indra/newview/viewer_manifest.py: | ||
132 | Changed the list of installed Mac gstreamer plugins. | ||
133 | |||
134 | Commented out libgstqtwrapper.so, since it causes issues with | ||
135 | MP3s (and perhaps other types). | ||
136 | |||
137 | Added: | ||
138 | libgstfilter.so | ||
139 | libgstmultifile.so | ||
140 | libgststereo.so | ||
141 | libgstvideobalance.so | ||
142 | libgstvideobox.so | ||
143 | libgstvideocrop.so | ||
144 | libgstvideoflip.so | ||
145 | libgstvideomixer.so | ||
146 | libgstvideorate.so | ||
147 | libgstvideosignal.so | ||
148 | |||
149 | |||
129 | 2009-05-16 Jacek Antonelli <jacek.antonelli@gmail.com> | 150 | 2009-05-16 Jacek Antonelli <jacek.antonelli@gmail.com> |
130 | 151 | ||
131 | * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml: | 152 | * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml: |
@@ -133,6 +154,12 @@ | |||
133 | No longer World > Create Landmark Here. | 154 | No longer World > Create Landmark Here. |
134 | 155 | ||
135 | 156 | ||
157 | 2009-05-02 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
158 | |||
159 | * linden/indra/newview/viewer_manifest.py: | ||
160 | Added libgstqtwrapper.so to Mac manifest. | ||
161 | |||
162 | |||
136 | 2009-04-28 McCabe Maxsted <hakushakukun@gmail.com> | 163 | 2009-04-28 McCabe Maxsted <hakushakukun@gmail.com> |
137 | 164 | ||
138 | * linden/install.xml: | 165 | * linden/install.xml: |
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index 9aeb31e..6c8de60 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py | |||
@@ -503,6 +503,7 @@ class DarwinManifest(ViewerManifest): | |||
503 | self.path("libgstffmpeg.so") | 503 | self.path("libgstffmpeg.so") |
504 | self.path("libgstffmpegcolorspace.so") | 504 | self.path("libgstffmpegcolorspace.so") |
505 | self.path("libgstffmpegscale.so") | 505 | self.path("libgstffmpegscale.so") |
506 | self.path("libgstfilter.so") | ||
506 | self.path("libgstflac.so") | 507 | self.path("libgstflac.so") |
507 | self.path("libgstflv.so") | 508 | self.path("libgstflv.so") |
508 | self.path("libgstgdp.so") | 509 | self.path("libgstgdp.so") |
@@ -516,6 +517,7 @@ class DarwinManifest(ViewerManifest): | |||
516 | self.path("libgstmpeg4videoparse.so") | 517 | self.path("libgstmpeg4videoparse.so") |
517 | self.path("libgstmpegdemux.so") | 518 | self.path("libgstmpegdemux.so") |
518 | self.path("libgstmpegvideoparse.so") | 519 | self.path("libgstmpegvideoparse.so") |
520 | self.path("libgstmultifile.so") | ||
519 | self.path("libgstmultipart.so") | 521 | self.path("libgstmultipart.so") |
520 | self.path("libgstneonhttpsrc.so") | 522 | self.path("libgstneonhttpsrc.so") |
521 | self.path("libgstogg.so") | 523 | self.path("libgstogg.so") |
@@ -525,6 +527,7 @@ class DarwinManifest(ViewerManifest): | |||
525 | self.path("libgstpng.so") | 527 | self.path("libgstpng.so") |
526 | self.path("libgstpostproc.so") | 528 | self.path("libgstpostproc.so") |
527 | self.path("libgstqtdemux.so") | 529 | self.path("libgstqtdemux.so") |
530 | #self.path("libgstqtwrapper.so") | ||
528 | self.path("libgstqueue2.so") | 531 | self.path("libgstqueue2.so") |
529 | self.path("libgstreal.so") | 532 | self.path("libgstreal.so") |
530 | self.path("libgstrtp.so") | 533 | self.path("libgstrtp.so") |
@@ -532,11 +535,19 @@ class DarwinManifest(ViewerManifest): | |||
532 | self.path("libgstrtsp.so") | 535 | self.path("libgstrtsp.so") |
533 | self.path("libgstsdpelem.so") | 536 | self.path("libgstsdpelem.so") |
534 | self.path("libgstselector.so") | 537 | self.path("libgstselector.so") |
538 | self.path("libgststereo.so") | ||
535 | self.path("libgsttcp.so") | 539 | self.path("libgsttcp.so") |
536 | self.path("libgsttheora.so") | 540 | self.path("libgsttheora.so") |
537 | self.path("libgsttypefindfunctions.so") | 541 | self.path("libgsttypefindfunctions.so") |
538 | self.path("libgstudp.so") | 542 | self.path("libgstudp.so") |
543 | self.path("libgstvideobalance.so") | ||
544 | self.path("libgstvideobox.so") | ||
545 | self.path("libgstvideocrop.so") | ||
546 | self.path("libgstvideoflip.so") | ||
547 | self.path("libgstvideomixer.so") | ||
548 | self.path("libgstvideorate.so") | ||
539 | self.path("libgstvideoscale.so") | 549 | self.path("libgstvideoscale.so") |
550 | self.path("libgstvideosignal.so") | ||
540 | self.path("libgstvolume.so") | 551 | self.path("libgstvolume.so") |
541 | self.path("libgstvorbis.so") | 552 | self.path("libgstvorbis.so") |
542 | self.path("libgstwavparse.so") | 553 | self.path("libgstwavparse.so") |