~ari-tczew/ubuntu/natty/clementine/lp-747113

« back to all changes in this revision

Viewing changes to dist/windows/clementine.nsi.in

  • Committer: Artur Rona
  • Date: 2011-04-04 20:05:33 UTC
  • Revision ID: ari-tczew@ubuntu.com-20110404200533-6aclzasj5pp8t1hq
* New upstream release. (LP: #747113)
* Drop all patches, have been applied upstream.
* Update debian/copyright.
* Refresh description in debian/control in order to avoid lintian error.
* Bump debhelper to 8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
!define PRODUCT_PUBLISHER "Clementine"
3
3
!define PRODUCT_VERSION_MAJOR @CLEMENTINE_VERSION_MAJOR@
4
4
!define PRODUCT_VERSION_MINOR @CLEMENTINE_VERSION_MINOR@
5
 
!define PRODUCT_DISPLAY_VERSION "@CLEMENTINE_VERSION_STRING@"
6
 
!define PRODUCT_DISPLAY_VERSION_SHORT "@CLEMENTINE_VERSION_SHORT_STRING@"
 
5
!define PRODUCT_DISPLAY_VERSION "@CLEMENTINE_VERSION_DISPLAY@"
 
6
!define PRODUCT_DISPLAY_VERSION_SHORT "@CLEMENTINE_VERSION_DISPLAY@"
7
7
!define PRODUCT_WEB_SITE "http://www.clementine-player.org/"
8
8
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
9
9
!define PRODUCT_UNINST_ROOT_KEY "HKLM"
48
48
!insertmacro MUI_LANGUAGE "English"
49
49
 
50
50
Name "${PRODUCT_NAME}"
51
 
OutFile "${PRODUCT_NAME}Setup.exe"
 
51
OutFile "${PRODUCT_NAME}Setup-@CLEMENTINE_VERSION_RPM@.exe"
52
52
InstallDir "${PRODUCT_INSTALL_DIR}"
53
53
ShowInstDetails show
54
54
ShowUnInstDetails show
72
72
  Delete "$INSTDIR\libfaac-0.dll"
73
73
  Delete "$INSTDIR\libfaad-2.dll"
74
74
  Delete "$INSTDIR\libFLAC-8.dll"
75
 
  Delete "$INSTDIR\libgcc_s_dw2-1.dll"
76
75
  Delete "$INSTDIR\libgcc_s_sjlj-1.dll"
77
76
  Delete "$INSTDIR\libgstaudio-0.10.dll"
78
77
  Delete "$INSTDIR\libgstbase-0.10.dll"
108
107
  File "intl.dll"
109
108
  File "libfaac.dll"
110
109
  File "libfaad.dll"
 
110
  File "libfftw3-3.dll"
111
111
  File "libFLAC.dll"
 
112
  File "libgcc_s_dw2-1.dll"
112
113
  File "libgcrypt-11.dll"
113
114
  File "libgdk_pixbuf-2.0-0.dll"
114
115
  File "libgio-2.0-0.dll"
138
139
  File "libmad.dll"
139
140
  File "libmms-0.dll"
140
141
  File "libmp3lame-0.dll"
 
142
  File "libofa.dll"
141
143
  File "libogg-0.dll"
142
144
  File "liboil-0.3-0.dll"
143
145
  File "liborc-0.4-0.dll"
246
248
  File "/oname=libgstlame.dll" "gstreamer-plugins\libgstlame.dll"
247
249
  File "/oname=libgstmad.dll" "gstreamer-plugins\libgstmad.dll"
248
250
  File "/oname=libgstmms.dll" "gstreamer-plugins\libgstmms.dll"
 
251
  File "/oname=libgstmpegaudioparse.dll" "gstreamer-plugins\libgstmpegaudioparse.dll"
 
252
  File "/oname=libgstofa.dll" "gstreamer-plugins\libgstofa.dll"
249
253
  File "/oname=libgstogg.dll" "gstreamer-plugins\libgstogg.dll"
250
254
  File "/oname=libgstqtdemux.dll" "gstreamer-plugins\libgstqtdemux.dll"
251
255
  File "/oname=libgstreplaygain.dll" "gstreamer-plugins\libgstreplaygain.dll"
252
256
  File "/oname=libgstsouphttpsrc.dll" "gstreamer-plugins\libgstsouphttpsrc.dll"
253
257
  File "/oname=libgstspectrum.dll" "gstreamer-plugins\libgstspectrum.dll"
254
258
  File "/oname=libgstspeex.dll" "gstreamer-plugins\libgstspeex.dll"
 
259
  File "/oname=libgsttaglib.dll" "gstreamer-plugins\libgsttaglib.dll"
255
260
  File "/oname=libgsttypefindfunctions.dll" "gstreamer-plugins\libgsttypefindfunctions.dll"
256
261
  File "/oname=libgstudp.dll" "gstreamer-plugins\libgstudp.dll"
257
262
  File "/oname=libgstvolume.dll" "gstreamer-plugins\libgstvolume.dll"
837
842
 
838
843
Section "Start menu items" startmenu
839
844
  ; Create Start Menu folders and shortcuts.
 
845
  SetShellVarContext all
 
846
 
840
847
  CreateDirectory "$SMPROGRAMS\${PRODUCT_NAME}"
841
848
  CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}\${PRODUCT_NAME}.lnk" "$INSTDIR\clementine.exe"
842
849
  CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}\Uninstall.lnk" "$INSTDIR\Uninstall.exe"
925
932
  Delete "$INSTDIR\intl.dll"
926
933
  Delete "$INSTDIR\libfaac.dll"
927
934
  Delete "$INSTDIR\libfaad.dll"
 
935
  Delete "$INSTDIR\libfftw3-3.dll"
928
936
  Delete "$INSTDIR\libFLAC.dll"
 
937
  Delete "$INSTDIR\libgcc_s_dw2-1.dll"
929
938
  Delete "$INSTDIR\libgcrypt-11.dll"
930
939
  Delete "$INSTDIR\libgdk_pixbuf-2.0-0.dll"
931
940
  Delete "$INSTDIR\libgio-2.0-0.dll"
955
964
  Delete "$INSTDIR\libmad.dll"
956
965
  Delete "$INSTDIR\libmms-0.dll"
957
966
  Delete "$INSTDIR\libmp3lame-0.dll"
 
967
  Delete "$INSTDIR\libofa.dll"
958
968
  Delete "$INSTDIR\libogg-0.dll"
959
969
  Delete "$INSTDIR\liboil-0.3-0.dll"
960
970
  Delete "$INSTDIR\liborc-0.4-0.dll"
1003
1013
  Delete "$INSTDIR\gstreamer-plugins\libgstlame.dll"
1004
1014
  Delete "$INSTDIR\gstreamer-plugins\libgstmad.dll"
1005
1015
  Delete "$INSTDIR\gstreamer-plugins\libgstmms.dll"
 
1016
  Delete "$INSTDIR\gstreamer-plugins\libgstmpegaudioparse.dll"
 
1017
  Delete "$INSTDIR\gstreamer-plugins\libgstofa.dll"
1006
1018
  Delete "$INSTDIR\gstreamer-plugins\libgstogg.dll"
1007
1019
  Delete "$INSTDIR\gstreamer-plugins\libgstqtdemux.dll"
1008
1020
  Delete "$INSTDIR\gstreamer-plugins\libgstreplaygain.dll"
1009
1021
  Delete "$INSTDIR\gstreamer-plugins\libgstspectrum.dll"
1010
1022
  Delete "$INSTDIR\gstreamer-plugins\libgstspeex.dll"
1011
1023
  Delete "$INSTDIR\gstreamer-plugins\libgstsouphttpsrc.dll"
 
1024
  Delete "$INSTDIR\gstreamer-plugins\libgsttaglib.dll"
1012
1025
  Delete "$INSTDIR\gstreamer-plugins\libgsttypefindfunctions.dll"
1013
1026
  Delete "$INSTDIR\gstreamer-plugins\libgstudp.dll"
1014
1027
  Delete "$INSTDIR\gstreamer-plugins\libgstvolume.dll"
1596
1609
  RMDir "$INSTDIR"
1597
1610
 
1598
1611
  ; Remove the Shortcuts
 
1612
  SetShellVarContext all
 
1613
 
1599
1614
  Delete "$SMPROGRAMS\${PRODUCT_NAME}\${PRODUCT_NAME}.lnk"
1600
1615
  Delete "$SMPROGRAMS\${PRODUCT_NAME}\Uninstall.lnk"
1601
1616
  RMDir /r "$SMPROGRAMS\${PRODUCT_NAME}"