tis-ekiga icon

Ekiga

Paquet d’installation silencieuse pour Ekiga

4.0.1-3

  • package: tis-ekiga
  • name: Ekiga
  • version: 4.0.1-3
  • categories: Messaging,Office
  • maintainer: WAPT Team,Tranquil IT,Hubert TOUVET,Alexis PAJOT
  • target_os: windows
  • architecture: all
  • signature_date:
  • size: 29.30 Mo

package           : tis-ekiga
version           : 4.0.1-3
architecture      : all
section           : base
priority          : optional
name              : Ekiga
categories        : Messaging,Office
maintainer        : WAPT Team,Tranquil IT,Hubert TOUVET,Alexis PAJOT
description       : Ekiga VOIP SIP / Video Softphone
depends           : 
conflicts         : 
maturity          : PROD
locale            : 
target_os         : windows
min_wapt_version  : 1.8
sources           : https://srvdev/sources/tis-ekiga-wapt/trunk
installed_size    : 
impacted_process  : 
description_fr    : Ekiga VOIP SIP / Video Softphone
description_pl    : 
description_de    : 
description_es    : 
description_pt    : 
description_it    : 
description_nl    : 
description_ru    : 
audit_schedule    : 
editor            : 
keywords          : 
licence           : 
homepage          : 
package_uuid      : ca282830-48a2-4a78-8645-8596b501e16f
valid_from        : 
valid_until       : 
forced_install_on : 
changelog         : 
min_os_version    : 
max_os_version    : 
icon_sha256sum    : 802b2976113f3664ad366c8a28f0eaab2237f90f8d1e664dbee7f1e31f6cad6d
signer            : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature         : GsvF9Xx8rHR1jqy7IgdwnfyMJzt/4gQYxaAlWMtMkB1aJIqS3eD9dycTl0K4PYq9YpkCzjvU7Bsd+x40o6LPd0F6KxCyfdkfNKGsA1TnvGqJ/gzbdXVcb2WOFB630xeKIAUvyKPiRooKXbStJFu388oFtSQixSfdgkyXjOTUWBQKc2YQ2ntUCc0ZkMMXeKjwnKmUQVsMsp4+JUI8OMf2ouxakAMPEYHz0V+6LqcS3PasyMl+plul4Y0vrrBkKIUpF4mVTNhKXBaFu7742A+9vuyyGAFNTXLXa1U3VDkujM80GVE9BBz1og9f49z7QxgydQoHzB37BZ6Ii/DU00wG4Q==
signature_date    : 2021-12-28T18:00:15.777866
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 *

# registry key(s) where WAPT will find how to remove the application(s)
#uninstallkey = ['Ekiga','GTK2-Runtime']

def install():
    print('installing gtk+ runtime')
    run(r'"gtk+-2.22-setup.exe" /S')
    print('installing tis-ekiga')
    run(r'"ekiga-setup-4.0.1+.exe" /S')

def uninstall():
    #clink register a .dll with cmd.exe, so we cannot use run() which is based on shell cmd
    run([makepath(programfiles32,r'\GTK2-Runtime\gtk2_runtime_uninst.exe'),'/S'])
    run([makepath(programfiles32,r'\Ekiga\ekiga-uninst.exe'),'/S'])
    wait_uninstallkey_absent(key='GTK2-Runtime')
    wait_uninstallkey_absent(key='Ekiga')

def update_package():
    wget('http://srvtemplates.ad.tranquil.it/binary_cache/gtk%2B-2.22-setup.exe','gtk+-2.22-setup.exe',sha256='1e39823c31a4d00f7ac3f2601aecdeb7315db04f965b6895204d9ae8a3766a1f')
    wget('http://srvtemplates.ad.tranquil.it/binary_cache/ekiga-setup-4.0.1%2B.exe','ekiga-setup-4.0.1+.exe',sha256='334044d5b5f4e37631adcb0dca2bf13b3bede4e60bb0f0ffaea318ef73b34e6b')

86daafae23760b201a53f221a22faced407051411ca394595ee7552a00cbae1d : setup.py
334044d5b5f4e37631adcb0dca2bf13b3bede4e60bb0f0ffaea318ef73b34e6b : ekiga-setup-4.0.1+.exe
1e39823c31a4d00f7ac3f2601aecdeb7315db04f965b6895204d9ae8a3766a1f : gtk+-2.22-setup.exe
802b2976113f3664ad366c8a28f0eaab2237f90f8d1e664dbee7f1e31f6cad6d : WAPT/icon.png
a5a97261381e1d0ad46ee15916abec9c2631d0201f5cc50ceb0197a165a0bbbf : WAPT/certificate.crt
c40aacf90fdf888a0a4b6cdd68c29b91920158e2da6a437da9696671bbe0eaf0 : luti.json
a266ea3f618eb701766a66255608839d2cefce11a9f513b652834ff8e95f322b : WAPT/control