QuickTime Player

Informations

Creator Message
MTres19 Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 26770
Wine: 2.22

Feedbacks

Description

QuickTime Player, made by Apple, Inc. is both an audio and video player that is designed around the MOV format. It also supports multimedia streaming.

Note: the script does download Quicktime v7.76.80.95

Screenshots

Miniature

Source code

#!/bin/bash
#
# Date: (2015-05-27 09:05)
# Wine version used: see changelog.
# Distributions used to test: Linux Mint 17.1 (x64) & Debian GNU/Linux 8.0 (x64)
# Author: MTres19
#
# CHANGELOG
# [MTres19] (2015-05-27 09:05)
#   Initial script.
# [Dadu042] (2020-01-22 21:30)
#   Wine 1.7.43-staging ->  2.22
#   Improve POL_Shortcut

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

PREFIX="QuickTime"
TITLE="QuickTime Player"
WINEVERSION="2.22"

POL_System_TmpCreate "QuickTime"
cd "$POL_System_TmpDir"

POL_GetSetupImages "https://959ad3af07bee0a51d8a94f55631e2a28a6bbbdb.googledrive.com/host/0B_iE50uqUIIbM3A1VFQ5SlhzV1E" "https://1ad729e00e6db2277920eaba5998a84ebe38c026.googledrive.com/host/0B_iE50uqUIIbOVVYUndDN3k4T2s"

POL_SetupWindow_Init
POL_Debug_Init
POL_System_SetArch "x86"

POL_SetupWindow_presentation "QuickTime Player" "Apple, Inc." "apple.com" "MTres19" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

POL_Call POL_Install_LunaTheme
POL_Call POL_Install_ie8

Set_OS "winxp" "sp2"

POL_Download "https://secure-appldnld.apple.com/QuickTime/031-08466.20141022.Xwlnm/QuickTimeInstaller.exe"
POL_Wine "QuickTimeInstaller.exe"

POL_Shortcut "QuickTimePlayer.exe" "QuickTime Player" "" "" "Player;"

POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribute
Member Message
Dadu042 Monday 27 January 2020 at 21:25
Dadu042

Information

This update has been approved by the team.

Differences

@@ -1,16 +1,23 @@
 #!/bin/bash
 #
-# Date: 2015-5-27 9:05 PM
-# Wine version used: 1.7.43-staging
+# Date: (2015-05-27 09:05)
+# Wine version used: see changelog.
 # Distributions used to test: Linux Mint 17.1 (x64) & Debian GNU/Linux 8.0 (x64)
 # Author: MTres19
+#
+# CHANGELOG
+# [MTres19] (2015-05-27 09:05)
+#   Initial script.
+# [Dadu042] (2020-01-22 21:30)
+#   Wine 1.7.43-staging ->  2.22
+#   Improve POL_Shortcut
 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
 PREFIX="QuickTime"
 TITLE="QuickTime Player"
-WINEVERSION="1.7.43-staging"
+WINEVERSION="2.22"
 
 POL_System_TmpCreate "QuickTime"
 cd "$POL_System_TmpDir"
@@ -34,7 +41,7 @@
 POL_Download "https://secure-appldnld.apple.com/QuickTime/031-08466.20141022.Xwlnm/QuickTimeInstaller.exe"
 POL_Wine "QuickTimeInstaller.exe"
 
-POL_Shortcut "QuickTimePlayer.exe" "QuickTime Player"
+POL_Shortcut "QuickTimePlayer.exe" "QuickTime Player" "" "" "Player;"
 
 POL_SetupWindow_Close
 exit 0
\ No newline at end of file

New source code

#!/bin/bash
#
# Date: (2015-05-27 09:05)
# Wine version used: see changelog.
# Distributions used to test: Linux Mint 17.1 (x64) & Debian GNU/Linux 8.0 (x64)
# Author: MTres19
#
# CHANGELOG
# [MTres19] (2015-05-27 09:05)
#   Initial script.
# [Dadu042] (2020-01-22 21:30)
#   Wine 1.7.43-staging ->  2.22
#   Improve POL_Shortcut

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

PREFIX="QuickTime"
TITLE="QuickTime Player"
WINEVERSION="2.22"

POL_System_TmpCreate "QuickTime"
cd "$POL_System_TmpDir"

POL_GetSetupImages "https://959ad3af07bee0a51d8a94f55631e2a28a6bbbdb.googledrive.com/host/0B_iE50uqUIIbM3A1VFQ5SlhzV1E" "https://1ad729e00e6db2277920eaba5998a84ebe38c026.googledrive.com/host/0B_iE50uqUIIbOVVYUndDN3k4T2s"

POL_SetupWindow_Init
POL_Debug_Init
POL_System_SetArch "x86"

POL_SetupWindow_presentation "QuickTime Player" "Apple, Inc." "apple.com" "MTres19" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

POL_Call POL_Install_LunaTheme
POL_Call POL_Install_ie8

Set_OS "winxp" "sp2"

POL_Download "https://secure-appldnld.apple.com/QuickTime/031-08466.20141022.Xwlnm/QuickTimeInstaller.exe"
POL_Wine "QuickTimeInstaller.exe"

POL_Shortcut "QuickTimePlayer.exe" "QuickTime Player" "" "" "Player;"

POL_SetupWindow_Close
exit 0

Replies

MTres19 Thursday 28 May 2015 at 22:17
MTres19 Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

QuickTimePlayer-22x22.png:

 

A screenshot:

Differences

@@ -0,0 +1,40 @@
+#!/bin/bash
+#
+# Date: 2015-5-27 9:05 PM
+# Wine version used: 1.7.43-staging
+# Distributions used to test: Linux Mint 17.1 (x64) & Debian GNU/Linux 8.0 (x64)
+# Author: MTres19
+
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+
+PREFIX="QuickTime"
+TITLE="QuickTime Player"
+WINEVERSION="1.7.43-staging"
+
+POL_System_TmpCreate "QuickTime"
+cd "$POL_System_TmpDir"
+
+POL_GetSetupImages "https://959ad3af07bee0a51d8a94f55631e2a28a6bbbdb.googledrive.com/host/0B_iE50uqUIIbM3A1VFQ5SlhzV1E" "https://1ad729e00e6db2277920eaba5998a84ebe38c026.googledrive.com/host/0B_iE50uqUIIbOVVYUndDN3k4T2s"
+
+POL_SetupWindow_Init
+POL_Debug_Init
+POL_System_SetArch "x86"
+
+POL_SetupWindow_presentation "QuickTime Player" "Apple, Inc." "apple.com" "MTres19" "$PREFIX"
+
+POL_Wine_SelectPrefix "$PREFIX"
+POL_Wine_PrefixCreate "$WINEVERSION"
+
+POL_Call POL_Install_LunaTheme
+POL_Call POL_Install_ie8
+
+Set_OS "winxp" "sp2"
+
+POL_Download "https://secure-appldnld.apple.com/QuickTime/031-08466.20141022.Xwlnm/QuickTimeInstaller.exe"
+POL_Wine "QuickTimeInstaller.exe"
+
+POL_Shortcut "QuickTimePlayer.exe" "QuickTime Player"
+
+POL_SetupWindow_Close
+exit 0
\ No newline at end of file

New source code

#!/bin/bash
#
# Date: 2015-5-27 9:05 PM
# Wine version used: 1.7.43-staging
# Distributions used to test: Linux Mint 17.1 (x64) & Debian GNU/Linux 8.0 (x64)
# Author: MTres19

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

PREFIX="QuickTime"
TITLE="QuickTime Player"
WINEVERSION="1.7.43-staging"

POL_System_TmpCreate "QuickTime"
cd "$POL_System_TmpDir"

POL_GetSetupImages "https://959ad3af07bee0a51d8a94f55631e2a28a6bbbdb.googledrive.com/host/0B_iE50uqUIIbM3A1VFQ5SlhzV1E" "https://1ad729e00e6db2277920eaba5998a84ebe38c026.googledrive.com/host/0B_iE50uqUIIbOVVYUndDN3k4T2s"

POL_SetupWindow_Init
POL_Debug_Init
POL_System_SetArch "x86"

POL_SetupWindow_presentation "QuickTime Player" "Apple, Inc." "apple.com" "MTres19" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

POL_Call POL_Install_LunaTheme
POL_Call POL_Install_ie8

Set_OS "winxp" "sp2"

POL_Download "https://secure-appldnld.apple.com/QuickTime/031-08466.20141022.Xwlnm/QuickTimeInstaller.exe"
POL_Wine "QuickTimeInstaller.exe"

POL_Shortcut "QuickTimePlayer.exe" "QuickTime Player"

POL_SetupWindow_Close
exit 0

Replies

Monday 27 January 2020 at 21:20
The script does link to Quicktime v7.76.80.95