QuickTime Player

Informations

Créateur Messages
MTres19 Anonymous

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 27181
Wine: 2.22

Retours d'expérience

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

Captures d'écran

Miniature

Code source

#!/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:

Contribuer
Membre Messages
Dadu042 Lundi 27 Janvier 2020 à 21:25
Dadu042

Information

Cette mise à jour a été acceptée par l'équipe

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

Nouveau code source

#!/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

Réponses

MTres19 Jeudi 28 Mai 2015 à 22:17
MTres19 Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

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

Nouveau code source

#!/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

Réponses

Lundi 27 Janvier 2020 à 21:20
The script does link to Quicktime v7.76.80.95

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