diff options
author | Jacek Antonelli | 2009-04-06 04:41:58 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-04-06 04:41:58 -0500 |
commit | 87c760f959788e3ec9dc06cbd2207d0242b6a4c9 (patch) | |
tree | 3265d96edbb9aba1eefc2744b03baf037e62402a /ChangeLog.txt | |
parent | Converted BOOLs to bools in llthread. (diff) | |
parent | Added libgstdecodebin.so plugin to Mac manifest. (diff) | |
download | meta-impy-87c760f959788e3ec9dc06cbd2207d0242b6a4c9.zip meta-impy-87c760f959788e3ec9dc06cbd2207d0242b6a4c9.tar.gz meta-impy-87c760f959788e3ec9dc06cbd2207d0242b6a4c9.tar.bz2 meta-impy-87c760f959788e3ec9dc06cbd2207d0242b6a4c9.tar.xz |
Merge branch 'mac-1.1.0' into next
Required substantial portability changes to set_gst_plugin_path().
Conflicts:
linden/indra/llmedia/llmediaimplgstreamer.cpp
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 104 |
1 files changed, 104 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 30347a5..4c485d4 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -71,12 +71,42 @@ | |||
71 | Added LLMediaBase::EDebugLevel and setDebugLevel prototype. | 71 | Added LLMediaBase::EDebugLevel and setDebugLevel prototype. |
72 | 72 | ||
73 | 73 | ||
74 | 2009-03-30 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
75 | |||
76 | * linden/indra/newview/viewer_manifest.py: | ||
77 | Added libgstdecodebin.so plugin to Mac manifest. | ||
78 | |||
79 | |||
74 | 2009-03-30 McCabe Maxsted <hakushakukun@gmail.com> | 80 | 2009-03-30 McCabe Maxsted <hakushakukun@gmail.com> |
75 | 81 | ||
76 | * linden/indra/llmedia/llmediaimplgstreamer.cpp: | 82 | * linden/indra/llmedia/llmediaimplgstreamer.cpp: |
77 | Cleaned up logic for bad streams. | 83 | Cleaned up logic for bad streams. |
78 | 84 | ||
79 | 85 | ||
86 | 2009-03-29 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
87 | |||
88 | * linden/indra/llmedia/llmediaimplgstreamer.cpp: | ||
89 | set_gst_plugin_path now sets GST_PLUGIN_SYSTEM_PATH="". | ||
90 | This prevents GStreamer from looking for system-installed plugins, | ||
91 | which can have conflicts with our packaged ones. | ||
92 | |||
93 | |||
94 | * linden/indra/llmedia/llmediaimplgstreamer.cpp: | ||
95 | Improved set_gst_plugin_path, now sets path on Mac too. | ||
96 | |||
97 | |||
98 | * linden/indra/cmake/GStreamer.cmake: | ||
99 | Using OpenAL framework on Mac after all. Maybe. | ||
100 | |||
101 | |||
102 | * linden/indra/cmake/GStreamer.cmake: | ||
103 | Tweaked the list of linked-in gstreamer libs for Mac. | ||
104 | |||
105 | |||
106 | * linden/indra/newview/viewer_manifest.py: | ||
107 | Removed the "2.0.0" named glib libs. Only using "2.0" now. | ||
108 | |||
109 | |||
80 | 2009-03-29 McCabe Maxsted <hakushakukun@gmail.com> | 110 | 2009-03-29 McCabe Maxsted <hakushakukun@gmail.com> |
81 | 111 | ||
82 | * linden/indra/llmedia/llmediaimplgstreamer.cpp: | 112 | * linden/indra/llmedia/llmediaimplgstreamer.cpp: |
@@ -201,12 +231,86 @@ | |||
201 | Ditto. | 231 | Ditto. |
202 | 232 | ||
203 | 233 | ||
234 | 2009-03-16 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
235 | |||
236 | * linden/indra/newview/viewer_manifest.py: | ||
237 | Symlinks for Mac glib dylibs (2.0.0 -> 2.0). | ||
238 | |||
239 | * linden/indra/newview/viewer_manifest.py: | ||
240 | Added more Mac dylibs to manifest. | ||
241 | |||
242 | |||
243 | 2009-03-13 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
244 | |||
245 | * linden/indra/llaudio/audioengine_openal.cpp: | ||
246 | Added error checking when generating an OpenAL source. | ||
247 | |||
248 | |||
249 | 2009-03-12 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
250 | |||
251 | * linden/indra/cmake/OPENAL.cmake: | ||
252 | Don't find specific OpenAL lib locations on Mac/Linux. | ||
253 | Linking that way is bad. Just use -lopenal -lalut instead. | ||
254 | |||
255 | |||
256 | 2009-03-11 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
257 | |||
258 | * linden/indra/cmake/OPENAL.cmake: | ||
259 | Removed redundant/unnecessary OpenAL lib names and paths. | ||
260 | |||
261 | * linden/indra/newview/viewer_manifest.py: | ||
262 | Added Mac gstreamer plugins to viewer manifest. | ||
263 | |||
264 | * linden/indra/llaudio/CMakeLists.txt: | ||
265 | LLAudio's CMakeLists should include OPENAL. | ||
266 | |||
267 | * linden/indra/cmake/LLMedia.cmake: | ||
268 | Removed Quicktime-related cmake code. | ||
269 | * linden/indra/cmake/LLMedia.cmake: | ||
270 | Ditto. | ||
271 | * linden/indra/llmedia/CMakeLists.txt: | ||
272 | Ditto. | ||
273 | * linden/indra/newview/CMakeLists.txt: | ||
274 | Ditto. | ||
275 | |||
276 | |||
204 | 2009-03-10 McCabe Maxsted <hakushakukun@gmail.com> | 277 | 2009-03-10 McCabe Maxsted <hakushakukun@gmail.com> |
205 | 278 | ||
206 | * linden/indra/llaudio/audioengine.cpp: | 279 | * linden/indra/llaudio/audioengine.cpp: |
207 | Changed startinternetstream() a bit to be clearer. | 280 | Changed startinternetstream() a bit to be clearer. |
208 | 281 | ||
209 | 282 | ||
283 | 2009-03-09 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
284 | |||
285 | * linden/indra/newview/viewer_manifest.py: | ||
286 | Manifest includes openal and gstreamer libs in Mac package. | ||
287 | |||
288 | * linden/indra/newview/CMakeLists.txt: | ||
289 | Mac app icon will be called viewer.icns instead of secondlife.icns. | ||
290 | * linden/indra/newview/Info-Imprudence.plist: | ||
291 | Ditto. | ||
292 | * linden/indra/newview/viewer_manifest.py: | ||
293 | Ditto. | ||
294 | |||
295 | |||
296 | 2009-03-08 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
297 | |||
298 | * linden/indra/llmedia/llmediaimplgstreamer.cpp: | ||
299 | Load the proper gstreamer lib type (dylib) on Mac. | ||
300 | |||
301 | |||
302 | * linden/indra/cmake/GStreamer.cmake: | ||
303 | Tweaked GStreamer.cmake to work on Mac. | ||
304 | |||
305 | |||
306 | 2009-03-07 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
307 | |||
308 | * linden/indra/newview/Info-SecondLife.plist: | ||
309 | Moved Info-SecondLife.plist to Info-Imprudence.plist. | ||
310 | * linden/indra/newview/viewer_manifest.py: | ||
311 | Ditto. | ||
312 | |||
313 | |||
210 | 2009-03-07 McCabe Maxsted <hakushakukun@gmail.com> | 314 | 2009-03-07 McCabe Maxsted <hakushakukun@gmail.com> |
211 | 315 | ||
212 | * linden/indra/llimagej2coj/llimagej2coj.cpp: | 316 | * linden/indra/llimagej2coj/llimagej2coj.cpp: |