diff options
-rw-r--r-- | ChangeLog.txt | 22 | ||||
-rw-r--r-- | RELEASE_NOTES.txt | 265 | ||||
-rw-r--r-- | linden/indra/newview/llviewergesture.cpp | 3 | ||||
-rwxr-xr-x | linden/indra/newview/viewer_manifest.py | 95 |
4 files changed, 363 insertions, 22 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index c2c4669..62e25f0 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -42,6 +42,9 @@ | |||
42 | * linden/indra/newview/skins/default/xui/en-us/panel_media_controls.xml: | 42 | * linden/indra/newview/skins/default/xui/en-us/panel_media_controls.xml: |
43 | Ditto. | 43 | Ditto. |
44 | 44 | ||
45 | * linden/indra/newview/llviewergesture.cpp: | ||
46 | Gestures now muted with sounds. | ||
47 | |||
45 | 48 | ||
46 | 2009-02-13 McCabe Maxsted <hakushakukun@gmail.com> | 49 | 2009-02-13 McCabe Maxsted <hakushakukun@gmail.com> |
47 | 50 | ||
@@ -77,6 +80,7 @@ | |||
77 | * linden/indra/llmedia/llmediaimplgstreamer_syms_raw.inc: | 80 | * linden/indra/llmedia/llmediaimplgstreamer_syms_raw.inc: |
78 | Ditto. | 81 | Ditto. |
79 | 82 | ||
83 | |||
80 | 2009-02-12 McCabe Maxsted <hakushakukun@gmail.com> | 84 | 2009-02-12 McCabe Maxsted <hakushakukun@gmail.com> |
81 | 85 | ||
82 | * linden/indra/newview/llfloatertopobjects.cpp: | 86 | * linden/indra/newview/llfloatertopobjects.cpp: |
@@ -114,9 +118,25 @@ | |||
114 | 118 | ||
115 | 119 | ||
116 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | 120 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- |
117 | =- 1.1.0 -= | 121 | =- 1.1.0 RC1 -= |
118 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | 122 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- |
119 | 123 | ||
124 | |||
125 | 2009-02-02 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
126 | |||
127 | * linden/indra/newview/viewer_manifest.py: | ||
128 | Added linux gstreamer libs, dependencies, and plugins. | ||
129 | |||
130 | * linden/indra/newview/viewer_manifest.py: | ||
131 | Removed some unused libs from Linux manifest. | ||
132 | |||
133 | * linden/indra/newview/viewer_manifest.py: | ||
134 | Get AL libs from real libs dir, not vivox. | ||
135 | |||
136 | * linden/indra/newview/viewer_manifest.py: | ||
137 | Removed redundant packaging of text files. | ||
138 | |||
139 | |||
120 | 2009-01-30 Jacek Antonelli <jacek.antonelli@gmail.com> | 140 | 2009-01-30 Jacek Antonelli <jacek.antonelli@gmail.com> |
121 | 141 | ||
122 | * linden/indra/llmath/llcalc.cpp: | 142 | * linden/indra/llmath/llcalc.cpp: |
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 9f39144..0da1a00 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt | |||
@@ -3,6 +3,271 @@ | |||
3 | http://imprudenceviewer.org | 3 | http://imprudenceviewer.org |
4 | 4 | ||
5 | 5 | ||
6 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
7 | =- 1.1.0 RC1 -= | ||
8 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
9 | |||
10 | |||
11 | NOTICE: POTENTIALLY DISRUPTIVE UI CHANGES | ||
12 | |||
13 | This version contains many changes to the UI, including changes | ||
14 | to the names and locations of buttons and menu items. You should | ||
15 | expect the UI (especially the pie menus) to feel awkward at | ||
16 | first, while your brain and muscle memory adjust to the changes. | ||
17 | We think you will find the new layouts to be more usable in the | ||
18 | long run, once the initial re-learning period passes. | ||
19 | |||
20 | Stick with it! :) | ||
21 | |||
22 | |||
23 | In particular, please be aware of the following: | ||
24 | |||
25 | * There have been major reorganization of all pie menus! | ||
26 | |||
27 | * Some Advanced menu items have been moved to other locations: | ||
28 | |||
29 | - "Advanced > Rebake Textures" is now "Edit > Refresh | ||
30 | Appearance". | ||
31 | |||
32 | - "Advanced > Disable Camera Constraints" is now in the | ||
33 | "Input/Camera" section of Preferences. | ||
34 | |||
35 | - "Advanced > High Resolution Snapshots" is now in the | ||
36 | Snapshot window. | ||
37 | |||
38 | - "View > Show HUD Attachments" is now "Advanced > Rendering > | ||
39 | Features > HUD Attachments". | ||
40 | |||
41 | * Some rarely-used menu items have been removed: | ||
42 | |||
43 | - "Advanced > Compress Snapshots to disk" | ||
44 | |||
45 | * Some shortcuts have changed: | ||
46 | |||
47 | - Added Ctrl-B (View > Web Browser) | ||
48 | |||
49 | - Added Ctrl-D (World > Create Landmark Here) | ||
50 | |||
51 | - Removed Shift-Alt-H (View > Show HUD Attachments, | ||
52 | which has been moved; see above) | ||
53 | |||
54 | * The "Invite" and "Leave" buttons in the Groups window have | ||
55 | switched positions (to move "Leave" further away from | ||
56 | "Activate"). | ||
57 | |||
58 | See the CHANGES section below for details, plus other UI and | ||
59 | non-UI changes in this version. | ||
60 | |||
61 | |||
62 | KNOWN ISSUES | ||
63 | |||
64 | * There is no Mac version! We need a volunteer Mac developer to | ||
65 | help with this! | ||
66 | |||
67 | * All platforms still lack voice chat. (But you can add it back | ||
68 | with a simple trick...) | ||
69 | |||
70 | * The sub-menus inside the "Advanced > Rendering" menu (i.e. | ||
71 | Types, Features, Info Displays, and Render Tests) sometimes get | ||
72 | hidden behind the Advanced menu when they open. This is | ||
73 | scheduled to be fixed in a future version; in the meantime, you | ||
74 | can work around it by clicking the tear-off stript at the top | ||
75 | of the Rendering menu, moving it to the left side of the | ||
76 | screen, and then opening the desired sub-menu. | ||
77 | |||
78 | |||
79 | CHANGES | ||
80 | |||
81 | This version of Imprudence includes the following changes (as | ||
82 | compared to Imprudence 1.0.0). | ||
83 | |||
84 | FEATURE HIGHLIGHTS | ||
85 | |||
86 | * Windows and Linux versions now support sound effects and | ||
87 | streaming audio and video with OpenAL and Gstreamer! Thanks | ||
88 | to Tofu Linden for his OpenAL patch, Unknown Linden(s) for | ||
89 | their Gstreamer work, and McCabe and Jacek for pounding on it | ||
90 | with hammers! | ||
91 | |||
92 | * New "Quick Filter" list in the Inventory window. Thanks for | ||
93 | adding that, Jacek! | ||
94 | |||
95 | * New "Worn Items" tab in the Inventory window (VWR-2199). | ||
96 | Thanks for the patch, Vadim Bigbear! | ||
97 | |||
98 | * New math expressions support in the Build window's Object and | ||
99 | Texture tabs (VWR-675). Thanks for the patch, Aimee | ||
100 | Trescothick! See the Build Math Expressions wiki page for | ||
101 | details and examples for using this cool feature! | ||
102 | |||
103 | MENUS | ||
104 | |||
105 | * Reorganized and improved the pie menus a lot (details below). | ||
106 | Thanks, McCabe! | ||
107 | |||
108 | - Replaced "Go" with "Inventory" in the pie menu for your | ||
109 | avatar mesh. | ||
110 | |||
111 | - Moved "Create" to "More > Build" in the pie menu for | ||
112 | objects, and moved "Buy" up to the top level. "Take" is | ||
113 | now always "Take". | ||
114 | |||
115 | - The pie menu for your own attachments is now more | ||
116 | consistent with the pie menu for your avatar mesh. This | ||
117 | helps users with prim-based avatars / lots of | ||
118 | body-covering attachments. (Attachment-specific options | ||
119 | are under "More >".) | ||
120 | |||
121 | - Renamed "Report Abuse..." label to "Abuse..." so it | ||
122 | doesn't overrun the pie menu. | ||
123 | |||
124 | - "Mute" option moved from 6 o'clock to avoid accidental | ||
125 | clicks. | ||
126 | |||
127 | - Added "Create Landmark" to the pie menu for the ground | ||
128 | (IMP-38). Thanks for the patch, Armin Weatherwax! | ||
129 | |||
130 | - Added "Report Abuse" to the pie menu for avatars besides | ||
131 | yourself (VWR-8179). Thanks for the patch, Asuka Neely! | ||
132 | |||
133 | * Moved some commonly-used "Advanced" options to more prominent | ||
134 | locations (details below) (IMP-18). Thanks for doing that, | ||
135 | McCabe! | ||
136 | |||
137 | - Moved "Rebake Textures" to "Edit > Refresh Appearance". | ||
138 | |||
139 | - Moved "Disable Camera Constraints" to be in the | ||
140 | "Input/Camera" section of Preferences. | ||
141 | |||
142 | - Moved "High Resolution Snapshots" to the Snapshot window. | ||
143 | |||
144 | * Added menu item and shortcut to open the built-in web browser | ||
145 | ("View > Web Browser", Ctrl-B). Thanks, McCabe! | ||
146 | |||
147 | * Removed "Advanced > Compress Snapshot to disk", since it's | ||
148 | useless. Thanks, McCabe! | ||
149 | |||
150 | * Added shortcut (Ctrl-D) to create a new landmark. Also, a | ||
151 | message, "You created a landmark at _____", will appear in | ||
152 | chat history when creating a landmark. Thanks, McCabe! | ||
153 | |||
154 | * Moved "View > Show HUD Attachments" to | ||
155 | "Advanced > Rendering > Features > HUD Attachments", and | ||
156 | removed its keyboard shortcut. | ||
157 | |||
158 | |||
159 | INVENTORY | ||
160 | |||
161 | * Added "Restore to World" to right click menu on Objects in | ||
162 | inventory (if the sim supports it) (IMP-36). Thanks, Unknown | ||
163 | Linden! (This action returns the object to the location | ||
164 | in-world where it was before being taken / returned to your | ||
165 | inventory.) | ||
166 | |||
167 | * Added "Discard" buttons for incoming landmarks, and notecards | ||
168 | that you created (IMP-30). Thanks for the patches, Henri | ||
169 | Beauchamp, and thanks to Balp Allen for pointing them out! | ||
170 | |||
171 | |||
172 | BUILDING | ||
173 | |||
174 | * High-up prims no longer fall to 256m height when moved | ||
175 | outworld (VWR-9352). Thanks for the patch, Aimee Trescothick! | ||
176 | |||
177 | * Fixed Local ruler mode being oriented incorrectly for linked | ||
178 | objects (VWR-1582). Thanks, Jacek! | ||
179 | |||
180 | * Added "Tools > Select Only Copyable Objects" menu item. | ||
181 | Thanks, McCabe! | ||
182 | |||
183 | |||
184 | MAP / MINIMAP | ||
185 | |||
186 | * Friends now appear yellow on the minimap (VWR-3336). Thanks | ||
187 | for the patch, Aimee Trescothick! | ||
188 | |||
189 | * You can now double-click in the minimap to teleport to that | ||
190 | location (IMP-34). Thanks for the patch, Armin Weatherwax! | ||
191 | |||
192 | * The Map window now supports teleports up to a height of 4096m | ||
193 | (VWR-7331). Thanks for the patch, Peter Lameth! | ||
194 | |||
195 | * Minimap and Map glyph colors can now be set in colors.xml. | ||
196 | Thanks, McCabe! | ||
197 | |||
198 | |||
199 | OTHER UI | ||
200 | |||
201 | * Added syntax highlighting for C-style comments ("/* ... */") | ||
202 | in LSL scripts (SVC-2631). Thanks for the patch, Felix | ||
203 | Duesenburg! | ||
204 | |||
205 | * Added Home page functionality in the web browser ("Home", "Set | ||
206 | As Home"). Thanks, McCabe! | ||
207 | |||
208 | * Clicking "Set As Home" informs you of a successful homepage | ||
209 | change. | ||
210 | |||
211 | * Switched the positions of the "Invite" and "Leave" buttons in | ||
212 | the Groups panel, so the "Leave" button isn't right next to | ||
213 | the "Activate" button. Thanks, McCabe! | ||
214 | |||
215 | * The "Offer Teleport" button in the IM window has been moved to | ||
216 | the left, next to "Profile". Thanks, McCabe! | ||
217 | |||
218 | * Added "Drag and drop inventory item here to send" text to the | ||
219 | IM window. That functionality was already present in the SL | ||
220 | viewer, but almost no one knew about it! Thanks, McCabe! | ||
221 | |||
222 | * Added an "Ignore" button to friendship requests (VWR-4826). | ||
223 | Thanks, McCabe! | ||
224 | |||
225 | * The "invite to group" window now displays the group name in | ||
226 | the title. Thanks, McCabe! | ||
227 | |||
228 | |||
229 | MISC | ||
230 | |||
231 | * Fixed the right/bottom edit arrows on HUDs not working | ||
232 | (VWR-5518). Thanks for describing the fix, Zi Ree! | ||
233 | |||
234 | * Fixed avatars being darker than prims; this matches the | ||
235 | changes in SL 1.22 (VWR-8012). Thanks to CG Linden for | ||
236 | pointing to the fix! | ||
237 | |||
238 | * Lip sync for voice chat is enabled by default | ||
239 | ("Advanced > Character > Enable Lip Sync"). Thanks, McCabe! | ||
240 | |||
241 | * The colors.xml files (for setting skin colors) now has helpful | ||
242 | comments describing each entry, to help skin creators. Thanks, | ||
243 | McCabe! | ||
244 | |||
245 | * Beacons no longer stay enabled between sessions, to help users | ||
246 | who accidently enable them. Thanks, McCabe! | ||
247 | |||
248 | * The wind sound is now disabled by default, and doesn't waste | ||
249 | CPU time generating white noise when it's off. You can | ||
250 | re-enable wind by changing the "MuteWind" debug setting to | ||
251 | FALSE. Thanks, McCabe! | ||
252 | |||
253 | * Added TGA as an available image format for saving snapshots. | ||
254 | Thanks, McCabe! | ||
255 | |||
256 | * llLoadUrl scripts now opens in either the built-in browser or | ||
257 | your external browser, depending on your preference. Thanks, | ||
258 | McCabe! | ||
259 | |||
260 | * The URL highlighter now includes closing parentheses ")" as | ||
261 | part of the link (VWR-8773). Thanks, Qarl Linden! | ||
262 | |||
263 | * Windows: Running straight from the .exe uses | ||
264 | "settings_imprudence.xml" file. Thanks, McCabe! | ||
265 | |||
266 | * Windows: Crash dump files are named with "Imprudence" instead | ||
267 | of "Second Life". Thanks yet again, McCabe, you busy beaver! | ||
268 | |||
269 | |||
270 | |||
6 | 271 | ||
7 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | 272 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- |
8 | =- 1.0.0 -= | 273 | =- 1.0.0 -= |
diff --git a/linden/indra/newview/llviewergesture.cpp b/linden/indra/newview/llviewergesture.cpp index a080663..d99a3a8 100644 --- a/linden/indra/newview/llviewergesture.cpp +++ b/linden/indra/newview/llviewergesture.cpp | |||
@@ -43,6 +43,7 @@ | |||
43 | #include "llinventorymodel.h" | 43 | #include "llinventorymodel.h" |
44 | #include "llvoavatar.h" | 44 | #include "llvoavatar.h" |
45 | #include "llxfermanager.h" | 45 | #include "llxfermanager.h" |
46 | #include "llviewercontrol.h" | ||
46 | #include "llviewermessage.h" // send_guid_sound_trigger | 47 | #include "llviewermessage.h" // send_guid_sound_trigger |
47 | #include "llviewernetwork.h" | 48 | #include "llviewernetwork.h" |
48 | #include "llagent.h" | 49 | #include "llagent.h" |
@@ -50,7 +51,7 @@ | |||
50 | // Globals | 51 | // Globals |
51 | LLViewerGestureList gGestureList; | 52 | LLViewerGestureList gGestureList; |
52 | 53 | ||
53 | const F32 LLViewerGesture::SOUND_VOLUME = 1.f; | 54 | const F32 LLViewerGesture::SOUND_VOLUME = gSavedSettings.getBOOL("MuteSounds") ? 0.f : 1.f; |
54 | 55 | ||
55 | LLViewerGesture::LLViewerGesture() | 56 | LLViewerGesture::LLViewerGesture() |
56 | : LLGesture() | 57 | : LLGesture() |
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py index d8261c2..7540ce1 100755 --- a/linden/indra/newview/viewer_manifest.py +++ b/linden/indra/newview/viewer_manifest.py | |||
@@ -44,16 +44,6 @@ class ViewerManifest(LLManifest): | |||
44 | self.exclude("*.svn*") | 44 | self.exclude("*.svn*") |
45 | self.path(src="../../scripts/messages/message_template.msg", dst="app_settings/message_template.msg") | 45 | self.path(src="../../scripts/messages/message_template.msg", dst="app_settings/message_template.msg") |
46 | self.path(src="../../etc/message.xml", dst="app_settings/message.xml") | 46 | self.path(src="../../etc/message.xml", dst="app_settings/message.xml") |
47 | self.path(src="../../../ChangeLog.txt", dst="doc/ChangeLog.txt") | ||
48 | self.path(src="../../../CONTRIBUTE.txt", dst="doc/CONTRIBUTE.txt") | ||
49 | self.path(src="../../../MANIFESTO.txt", dst="doc/MANIFESTO.txt") | ||
50 | self.path(src="../../../README.txt", dst="doc/README.txt") | ||
51 | self.path(src="../../../RELEASE_NOTES.txt", dst="doc/RELEASE_NOTES.txt") | ||
52 | self.path(src="../../doc/contributions.txt", dst="doc/ll-contributions.txt") | ||
53 | self.path(src="../../doc/FLOSS-exception.txt", dst="doc/FLOSS-exception.txt") | ||
54 | self.path(src="../../doc/GPL-license.txt", dst="doc/GPL-license.txt") | ||
55 | self.path(src="../../doc/releasenotes-where.txt", dst="doc/ll-releasenotes-where.txt") | ||
56 | # | ||
57 | 47 | ||
58 | if self.prefix(src="app_settings"): | 48 | if self.prefix(src="app_settings"): |
59 | self.exclude("logcontrol.xml") | 49 | self.exclude("logcontrol.xml") |
@@ -666,20 +656,91 @@ class Linux_i686Manifest(LinuxManifest): | |||
666 | self.path("app_settings/mozilla-runtime-linux-i686") | 656 | self.path("app_settings/mozilla-runtime-linux-i686") |
667 | 657 | ||
668 | if self.prefix("../../libraries/i686-linux/lib_release_client", dst="lib"): | 658 | if self.prefix("../../libraries/i686-linux/lib_release_client", dst="lib"): |
669 | # self.path("libfmod-3.75.so") | ||
670 | self.path("libapr-1.so.0") | 659 | self.path("libapr-1.so.0") |
671 | self.path("libaprutil-1.so.0") | 660 | self.path("libaprutil-1.so.0") |
672 | self.path("libdb-4.2.so") | 661 | self.path("libdb-4.2.so") |
673 | self.path("libcrypto.so.0.9.7") | 662 | self.path("libcrypto.so.0.9.7") |
674 | self.path("libexpat.so.1") | 663 | self.path("libexpat.so.1") |
675 | self.path("libssl.so.0.9.7") | 664 | self.path("libssl.so.0.9.7") |
676 | # self.path("libstdc++.so.6") | ||
677 | self.path("libuuid.so", "libuuid.so.1") | 665 | self.path("libuuid.so", "libuuid.so.1") |
678 | self.path("libSDL-1.2.so.0") | 666 | self.path("libSDL-1.2.so.0") |
679 | self.path("libELFIO.so") | 667 | self.path("libELFIO.so") |
680 | self.path("libopenjpeg.so.2") | 668 | self.path("libopenjpeg.so.2") |
681 | #self.path("libtcmalloc.so.0") - bugged | 669 | |
682 | #self.path("libstacktrace.so.0") - probably bugged | 670 | self.path("libopenal.so") # symlink |
671 | self.path("libopenal.so.1") | ||
672 | self.path("libalut.so") | ||
673 | |||
674 | # Gstreamer libs | ||
675 | self.path("libgstbase-0.10.so") # symlink | ||
676 | self.path("libgstbase-0.10.so.0") | ||
677 | self.path("libgstreamer-0.10.so") # symlink | ||
678 | self.path("libgstreamer-0.10.so.0") | ||
679 | self.path("libgstaudio-0.10.so.0") | ||
680 | self.path("libgstbase-0.10.so.0") | ||
681 | self.path("libgstcontroller-0.10.so.0") | ||
682 | self.path("libgstdataprotocol-0.10.so.0") | ||
683 | self.path("libgstinterfaces-0.10.so.0") | ||
684 | self.path("libgstnetbuffer-0.10.so.0") | ||
685 | self.path("libgstpbutils-0.10.so.0") | ||
686 | self.path("libgstriff-0.10.so.0") | ||
687 | self.path("libgstrtp-0.10.so.0") | ||
688 | self.path("libgstrtsp-0.10.so.0") | ||
689 | self.path("libgstsdp-0.10.so.0") | ||
690 | self.path("libgsttag-0.10.so.0") | ||
691 | self.path("libgstvideo-0.10.so.0") | ||
692 | |||
693 | # Gstreamer plugin dependencies | ||
694 | self.path("libavcodec.so.52") | ||
695 | self.path("libavformat.so.52") | ||
696 | self.path("libavutil.so.49") | ||
697 | self.path("libxvidcore.so.4") | ||
698 | self.path("libfaac.so.0") | ||
699 | self.path("libfaad.so.1") | ||
700 | self.path("libmp3lame.so.0") | ||
701 | self.path("libogg.so.0") | ||
702 | self.path("libvorbis.so.0") | ||
703 | self.path("libvorbisenc.so.2") | ||
704 | self.path("libxml2.so.2") | ||
705 | self.path("libxvidcore.so.4") | ||
706 | |||
707 | # Gstreamer plugins | ||
708 | if self.prefix("gstreamer-plugins"): | ||
709 | self.path("libgstalsa.so") | ||
710 | self.path("libgstasf.so") | ||
711 | self.path("libgstaudioconvert.so") | ||
712 | self.path("libgstaudioresample.so") | ||
713 | self.path("libgstautodetect.so") | ||
714 | self.path("libgstavi.so") | ||
715 | self.path("libgstcoreelements.so") | ||
716 | self.path("libgstcoreindexers.so") | ||
717 | self.path("libgstdecodebin2.so") | ||
718 | self.path("libgstdecodebin.so") | ||
719 | self.path("libgstesd.so") | ||
720 | self.path("libgstffmpegcolorspace.so") | ||
721 | self.path("libgstffmpeg.so") | ||
722 | self.path("libgstgnomevfs.so") | ||
723 | self.path("libgsticydemux.so") | ||
724 | self.path("libgstid3demux.so") | ||
725 | self.path("libgstmpegdemux.so") | ||
726 | self.path("libgstmultifile.so") | ||
727 | self.path("libgstmultipart.so") | ||
728 | self.path("libgstogg.so") | ||
729 | self.path("libgstossaudio.so") | ||
730 | self.path("libgstplaybin.so") | ||
731 | self.path("libgstqtdemux.so") | ||
732 | self.path("libgstqueue2.so") | ||
733 | self.path("libgsttcp.so") | ||
734 | self.path("libgsttheora.so") | ||
735 | self.path("libgsttypefindfunctions.so") | ||
736 | self.path("libgstudp.so") | ||
737 | self.path("libgstvideoscale.so") | ||
738 | self.path("libgstvolume.so") | ||
739 | self.path("libgstvorbis.so") | ||
740 | self.path("libgstwavparse.so") | ||
741 | |||
742 | self.end_prefix("gstreamer-plugins") | ||
743 | |||
683 | self.end_prefix("lib") | 744 | self.end_prefix("lib") |
684 | 745 | ||
685 | # Vivox runtimes | 746 | # Vivox runtimes |
@@ -687,12 +748,6 @@ class Linux_i686Manifest(LinuxManifest): | |||
687 | # self.path("SLVoice") | 748 | # self.path("SLVoice") |
688 | # self.end_prefix() | 749 | # self.end_prefix() |
689 | 750 | ||
690 | if self.prefix(src="vivox-runtime/i686-linux", dst="lib"): | ||
691 | self.path("libopenal.so.1") | ||
692 | self.path("libalut.so") | ||
693 | # self.path("libortp.so") | ||
694 | # self.path("libvivoxsdk.so") | ||
695 | self.end_prefix("lib") | ||
696 | 751 | ||
697 | class Linux_x86_64Manifest(LinuxManifest): | 752 | class Linux_x86_64Manifest(LinuxManifest): |
698 | def construct(self): | 753 | def construct(self): |