[WIN32] added gnutls 3.2.3 to our mingw environment and the runtime dlls to system...
authorwsoltys <wiso@no.way>
Mon, 9 Sep 2013 18:56:56 +0000 (20:56 +0200)
committerwsnipex <wsnipex@a1.net>
Mon, 7 Oct 2013 07:06:39 +0000 (09:06 +0200)
project/BuildDependencies/scripts/0_package.list
project/BuildDependencies/scripts/get_mingw_env.txt
project/BuildDependencies/scripts/gnutls_d.bat [new file with mode: 0644]
project/BuildDependencies/scripts/gnutls_d.txt [new file with mode: 0644]

index 15fba31..35fecd4 100644 (file)
@@ -16,3 +16,4 @@ pcre-8.33-win32.zip
 python-2.7.5-win32.7z
 sqlite-3.7.16.1-win32.7z
 taglib-1.8-win32.7z
+gnutls-3.2.3-win32
index fe50e35..51ce1de 100644 (file)
@@ -20,10 +20,10 @@ xasm-3.0.2-windows.zip                      http://mirrors.xbmc.org/build-deps/w
 plibc-0.1.6.zip                             http://mirrors.xbmc.org/build-deps/win32/mingw-msys/        http://sourceforge.net/projects/plibc/files/plibc/0.1.6/
 pthreads-w32-2.9.0-mingw32-pre-20110507-2-dev.tar.lzma   http://mirrors.xbmc.org/build-deps/win32/mingw-msys/        http://downloads.sourceforge.net/project/mingw/MinGW/pthreads-w32/pthreads-w32-2.9.0-pre-20110507-2/pthreads-w32-2.9.0-mingw32-pre-20110507-2-dev.tar.lzma
 libpthreadgc-2.9.0-mingw32-pre-20110507-2-dll-2.tar.lzma       http://mirrors.xbmc.org/build-deps/win32/mingw-msys/    http://downloads.sourceforge.net/project/mingw/MinGW/Base/pthreads-w32/pthreads-w32-2.9.0-pre-20110507-2/libpthreadgc-2.9.0-mingw32-pre-20110507-2-dll-2.tar.lzma
-gnutls-dev_2.4.2-1_win32.zip                http://mirrors.xbmc.org/build-deps/win32/mingw-msys/        http://ftp.acc.umu.se/pub/gnome/binaries/win32/dependencies/gnutls-dev_2.4.2-1_win32.zip
 gettext-0.17-1-mingw32-dev.tar.lzma         http://mirrors.xbmc.org/build-deps/win32/mingw-msys/        http://downloads.sourceforge.net/project/mingw/MinGW/gettext/gettext-0.17-1/gettext-0.17-1-mingw32-dev.tar.lzma
 libintl-0.17-1-mingw32-dll-8.tar.lzma       http://mirrors.xbmc.org/build-deps/win32/mingw-msys/        http://sourceforge.net/projects/mingw/files/MinGW/gettext/gettext-0.17-1/
 libiconv-1.13.1-1-mingw32-dll-2.tar.lzma    http://mirrors.xbmc.org/build-deps/win32/mingw-msys/        http://sourceforge.net/projects/mingw/files/MinGW/libiconv/libiconv-1.13.1-1/
 libiconv-1.13.1-1-mingw32-dev.tar.lzma      http://mirrors.xbmc.org/build-deps/win32/mingw-msys/        http://sourceforge.net/projects/mingw/files/MinGW/libiconv/libiconv-1.13.1-1/
 make-3.82-5-mingw32-bin.tar.lzma            http://mirrors.xbmc.org/build-deps/win32/mingw-msys/        http://sourceforge.net/projects/mingw/files/MinGW/Extension/make/make-3.82-mingw32/
-pkg-config-lite-0.28-1_bin-win32.zip       http://mirrors.xbmc.org/build-deps/win32/mingw-msys/        http://sourceforge.net/projects/pkgconfiglite/files/http://sourceforge.net/projects/pkgconfiglite/files/
\ No newline at end of file
+pkg-config-lite-0.28-1_bin-win32.zip       http://mirrors.xbmc.org/build-deps/win32/mingw-msys/            http://sourceforge.net/projects/pkgconfiglite/files/http://sourceforge.net/projects/pkgconfiglite/files/
+gnutls-3.2.3-mingw32.zip                    http://mirrors.xbmc.org/build-deps/win32/mingw-msys/        ftp://ftp.gnutls.org/gcrypt/gnutls/w32/ 
diff --git a/project/BuildDependencies/scripts/gnutls_d.bat b/project/BuildDependencies/scripts/gnutls_d.bat
new file mode 100644 (file)
index 0000000..3935a2a
--- /dev/null
@@ -0,0 +1,13 @@
+@ECHO OFF
+
+SET LOC_PATH=%CD%
+SET FILES=%LOC_PATH%\gnutls_d.txt
+
+CALL dlextract.bat dnssd %FILES%
+
+cd %TMP_PATH%
+
+del gnutls-3.2.3-win32\readme.txt
+xcopy gnutls-3.2.3-win32\* "%XBMC_PATH%\" /E /Q /I /Y
+
+cd %LOC_PATH%
diff --git a/project/BuildDependencies/scripts/gnutls_d.txt b/project/BuildDependencies/scripts/gnutls_d.txt
new file mode 100644 (file)
index 0000000..1c50125
--- /dev/null
@@ -0,0 +1,2 @@
+; filename                          source of the file
+gnutls-3.2.3-win32.zip             http://mirrors.xbmc.org/build-deps/win32/