Camfrog Video Chat
Informatie
Creator | Bericht |
---|---|
wwfkk
![]()
|
WarningThis installer is a beta script. It means that it might not work as expected InformatiePlatforms: Feedbacks1 0 OmschrijvingCamfrog 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. Broncode#!/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:
ContributeMember | Bericht |
wwfkk | Vrijdag 17 October 2014 om 0:11 |
wwfkk
![]()
|
InformationThis update has been approved by the team. BerichtCamfrog 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 New source code#!/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 Antwoorden |
wwfkk | Vrijdag 17 October 2014 om 0:04 |
wwfkk
![]()
|
WarningThis update has not been approved yet by the team. Differences@@ -0,0 +1 @@ +test1 \ No newline at end of file New source codetest1 Antwoorden |
wwfkk | Donderdag 16 October 2014 om 18:49 |
wwfkk
![]()
|
Berichttest Antwoorden |