]> repo.cephalix.eu Git - VLC.git/commitdiff
Update to 3.0.11
authorbuildmaster <buildmaster@git.cephalix.eu>
Mon, 29 Jun 2020 06:46:17 +0000 (08:46 +0200)
committerbuildmaster <buildmaster@git.cephalix.eu>
Mon, 29 Jun 2020 06:46:17 +0000 (08:46 +0200)
FULLNAMES
VERSION
oss-pkg-VLC.spec
repo-ng/init.sls
repo-ng/vlc-3.0.11-win32.msi [moved from repo-ng/vlc-3.0.8-win64.exe with 68% similarity, mode: 0644]
repo-ng/vlc-3.0.11-win64.msi [moved from repo-ng/vlc-3.0.8-win32.exe with 66% similarity, mode: 0644]

index 0ec355a3281e5789a984db7b0111dfe69bf3601c..443b142a23216f57f834ed65426dedb19b25f61d 100644 (file)
--- a/FULLNAMES
+++ b/FULLNAMES
@@ -1 +1,2 @@
-VLC media player
+VLC media player 3.0.11 (64-bit)
+VLC media player 3.0.11
diff --git a/VERSION b/VERSION
index 67786e246ef5cbdf27c91c78d679e000b3d31cbf..95268d1be6aaa6701a1d012ce4cde8edfbd0aee8 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.8
+3.0.11.0
index 39954cdbc6a69ea893da1f453ebb68e57b1f5552..61d3e3a5b589498cba86a622d9bdfe5e16541b2a 100644 (file)
@@ -1,12 +1,12 @@
 #
 # Spec file for VLC
-# Copyright (c) 2018 Helmuth Varkoly and Peter Varkoly Nuremberg, Germany.  All rights reserved.
+# Copyright (c) 2019 Helmuth Varkoly and Peter Varkoly Nuremberg, Germany.  All rights reserved.
 #
 
 Name:         oss-pkg-VLC
 Summary:      Package to install VLC on OSS-Clients
-Version:      3.0.3
-Release:      4
+Version:      3.0.8
+Release:      5
 License:      GPL-2.0
 Vendor:       Peter Varkoly and Helmuth Varkoly
 Packager:     peter@varkoly.de
index 48a6d46e8f3a26c994d4a6660eaa5ee45649c74f..be675ef5c80a85d1e6ed99bed3b53c253e4a1245 100644 (file)
 {% set ARCH = "x86" %}
 {% endif %}
 
+{% set LOG_PATH = 'C:\\salt\\var\\log' %}
 
 VLC:
-  '3.0.8':
-    full_name: 'VLC media player'
+  '3.0.11.0':
     {% if ARCH == 'x64' %}
-    installer: salt://win/repo-ng/VLC/vlc-3.0.8-win64.exe
+    full_name: 'VLC media player 3.0.11 (64-bit)'
+    installer: salt://win/repo-ng/VLC/vlc-3.0.11-win64.msi
+    uninstaller: salt://win/repo-ng/VLC/vlc-3.0.11-win64.msi
     {% else %}
-    installer: salt://win/repo-ng/VLC/vlc-3.0.8-win32.exe
+    full_name: 'VLC media player 3.0.11'
+    installer: salt://win/repo-ng/VLC/vlc-3.0.11-win32.msi
+    uninstaller: salt://win/repo-ng/VLC/vlc-3.0.11-win32.msi
     {% endif %}
-    uninstaller: '%PROGRAMFILES%\VideoLAN\VLC\uninstall.exe'
-    install_flags: '/S'
-    uninstall_flags: '/S'
-    msiexec: False
+    install_flags: '/q /l* {{ LOG_PATH }}\VLC_inst.log ALLUSERS=2'
+    uninstall_flags: '/q /l* {{ LOG_PATH }}\VLC_uninst.log'
+    msiexec: True
     locale: de_DE
     reboot: False
     cache_dir: False
old mode 100755 (executable)
new mode 100644 (file)
similarity index 68%
rename from repo-ng/vlc-3.0.8-win64.exe
rename to repo-ng/vlc-3.0.11-win32.msi
index 5737ae4..4d807cf
Binary files a/repo-ng/vlc-3.0.8-win64.exe and b/repo-ng/vlc-3.0.11-win32.msi differ
old mode 100755 (executable)
new mode 100644 (file)
similarity index 66%
rename from repo-ng/vlc-3.0.8-win32.exe
rename to repo-ng/vlc-3.0.11-win64.msi
index c6d5d4f..32b3c71
Binary files a/repo-ng/vlc-3.0.8-win32.exe and b/repo-ng/vlc-3.0.11-win64.msi differ