Camfrog Video Chat
Informations
Créateur | Messages |
---|---|
wwfkk
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience1 0 DescriptionCamfrog Video Chat is a modern chat client that allows real time video, audio and text chats with up to thousands of participants. The tool enables seeing, speaking and writing to other chat room members simultaneously. Not all video chats require you to have a Webcam, so you can also participate without a camera. Camfrog chats are either private or public and you can make calls to mobile or landline phones. A range of parental controls in Camfrog Video Chat help to protect minors from revealing too much of their privacy and from joining certain chat rooms when using the Instant Messenger. Other settings of the Skype competitor include Privacy and Safety, Video and Audio, History, Languages, and Hotkeys. Code source#!/bin/bash # Date : (16.10.2014 15:50) # Distribution used to test : Ubuntu 14.04 # Author : wwfkk [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Camfrog Video Chat" PREFIX="CamfrogVideoChat" POL_GetSetupImages "http://i.imgur.com/sdM1c0o.jpg" "http://i.imgur.com/CxZtqm6.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Camfrog Video Chat" "http://www.camfrog.com/" "wwfkk" "$PREFIX" POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "1.7.22" POL_Call POL_Install_LunaTheme POL_Call POL_Function_FontsSmoothRGB POL_Call POL_Install_gdiplus POL_Call POL_Install_msls31 POL_Call POL_Install_msxml3 POL_Call POL_Install_riched20 POL_Call POL_Install_DisableCrashDialog POL_Call POL_Install_ie8 cd "$WINEPREFIX/drive_c" POL_Download "https://download.camfrog.com/distr/camfrog.exe" POL_Wine_WaitBefore "$TITLE" POL_Wine "camfrog.exe" POL_Shortcut "Camfrog Video Chat.exe" "$TITLE" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
wwfkk | Vendredi 17 Octobre 2014 à 0:11 |
wwfkk
|
InformationCette mise à jour a été acceptée par l'équipe MessagesCamfrog Video Chat is a modern chat client that allows real time video, audio and text chats with up to thousands of participants. The tool enables seeing, speaking and writing to other chat room members simultaneously. Not all video chats require you to have a Webcam, so you can also participate without a camera. Camfrog chats are either private or public and you can make calls to mobile or landline phones. A range of parental controls in Camfrog Video Chat help to protect minors from revealing too much of their privacy and from joining certain chat rooms when using the Instant Messenger. Other settings of the Skype competitor include Privacy and Safety, Video and Audio, History, Languages, and Hotkeys. Differences@@ -0,0 +1,40 @@ +#!/bin/bash + +# Date : (16.10.2014 15:50) +# Distribution used to test : Ubuntu 14.04 +# Author : wwfkk + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="Camfrog Video Chat" +PREFIX="CamfrogVideoChat" + +POL_GetSetupImages "http://i.imgur.com/sdM1c0o.jpg" "http://i.imgur.com/CxZtqm6.jpg" "$TITLE" +POL_SetupWindow_Init +POL_Debug_Init +POL_SetupWindow_presentation "$TITLE" "Camfrog Video Chat" "http://www.camfrog.com/" "wwfkk" "$PREFIX" + +POL_System_SetArch "x86" +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "1.7.22" + +POL_Call POL_Install_LunaTheme +POL_Call POL_Function_FontsSmoothRGB +POL_Call POL_Install_gdiplus +POL_Call POL_Install_msls31 +POL_Call POL_Install_msxml3 +POL_Call POL_Install_riched20 +POL_Call POL_Install_DisableCrashDialog +POL_Call POL_Install_ie8 + +cd "$WINEPREFIX/drive_c" +POL_Download "https://download.camfrog.com/distr/camfrog.exe" + +POL_Wine_WaitBefore "$TITLE" +POL_Wine "camfrog.exe" + +POL_Shortcut "Camfrog Video Chat.exe" "$TITLE" + +POL_SetupWindow_Close +exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (16.10.2014 15:50) # Distribution used to test : Ubuntu 14.04 # Author : wwfkk [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Camfrog Video Chat" PREFIX="CamfrogVideoChat" POL_GetSetupImages "http://i.imgur.com/sdM1c0o.jpg" "http://i.imgur.com/CxZtqm6.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Camfrog Video Chat" "http://www.camfrog.com/" "wwfkk" "$PREFIX" POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "1.7.22" POL_Call POL_Install_LunaTheme POL_Call POL_Function_FontsSmoothRGB POL_Call POL_Install_gdiplus POL_Call POL_Install_msls31 POL_Call POL_Install_msxml3 POL_Call POL_Install_riched20 POL_Call POL_Install_DisableCrashDialog POL_Call POL_Install_ie8 cd "$WINEPREFIX/drive_c" POL_Download "https://download.camfrog.com/distr/camfrog.exe" POL_Wine_WaitBefore "$TITLE" POL_Wine "camfrog.exe" POL_Shortcut "Camfrog Video Chat.exe" "$TITLE" POL_SetupWindow_Close exit 0 Réponses |
wwfkk | Vendredi 17 Octobre 2014 à 0:04 |
wwfkk
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -0,0 +1 @@ +test1 \ No newline at end of file Nouveau code sourcetest1 Réponses |
wwfkk | Jeudi 16 Octobre 2014 à 18:49 |
wwfkk
|
Messagestest Réponses |
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com