
Plantronics Hub
Paquet d’installation silencieuse pour Plantronics Hub
3.24.53524.36336-8
- package: tis-plantronics-hub
- name: Plantronics Hub
- version: 3.24.53524.36336-8
- categories: Drivers,Utilities
- maintainer: WAPT Team,Tranquil IT,Jimmy PELÉ
- editor: Plantronics, Inc.
- licence: Freeware
- locale: all
- target_os: mac
- impacted_process: PLTHub
- architecture: all
- signature_date:
- size: 80.71 Mo
- installed_size: 180.49 Mo
- homepage : https://www.poly.com/
package : tis-plantronics-hub
version : 3.24.53524.36336-8
architecture : all
section : base
priority : optional
name : Plantronics Hub
categories : Drivers,Utilities
maintainer : WAPT Team,Tranquil IT,Jimmy PELÉ
description : Plantronics Hub is a client application that allows users to control the settings on their Plantronics audio device
depends :
conflicts :
maturity : PROD
locale : all
target_os : mac
min_wapt_version : 2.0
sources : https://www.poly.com/us/en/support/downloads-apps/hub-desktop
installed_size : 180490240
impacted_process : PLTHub
description_fr : Plantronics Hub est une application client permettant aux utilisateurs finaux de contrôler les paramètres de leur périphérique audio Plantronics
description_pl :
description_de :
description_es :
description_pt :
description_it :
description_nl :
description_ru :
audit_schedule :
editor : Plantronics, Inc.
keywords : plantronics,hub,audio,device,soft,phone
licence : Freeware
homepage : https://www.poly.com/
package_uuid : 5afbf193-30ed-40a8-933a-2ad4e39d24cd
valid_from :
valid_until :
forced_install_on :
changelog : https://www.plantronics.com/us/en/support/knowledge-base/kb-article-page?type=Product_Information__kav&lang=en_US&urlName=Hub-Release-Notes&t=All&k=hub%20release%20notes
min_os_version : 6.1
max_os_version :
icon_sha256sum : c8cd10a9145285467ded8dc6473fa07575f538eae6b60f9838d6ac209d525e1f
signer : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature : PmCQNeDmLgTtvEh6Yc/S9FZ9BJ+pUlZK13zkrtgsLWGVWIEGsjqVc7zadlIF5Jt1IZQii42lPuDForFmPDQ3t4P873XpI83VF2V6HApHr88QQXi1Tx6HT/oFfEWf4IvHOkn251WAUZcKvem11POnr1DOEijBsFEk/YLp41goYRe5YojR3Rs1d2kQEMogjAsY1UoF7Pvd7Wf48xBb+GOQsb3CLz9m6r5rlVqMqf2qCMxEuOAkkAWAv+fnjOOmDIRQqgg3hec9rUm7+yQotXaxLABk+N4A5WDtln+yVLjVAK+A5sXEGr9UQmorGmcI5rrvb6VsdeIYJLcuB8AP0CNrwA==
signature_date : 2022-04-13T20:13:49.114293
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes
# -*- coding: utf-8 -*-
from setuphelpers import *
import plistlib
r"""
Usable WAPT package functions: install(), uninstall(), session_setup(), audit(), update_package()
"""
# Declaring global variables - Warnings: 1) WAPT context is only available in package functions; 2) Global variables are not persistent between calls
bin_contains = "PlantronicsHubInstaller"
app_name = "Plantronics Hub"
def install():
# Declaring local variables
package_version = control.get_software_version()
bin_name = glob.glob("*%s*.dmg" % bin_contains)[0]
# Installing the software
print("Installing: %s" % bin_name)
install_dmg(bin_name)
def uninstall():
# Uninstalling the software
uninstall_app(app_name)
def update_package():
# Declaring local variables
result = False
proxies = get_proxies()
if not proxies:
proxies = get_proxies_from_wapt_console()
download_url = "https://www.poly.com/content/dam/www/software/PlantronicsHubInstaller.dmg"
latest_bin = "PlantronicsHubInstaller.dmg"
print("Download url is: %s" % download_url)
# Downloading latest binaries
if not isfile(latest_bin):
print("Downloading: %s" % latest_bin)
wget(download_url, latest_bin, proxies=proxies)
control.set_software_version(control.get_software_version())
control.save_control_to_wapt()
# Validating or not update-package-sources
return result
9a21141f47d8c81e30d6d0024dfb824f32d63a0a32b4fefa10f7b37148f7e50c : setup.py
c8cd10a9145285467ded8dc6473fa07575f538eae6b60f9838d6ac209d525e1f : WAPT/icon.png
a5a97261381e1d0ad46ee15916abec9c2631d0201f5cc50ceb0197a165a0bbbf : WAPT/certificate.crt
b8f4dd6907c9a627c14ca6c401028a005eff04b1956aad28f68a0341bb540d42 : luti.json
ccb258e41a3f334142ddbdfbc0c10d3d6a5b7da66f6adb85276a2d9f7ffd563a : PlantronicsHubInstaller.dmg
f95ec524bf57c7d660e0fda00537a421bafde5a19b64996034413818ea6ac7b2 : WAPT/control