#
# 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
{% 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