summaryrefslogtreecommitdiff
path: root/setup/scripts/install_smplayer.cmd
diff options
context:
space:
mode:
authorMateusz Łukasik <mati75@linuxmint.pl>2015-04-25 16:17:41 +0200
committerMateusz Łukasik <mati75@linuxmint.pl>2015-04-25 16:17:41 +0200
commit45ee5ac6dc2159352596ce8e8ec744e0c864d492 (patch)
tree55ca90fd4a0d5c0eae188c5919510b6b0d2e3c5d /setup/scripts/install_smplayer.cmd
parenta35c74c509f107094fd81cee8df109b652063969 (diff)
Imported Upstream version 14.9.0.6690~ds0
Diffstat (limited to 'setup/scripts/install_smplayer.cmd')
-rw-r--r--setup/scripts/install_smplayer.cmd40
1 files changed, 29 insertions, 11 deletions
diff --git a/setup/scripts/install_smplayer.cmd b/setup/scripts/install_smplayer.cmd
index 1f66a44..837e772 100644
--- a/setup/scripts/install_smplayer.cmd
+++ b/setup/scripts/install_smplayer.cmd
@@ -5,13 +5,12 @@ echo.
echo Warning: it will only work with sources from the SVN and the command svn has to be in the path
echo.
-set /P QTVER="Qt Version (Default: 4.8.4): "
-if "%QTVER%"=="" set QTVER=4.8.4
+set /P QTVER="Qt Version (Default: 4.8.6): "
+if "%QTVER%"=="" set QTVER=4.8.6
set OUTPUT_DIR=smplayer-build
set SMPLAYER_DIR=svn\smplayer
-set SMTUBE_DIR=svn\smtube
set SMPLAYER_THEMES_DIR=svn\smplayer-themes
set SMPLAYER_SKINS_DIR=svn\smplayer-skins
set MPLAYER_DIR=mplayer
@@ -37,12 +36,23 @@ copy %QT_DIR%\bin\mingwm10.dll %OUTPUT_DIR%
if %QTVER% geq 4.6.0 (
copy %QT_DIR%\bin\libgcc_s_dw2-1.dll %OUTPUT_DIR%
)
+if %QTVER% geq 4.8.0 (
+copy %QT_DIR%\bin\libwinpthread-1.dll %OUTPUT_DIR%
+copy "%QT_DIR%\bin\libstdc++-6.dll" %OUTPUT_DIR%
+)
copy openssl\*.dll %OUTPUT_DIR%
mkdir %OUTPUT_DIR%\imageformats
copy %QT_DIR%\plugins\imageformats\qjpeg4.dll %OUTPUT_DIR%\imageformats\
echo.
+echo ###### Fonts #######
+echo.
+
+mkdir %OUTPUT_DIR%\open-fonts
+copy open-fonts\*.* %OUTPUT_DIR%\open-fonts\
+
+echo.
echo ###### Translations #######
echo.
@@ -73,6 +83,18 @@ echo.
mkdir %OUTPUT_DIR%\themes\
+mkdir %OUTPUT_DIR%\themes\Faenza
+copy %SMPLAYER_THEMES_DIR%\themes\Faenza\Faenza.rcc %OUTPUT_DIR%\themes\Faenza\
+copy %SMPLAYER_THEMES_DIR%\themes\Faenza\README.txt %OUTPUT_DIR%\themes\Faenza\
+
+mkdir %OUTPUT_DIR%\themes\Faenza-Darkest
+copy %SMPLAYER_THEMES_DIR%\themes\Faenza-Darkest\Faenza-Darkest.rcc %OUTPUT_DIR%\themes\Faenza-Darkest\
+copy %SMPLAYER_THEMES_DIR%\themes\Faenza-Darkest\README.txt %OUTPUT_DIR%\themes\Faenza-Darkest\
+
+mkdir %OUTPUT_DIR%\themes\Faenza-Silver
+copy %SMPLAYER_THEMES_DIR%\themes\Faenza-Silver\Faenza-Silver.rcc %OUTPUT_DIR%\themes\Faenza-Silver\
+copy %SMPLAYER_THEMES_DIR%\themes\Faenza-Silver\README.txt %OUTPUT_DIR%\themes\Faenza-Silver\
+
mkdir %OUTPUT_DIR%\themes\Gartoon
copy %SMPLAYER_THEMES_DIR%\themes\Gartoon\Gartoon.rcc %OUTPUT_DIR%\themes\Gartoon\
copy %SMPLAYER_THEMES_DIR%\themes\Gartoon\README.txt %OUTPUT_DIR%\themes\Gartoon\
@@ -109,6 +131,10 @@ mkdir %OUTPUT_DIR%\themes\Oxygen-Air
copy %SMPLAYER_THEMES_DIR%\themes\Oxygen-Air\Oxygen-Air.rcc %OUTPUT_DIR%\themes\Oxygen-Air\
copy %SMPLAYER_THEMES_DIR%\themes\Oxygen-Air\README.txt %OUTPUT_DIR%\themes\Oxygen-Air\
+mkdir %OUTPUT_DIR%\themes\Oxygen-KDE
+copy %SMPLAYER_THEMES_DIR%\themes\Oxygen-KDE\Oxygen-KDE.rcc %OUTPUT_DIR%\themes\Oxygen-KDE\
+copy %SMPLAYER_THEMES_DIR%\themes\Oxygen-KDE\README.txt %OUTPUT_DIR%\themes\Oxygen-KDE\
+
mkdir %OUTPUT_DIR%\themes\Oxygen-Refit
copy %SMPLAYER_THEMES_DIR%\themes\Oxygen-Refit\Oxygen-Refit.rcc %OUTPUT_DIR%\themes\Oxygen-Refit\
copy %SMPLAYER_THEMES_DIR%\themes\Oxygen-Refit\README.txt %OUTPUT_DIR%\themes\Oxygen-Refit\
@@ -165,11 +191,3 @@ echo.
xcopy %MPLAYER_DIR% %OUTPUT_DIR%\mplayer\ /E
echo.
-echo ###### SMTUBE #######
-echo.
-copy %SMTUBE_DIR%\src\release\smtube.exe %OUTPUT_DIR%
-copy %SMTUBE_DIR%\src\translations\*.qm %OUTPUT_DIR%\translations
-mkdir %OUTPUT_DIR%\docs\smtube
-copy %SMTUBE_DIR%\*.txt %OUTPUT_DIR%\docs\smtube
-
-echo.