Bump DLL versions

This commit is contained in:
John Maguire 2016-12-21 17:10:56 +00:00
parent d3898d2f47
commit 230e8222f8
1 changed files with 12 additions and 5 deletions

View File

@ -249,6 +249,10 @@ Section "Delete old files" oldfiles
Delete "$INSTDIR\gstreamer-plugins\libgstmpegaudioparse.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstqtdemux.dll"
# Dependencies bump
Delete "$INSTDIR\libgnutls-28.dll"
Delete "$INSTDIR\libprotobuf-8.dll"
; No longer using built-in libechonest
Delete "$INSTDIR\libechonest.dll"
; No longer using built-in chromaprint
@ -278,7 +282,7 @@ Section "Clementine" Clementine
File "libglib-2.0-0.dll"
File "libgmodule-2.0-0.dll"
File "libgmp-10.dll"
File "libgnutls-28.dll"
File "libgnutls-30.dll"
File "libgobject-2.0-0.dll"
File "libgpg-error-0.dll"
File "libgpod.dll"
@ -305,13 +309,14 @@ Section "Clementine" Clementine
File "libmad.dll"
File "libmms-0.dll"
File "libmp3lame-0.dll"
File "libnettle-4-6.dll"
File "libnettle-6.dll"
File "libogg-0.dll"
File "liboil-0.3-0.dll"
File "liborc-0.4-0.dll"
File "liborc-test-0.4-0.dll"
File "libp11-kit-0.dll"
File "libplist.dll"
File "libprotobuf-8.dll"
File "libprotobuf-9.dll"
File "libqjson.dll"
File "libspeex-1.dll"
File "libspotify.dll"
@ -1091,6 +1096,7 @@ Section "Uninstall"
Delete "$INSTDIR\libgmodule-2.0-0.dll"
Delete "$INSTDIR\libgmp-10.dll"
Delete "$INSTDIR\libgnutls-28.dll"
Delete "$INSTDIR\libgnutls-30.dll"
Delete "$INSTDIR\libgobject-2.0-0.dll"
Delete "$INSTDIR\libgpg-error-0.dll"
Delete "$INSTDIR\libgpod.dll"
@ -1109,7 +1115,7 @@ Section "Uninstall"
Delete "$INSTDIR\libgsttag-1.0-0.dll"
Delete "$INSTDIR\libgstvideo-1.0-0.dll"
Delete "$INSTDIR\libgthread-2.0-0.dll"
Delete "$INSTDIR\libhogweed-2-4.dll"
Delete "$INSTDIR\libhogweed-4.dll"
Delete "$INSTDIR\libiconv-2.dll"
Delete "$INSTDIR\libid3tag.dll"
Delete "$INSTDIR\libintl-8.dll"
@ -1122,8 +1128,9 @@ Section "Uninstall"
Delete "$INSTDIR\liboil-0.3-0.dll"
Delete "$INSTDIR\liborc-0.4-0.dll"
Delete "$INSTDIR\liborc-test-0.4-0.dll"
Delete "$INSTDIR\libp11-kit-0.dll"
Delete "$INSTDIR\libplist.dll"
Delete "$INSTDIR\libprotobuf-8.dll"
Delete "$INSTDIR\libprotobuf-9.dll"
Delete "$INSTDIR\libqjson.dll"
Delete "$INSTDIR\libspeex-1.dll"
Delete "$INSTDIR\libspotify.dll"