[gcompris] Removed svg pixbuf support on windows since it does not work.



commit ad0d13425f972a10f689677d468170968351fce0
Author: Bruno Coudoin <bruno coudoin free fr>
Date:   Tue Oct 6 23:47:19 2009 +0200

    Removed svg pixbuf support on windows since it does not work.

 Makefile.mingw.in         |    3 ---
 gcompris-installer.nsi.in |    7 -------
 2 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/Makefile.mingw.in b/Makefile.mingw.in
index 5e6a019..57cdd89 100644
--- a/Makefile.mingw.in
+++ b/Makefile.mingw.in
@@ -26,7 +26,6 @@ NEEDED_DLLS =		$(GNUCHESS_TOP)/bin/pthreadGC2.dll \
 			$(GTK_TOP)/bin/jpeg62.dll \
 			$(GTK_TOP)/bin/libatk-1.0-0.dll \
 			$(GTK_TOP)/bin/libcairo-2.dll \
-			$(LIBEXPAT_TOP)/bin/libexpat.dll \
 			$(GTK_TOP)/bin/libgdk-win32-2.0-0.dll \
 			$(GTK_TOP)/bin/libgdk_pixbuf-2.0-0.dll \
 			$(GTK_TOP)/bin/libglib-2.0-0.dll \
@@ -103,8 +102,6 @@ prepack: Makefile.mingw
 	mkdir -p $(GCOMPRIS_INSTALL_DIR)/lib
 	cp -r $(GTK_TOP)/share/locale $(GCOMPRIS_INSTALL_DIR)/lib
 	cp -r $(GTK_TOP)/lib/gtk-2.0 $(GCOMPRIS_INSTALL_DIR)/lib
-	@echo Adding svg image loader to GTK
-	cp -r $(LOCAL_PREFIX)/svg_loader/* $(GCOMPRIS_INSTALL_DIR)
 
 python: Makefile.mingw
 	cp $(PYTHON_TOP)/DLLs/tcl84.dll $(GCOMPRIS_INSTALL_DIR)
diff --git a/gcompris-installer.nsi.in b/gcompris-installer.nsi.in
index 83d8ae5..018e066 100644
--- a/gcompris-installer.nsi.in
+++ b/gcompris-installer.nsi.in
@@ -352,7 +352,6 @@ Section Uninstall
     Delete "$INSTDIR\libpangocairo-1.0-0.dll"
     Delete "$INSTDIR\libpangoft2-1.0-0.dll"
     Delete "$INSTDIR\libpangowin32-1.0-0.dll"
-    Delete "$INSTDIR\libpng13.dll"
     Delete "$INSTDIR\libreadline.dll"
     Delete "$INSTDIR\libxml2.dll"
     Delete "$INSTDIR\msvcr71.dll"
@@ -370,17 +369,11 @@ Section Uninstall
     Delete "$INSTDIR\zlib.pyd"
     Delete "$INSTDIR\zlib1.dll"
     Delete "$INSTDIR\README.mingw"
-    Delete "$INSTDIR\bzip2.dll"
     Delete "$INSTDIR\config.h.mingw"
-    Delete "$INSTDIR\libcroco-0.6-3.dll"
     Delete "$INSTDIR\libexpat.dll"
     Delete "$INSTDIR\libgio-2.0-0.dll"
-    Delete "$INSTDIR\libgsf-1-114.dll"
-    Delete "$INSTDIR\libgsf-gnome-1-114.dll"
-    Delete "$INSTDIR\libgsf-win32-1-114.dll"
     Delete "$INSTDIR\libogg-0.dll"
     Delete "$INSTDIR\libpng12-0.dll"
-    Delete "$INSTDIR\librsvg-2-2.dll"
     Delete "$INSTDIR\libvorbis-0.dll"
     Delete "$INSTDIR\libvorbisfile-3.dll"
     Delete "$INSTDIR\pthreadGC2.dll"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]