~ubuntu-branches/ubuntu/wily/smplayer/wily

« back to all changes in this revision

Viewing changes to setup/smplayer.nsi

  • Committer: Package Import Robot
  • Author(s): Mateusz Łukasik, Mateusz Łukasik, Alessio Treglia
  • Date: 2014-09-10 13:50:48 UTC
  • mfrom: (1.3.3)
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: package-import@ubuntu.com-20140910135048-t043hd88bhpfvfow
[ Mateusz Łukasik ]
* New upstream release.

[ Alessio Treglia ]
* Repackaging upstream sources to get rid of
  zlib/contrib/dotzlib/DotZLib.chm.
* Enable parallel builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
239
239
  !insertmacro MUI_LANGUAGE "Spanish"
240
240
  !insertmacro MUI_LANGUAGE "Thai"
241
241
  !insertmacro MUI_LANGUAGE "TradChinese"
 
242
  !insertmacro MUI_LANGUAGE "Ukrainian"
242
243
 
243
244
;Custom translations for setup
244
245
 
273
274
  !insertmacro LANGFILE_INCLUDE "translations\spanish.nsh"
274
275
  !insertmacro LANGFILE_INCLUDE "translations\thai.nsh"
275
276
  !insertmacro LANGFILE_INCLUDE "translations\tradchinese.nsh"
 
277
  !insertmacro LANGFILE_INCLUDE "translations\ukrainian.nsh"
276
278
 
277
279
;--------------------------------
278
280
;Reserve Files
388
390
    SectionIn RO
389
391
 
390
392
    SetOutPath "$INSTDIR\mplayer"
391
 
    File /r /x mplayer.exe /x mencoder.exe /x mplayer64.exe /x mencoder64.exe /x *.exe.debug "${SMPLAYER_BUILD_DIR}\mplayer\*.*"
 
393
    File /r /x mplayer.exe /x mencoder.exe /x mplayer64.exe /x mencoder64.exe /x *.exe.debug /x buildinfo /x buildinfo64 "${SMPLAYER_BUILD_DIR}\mplayer\*.*"
392
394
!ifdef WIN64
393
395
    File /oname=mplayer.exe "${SMPLAYER_BUILD_DIR}\mplayer\mplayer64.exe"
394
396
!else
651
653
  Delete "$INSTDIR\mingwm10.dll"
652
654
  Delete "$INSTDIR\zlib1.dll"
653
655
  Delete "$INSTDIR\Qt*.dll"
 
656
  Delete "$INSTDIR\libeay32.dll"
 
657
  Delete "$INSTDIR\ssleay32.dll"
654
658
  Delete "$INSTDIR\sample.avi"
655
659
  Delete "$INSTDIR\smplayer.exe"
656
660
  Delete "$INSTDIR\smtube.exe"