Include the new windows libraries in the NSIS installer.

This commit is contained in:
David Sansome 2014-09-25 14:47:38 +00:00
parent a2af170ce5
commit 98a583550c
1 changed files with 44 additions and 25 deletions

View File

@ -194,14 +194,38 @@ Section "Delete old files" oldfiles
Delete "$INSTDIR\libgnutls-26.dll"
Delete "$INSTDIR\libpng14-14.dll"
Delete "$INSTDIR\libtasn1-3.dll"
; 1.2.3 Move to gstreamer-1.0
Delete "$INSTDIR\avcodec-53.dll"
Delete "$INSTDIR\avformat-53.dll"
Delete "$INSTDIR\avutil-51.dll"
Delete "$INSTDIR\libgstapp-0.10-0.dll"
Delete "$INSTDIR\libgstaudio-0.10-0.dll"
Delete "$INSTDIR\libgstbase-0.10-0.dll"
Delete "$INSTDIR\libgstcdda-0.10-0.dll"
Delete "$INSTDIR\libgstcontroller-0.10-0.dll"
Delete "$INSTDIR\libgstdataprotocol-0.10-0.dll"
Delete "$INSTDIR\libgstfft-0.10-0.dll"
Delete "$INSTDIR\libgstinterfaces-0.10-0.dll"
Delete "$INSTDIR\libgstnet-0.10-0.dll"
Delete "$INSTDIR\libgstnetbuffer-0.10-0.dll"
Delete "$INSTDIR\libgstpbutils-0.10-0.dll"
Delete "$INSTDIR\libgstreamer-0.10-0.dll"
Delete "$INSTDIR\libgstriff-0.10-0.dll"
Delete "$INSTDIR\libgstrtp-0.10-0.dll"
Delete "$INSTDIR\libgstrtsp-0.10-0.dll"
Delete "$INSTDIR\libgstsdp-0.10-0.dll"
Delete "$INSTDIR\libgsttag-0.10-0.dll"
Delete "$INSTDIR\libsoup-2.4-1.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstdecodebin2.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstffmpeg.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstmpegaudioparse.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstqtdemux.dll"
SectionEnd
Section "Clementine" Clementine
SetOutPath "$INSTDIR"
File "avcodec-53.dll"
File "avformat-53.dll"
File "avutil-51.dll"
File "clementine.exe"
File "clementine-tagreader.exe"
File "clementine-spotifyblob.exe"
@ -223,23 +247,19 @@ Section "Clementine" Clementine
File "libgnutls-28.dll"
File "libgobject-2.0-0.dll"
File "libgpg-error-0.dll"
File "libgstapp-0.10-0.dll"
File "libgstaudio-0.10-0.dll"
File "libgstbase-0.10-0.dll"
File "libgstcdda-0.10-0.dll"
File "libgstcontroller-0.10-0.dll"
File "libgstdataprotocol-0.10-0.dll"
File "libgstfft-0.10-0.dll"
File "libgstinterfaces-0.10-0.dll"
File "libgstnet-0.10-0.dll"
File "libgstnetbuffer-0.10-0.dll"
File "libgstpbutils-0.10-0.dll"
File "libgstreamer-0.10-0.dll"
File "libgstriff-0.10-0.dll"
File "libgstrtp-0.10-0.dll"
File "libgstrtsp-0.10-0.dll"
File "libgstsdp-0.10-0.dll"
File "libgsttag-0.10-0.dll"
File "libgstapp-1.0-0.dll"
File "libgstaudio-1.0-0.dll"
File "libgstbase-1.0-0.dll"
File "libgstcontroller-1.0-0.dll"
File "libgstfft-1.0-0.dll"
File "libgstnet-1.0-0.dll"
File "libgstpbutils-1.0-0.dll"
File "libgstreamer-1.0-0.dll"
File "libgstriff-1.0-0.dll"
File "libgstrtp-1.0-0.dll"
File "libgstrtsp-1.0-0.dll"
File "libgstsdp-1.0-0.dll"
File "libgsttag-1.0-0.dll"
File "libgthread-2.0-0.dll"
File "libhogweed-2-4.dll"
File "libiconv-2.dll"
@ -257,7 +277,6 @@ Section "Clementine" Clementine
File "libplist.dll"
File "libprotobuf-8.dll"
File "libqjson.dll"
File "libsoup-2.4-1.dll"
File "libspeex-1.dll"
File "libspotify.dll"
File "libstdc++-6.dll"
@ -355,28 +374,28 @@ Section "Gstreamer plugins" gstreamer-plugins
File "/oname=libgstasf.dll" "gstreamer-plugins\libgstasf.dll"
File "/oname=libgstaudioconvert.dll" "gstreamer-plugins\libgstaudioconvert.dll"
File "/oname=libgstaudiofx.dll" "gstreamer-plugins\libgstaudiofx.dll"
File "/oname=libgstaudioparsers.dll" "gstreamer-plugins\libgstaudioparsers.dll"
File "/oname=libgstaudioresample.dll" "gstreamer-plugins\libgstaudioresample.dll"
File "/oname=libgstaudiotestsrc.dll" "gstreamer-plugins\libgstaudiotestsrc.dll"
File "/oname=libgstautodetect.dll" "gstreamer-plugins\libgstautodetect.dll"
File "/oname=libgstcdio.dll" "gstreamer-plugins\libgstcdio.dll"
File "/oname=libgstcoreelements.dll" "gstreamer-plugins\libgstcoreelements.dll"
File "/oname=libgstdecodebin2.dll" "gstreamer-plugins\libgstdecodebin2.dll"
File "/oname=libgstdirectsoundsink.dll" "gstreamer-plugins\libgstdirectsoundsink.dll"
File "/oname=libgstequalizer.dll" "gstreamer-plugins\libgstequalizer.dll"
File "/oname=libgstfaac.dll" "gstreamer-plugins\libgstfaac.dll"
File "/oname=libgstfaad.dll" "gstreamer-plugins\libgstfaad.dll"
File "/oname=libgstffmpeg.dll" "gstreamer-plugins\libgstffmpeg.dll"
File "/oname=libgstflac.dll" "gstreamer-plugins\libgstflac.dll"
File "/oname=libgstgdp.dll" "gstreamer-plugins\libgstgdp.dll"
File "/oname=libgstgio.dll" "gstreamer-plugins\libgstgio.dll"
File "/oname=libgsticydemux.dll" "gstreamer-plugins\libgsticydemux.dll"
File "/oname=libgstid3demux.dll" "gstreamer-plugins\libgstid3demux.dll"
File "/oname=libgstisomp4.dll" "gstreamer-plugins\libgstisomp4.dll"
File "/oname=libgstlame.dll" "gstreamer-plugins\libgstlame.dll"
File "/oname=libgstlibav.dll" "gstreamer-plugins\libgstlibav.dll"
File "/oname=libgstmad.dll" "gstreamer-plugins\libgstmad.dll"
File "/oname=libgstmms.dll" "gstreamer-plugins\libgstmms.dll"
File "/oname=libgstmpegaudioparse.dll" "gstreamer-plugins\libgstmpegaudioparse.dll"
File "/oname=libgstogg.dll" "gstreamer-plugins\libgstogg.dll"
File "/oname=libgstqtdemux.dll" "gstreamer-plugins\libgstqtdemux.dll"
File "/oname=libgstplayback.dll" "gstreamer-plugins\libgstplayback.dll"
File "/oname=libgstreplaygain.dll" "gstreamer-plugins\libgstreplaygain.dll"
File "/oname=libgstsouphttpsrc.dll" "gstreamer-plugins\libgstsouphttpsrc.dll"
File "/oname=libgstspectrum.dll" "gstreamer-plugins\libgstspectrum.dll"