Add the glib dependency .dlls for gstreamer's soup plugin, and an icycast demuxer

This commit is contained in:
David Sansome 2010-04-27 13:03:14 +00:00
parent 476e31d6e7
commit 9880ee0a8e
1 changed files with 10 additions and 0 deletions

View File

@ -46,12 +46,15 @@ Section "Clementine" Clementine
File "iconv.dll"
File "lastfm.lib"
File "libFLAC-8.dll"
File "libgcrypt-11.dll"
File "libgcc_s_dw2-1.dll"
File "libgcc_s_sjlj-1.dll"
File "libgio-2.0-0.dll"
File "libglib-2.0-0.dll"
File "libgmodule-2.0-0.dll"
File "libgnutls-26.dll"
File "libgobject-2.0-0.dll"
File "libgpg-error-0.dll"
File "libgstaudio-0.10.dll"
File "libgstbase-0.10.dll"
File "libgstcontroller-0.10.dll"
@ -104,6 +107,7 @@ Section "Gstreamer plugins" gstreamer-plugins
File "/oname=libgstffmpeggpl.dll" "gstreamer-plugins\libgstffmpeggpl.dll"
File "/oname=libgstflac.dll" "gstreamer-plugins\libgstflac.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=libgstogg.dll" "gstreamer-plugins\libgstogg.dll"
File "/oname=libgstsoup.dll" "gstreamer-plugins\libgstsoup.dll"
@ -140,12 +144,17 @@ Section "Uninstall"
Delete "$INSTDIR\clementine.ico"
Delete "$INSTDIR\clementine.exe"
Delete "$INSTDIR\iconv.dll"
Delete "$INSTDIR\lastfm.lib"
Delete "$INSTDIR\libFLAC-8.dll"
Delete "$INSTDIR\libgcrypt-11.dll"
Delete "$INSTDIR\libgcc_s_dw2-1.dll"
Delete "$INSTDIR\libgcc_s_sjlj-1.dll"
Delete "$INSTDIR\libgio-2.0-0.dll"
Delete "$INSTDIR\libglib-2.0-0.dll"
Delete "$INSTDIR\libgmodule-2.0-0.dll"
Delete "$INSTDIR\libgnutls-26.dll"
Delete "$INSTDIR\libgobject-2.0-0.dll"
Delete "$INSTDIR\libgpg-error-0.dll"
Delete "$INSTDIR\libgstaudio-0.10.dll"
Delete "$INSTDIR\libgstbase-0.10.dll"
Delete "$INSTDIR\libgstcontroller-0.10.dll"
@ -193,6 +202,7 @@ Section "Uninstall"
Delete "$INSTDIR\gstreamer-plugins\libgstffmpeggpl.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstflac.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstgio.dll"
Delete "$INSTDIR\gstreamer-plugins\libgsticydemux.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstid3demux.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstogg.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstspeex.dll"