Bundle qgif so the busy spinner works on Vista and above (why it worked at all on XP is a mystery...)
This commit is contained in:
parent
f739ae5e00
commit
6e73fc19a8
11
dist/windows/clementine.nsi.in
vendored
11
dist/windows/clementine.nsi.in
vendored
@ -51,6 +51,7 @@ Section "Clementine" Clementine
|
|||||||
File "glew32.dll"
|
File "glew32.dll"
|
||||||
File "iconv.dll"
|
File "iconv.dll"
|
||||||
File "libbz2.dll"
|
File "libbz2.dll"
|
||||||
|
File "libdl.dll"
|
||||||
File "libfaad-2.dll"
|
File "libfaad-2.dll"
|
||||||
File "libFLAC-8.dll"
|
File "libFLAC-8.dll"
|
||||||
File "libgcrypt-11.dll"
|
File "libgcrypt-11.dll"
|
||||||
@ -99,6 +100,13 @@ Section "Clementine" Clementine
|
|||||||
File "zlib1.dll"
|
File "zlib1.dll"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
Section "Qt image format plugins" imageformats
|
||||||
|
SetOutPath "$INSTDIR\imageformats"
|
||||||
|
SetOverwrite ifnewer
|
||||||
|
|
||||||
|
File "/oname=qgif4.dll" "imageformats\qgif4.dll"
|
||||||
|
SectionEnd
|
||||||
|
|
||||||
Section "Gstreamer plugins" gstreamer-plugins
|
Section "Gstreamer plugins" gstreamer-plugins
|
||||||
SetOutPath "$INSTDIR\gstreamer-plugins"
|
SetOutPath "$INSTDIR\gstreamer-plugins"
|
||||||
SetOverwrite ifnewer
|
SetOverwrite ifnewer
|
||||||
@ -763,6 +771,7 @@ Section "Uninstall"
|
|||||||
Delete "$INSTDIR\glew32.dll"
|
Delete "$INSTDIR\glew32.dll"
|
||||||
Delete "$INSTDIR\iconv.dll"
|
Delete "$INSTDIR\iconv.dll"
|
||||||
Delete "$INSTDIR\libbz2.dll"
|
Delete "$INSTDIR\libbz2.dll"
|
||||||
|
Delete "$INSTDIR\libdl.dll"
|
||||||
Delete "$INSTDIR\libfaad-2.dll"
|
Delete "$INSTDIR\libfaad-2.dll"
|
||||||
Delete "$INSTDIR\libFLAC-8.dll"
|
Delete "$INSTDIR\libFLAC-8.dll"
|
||||||
Delete "$INSTDIR\libgcrypt-11.dll"
|
Delete "$INSTDIR\libgcrypt-11.dll"
|
||||||
@ -810,6 +819,8 @@ Section "Uninstall"
|
|||||||
Delete "$INSTDIR\z.dll"
|
Delete "$INSTDIR\z.dll"
|
||||||
Delete "$INSTDIR\zlib1.dll"
|
Delete "$INSTDIR\zlib1.dll"
|
||||||
|
|
||||||
|
Delete "$INSTDIR\imageformats\qgif4.dll"
|
||||||
|
|
||||||
Delete "$INSTDIR\gstreamer-plugins\libgstapetag.dll"
|
Delete "$INSTDIR\gstreamer-plugins\libgstapetag.dll"
|
||||||
Delete "$INSTDIR\gstreamer-plugins\libgstasfdemux.dll"
|
Delete "$INSTDIR\gstreamer-plugins\libgstasfdemux.dll"
|
||||||
Delete "$INSTDIR\gstreamer-plugins\libgstaudioconvert.dll"
|
Delete "$INSTDIR\gstreamer-plugins\libgstaudioconvert.dll"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user