aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorthickbrick2010-11-09 23:47:58 +0200
committerthickbrick2010-11-09 23:47:58 +0200
commitcf44892112de83eaaa95ebcc17e78694d0b4bfe6 (patch)
treece18667765534780ab6942e3f9a454fb3b16b054
parentMerge branch 'weekly' of git://github.com/mccabe/imprudence into weekly (diff)
parentAs we currently do not build the gstreamer plugin for windows, do not try to ... (diff)
downloadmeta-impy-cf44892112de83eaaa95ebcc17e78694d0b4bfe6.zip
meta-impy-cf44892112de83eaaa95ebcc17e78694d0b4bfe6.tar.gz
meta-impy-cf44892112de83eaaa95ebcc17e78694d0b4bfe6.tar.bz2
meta-impy-cf44892112de83eaaa95ebcc17e78694d0b4bfe6.tar.xz
Merge branch 'weekly' of git://github.com/mccabe/imprudence into weekly
-rwxr-xr-xlinden/indra/newview/viewer_manifest.py11
-rwxr-xr-xlinden/install.xml2
2 files changed, 5 insertions, 8 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py
index 41495ca..6dcd977 100755
--- a/linden/indra/newview/viewer_manifest.py
+++ b/linden/indra/newview/viewer_manifest.py
@@ -246,7 +246,9 @@ class WindowsManifest(ViewerManifest):
246 #self.path("fmod.dll") 246 #self.path("fmod.dll")
247 247
248 # For spellchecking 248 # For spellchecking
249 self.path("libhunspell.dll") 249 if self.prefix(src=self.args['configuration'], dst=""):
250 self.path("libhunspell.dll")
251 self.end_prefix()
250 252
251 # For textures 253 # For textures
252 if self.prefix(src="../../libraries/i686-win32/lib/release", dst=""): 254 if self.prefix(src="../../libraries/i686-win32/lib/release", dst=""):
@@ -268,12 +270,7 @@ class WindowsManifest(ViewerManifest):
268 if self.prefix(src='../media_plugins/webkit/%s' % self.args['configuration'], dst="llplugin"): 270 if self.prefix(src='../media_plugins/webkit/%s' % self.args['configuration'], dst="llplugin"):
269 self.path("media_plugin_webkit.dll") 271 self.path("media_plugin_webkit.dll")
270 self.end_prefix() 272 self.end_prefix()
271 273
272 # Media plugins - Gstreamer
273 if self.prefix(src='../media_plugins/gstreamer/%s' % self.args['configuration'], dst="llplugin"):
274 self.path("media_plugin_gstreamer010.dll", "media_plugin_gstreamer.dll")
275 self.end_prefix()
276
277 # For WebKit/Qt plugin runtimes 274 # For WebKit/Qt plugin runtimes
278 if self.prefix(src="../../libraries/i686-win32/lib/release", dst="llplugin"): 275 if self.prefix(src="../../libraries/i686-win32/lib/release", dst="llplugin"):
279 self.path("libeay32.dll") 276 self.path("libeay32.dll")
diff --git a/linden/install.xml b/linden/install.xml
index 95c7cec..88b6ef3 100755
--- a/linden/install.xml
+++ b/linden/install.xml
@@ -702,7 +702,7 @@ cairo: Copyright © 2002 University of Southern California, Copyright © 2005 Re
702 <key>md5sum</key> 702 <key>md5sum</key>
703 <string>349ee367e0ac1e878b24b66e449c6ff8</string> 703 <string>349ee367e0ac1e878b24b66e449c6ff8</string>
704 <key>url</key> 704 <key>url</key>
705 <uri>http://github.com/downloads/AlericInglewood/imprudence/gtk-etc-linux-20101106.1.tar.bz2</uri> 705 <uri>http://imprudenceviewer.org/download/libs/gtk-etc-linux-20101106.1.tar.bz2</uri>
706 </map> 706 </map>
707 <key>linux64</key> 707 <key>linux64</key>
708 <map> 708 <map>