From f3d988b1ae6342f7054eac008a25054e3b604d26 Mon Sep 17 00:00:00 2001 From: WiSo Date: Sat, 9 Apr 2011 19:43:55 +0200 Subject: [WIN32] download ogg/vorbis headers and dlls from our mirror --- project/BuildDependencies/scripts/liboggvorbis_d.bat | 17 +++++++++++++++++ project/BuildDependencies/scripts/liboggvorbis_d.txt | 5 +++++ 2 files changed, 22 insertions(+) create mode 100644 project/BuildDependencies/scripts/liboggvorbis_d.bat create mode 100644 project/BuildDependencies/scripts/liboggvorbis_d.txt diff --git a/project/BuildDependencies/scripts/liboggvorbis_d.bat b/project/BuildDependencies/scripts/liboggvorbis_d.bat new file mode 100644 index 0000000000..6816e6c2f8 --- /dev/null +++ b/project/BuildDependencies/scripts/liboggvorbis_d.bat @@ -0,0 +1,17 @@ +@ECHO OFF + +SET LOC_PATH=%CD% +SET FILES=%LOC_PATH%\liboggvorbis_d.txt + +CALL dlextract.bat liboggvorbis %FILES% + +cd %TMP_PATH% + +xcopy include\ogg "%CUR_PATH%\include\ogg" /E /Q /I /Y +xcopy include\vorbis "%CUR_PATH%\include\vorbis" /E /Q /I /Y +copy bin\ogg.dll "%XBMC_PATH%\system\cdrip\" /Y +copy bin\vorbis.dll "%XBMC_PATH%\system\cdrip\" /Y +copy bin\vorbisenc.dll "%XBMC_PATH%\system\cdrip\" /Y +copy bin\vorbisfile.dll "%XBMC_PATH%\system\players\paplayer\" /Y + +cd %LOC_PATH% diff --git a/project/BuildDependencies/scripts/liboggvorbis_d.txt b/project/BuildDependencies/scripts/liboggvorbis_d.txt new file mode 100644 index 0000000000..3270d64472 --- /dev/null +++ b/project/BuildDependencies/scripts/liboggvorbis_d.txt @@ -0,0 +1,5 @@ +; filename mirror of the file source of the file +libogg-vc100-1.2.0-bin.tar.bz2 http://mirrors.xbmc.org/build-deps/win32/ http://winkde.org/pub/kde/ports/win32/releases/stable/4.5.4/libogg-vc100-1.2.0-bin.tar.bz2 +libogg-vc100-1.2.0-lib.tar.bz2 http://mirrors.xbmc.org/build-deps/win32/ http://winkde.org/pub/kde/ports/win32/releases/stable/4.5.4/libogg-vc100-1.2.0-lib.tar.bz2 +libvorbis-vc100-1.3.1-bin.tar.bz2 http://mirrors.xbmc.org/build-deps/win32/ http://winkde.org/pub/kde/ports/win32/releases/stable/4.5.4/libvorbis-vc100-1.3.1-bin.tar.bz2 +libvorbis-vc100-1.3.1-lib.tar.bz2 http://mirrors.xbmc.org/build-deps/win32/ http://winkde.org/pub/kde/ports/win32/releases/stable/4.5.4/libvorbis-vc100-1.3.1-lib.tar.bz2 \ No newline at end of file -- cgit v1.2.3