POL_Install_ffdshow

Informations

Créateur Messages
SuperPlumus Anonymous

Information

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

Informations

Plate-formes :
Téléchargements : 88571
Wine: System

Retours d'expérience

Code source

#!/bin/bash
# PlayOnLinux Function
# Date : (2010-11-28 09-16)
# Last revision : (2015-12-31 02-26)
# Author : SuperPlumus
 
cd "$POL_USER_ROOT/ressources"
POL_Download_Resource "http://files.playonlinux.com/ffdshow_beta7_rev3154_20091209.exe" "c3f75f29521f749f9c9fc5489544cb04"
 
POL_Wine_WaitBefore "ffdshow"
POL_Wine "ffdshow_beta7_rev3154_20091209.exe" /silent

Contributions

Filters:

Contribuer
Membre Messages
petch Jeudi 31 Décembre 2015 à 2:26
petch

Information

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

Messages

Host the old file ourselves (but maybe we should switch to a newer version, too)

Differences

@@ -1,11 +1,11 @@
 #!/bin/bash
 # PlayOnLinux Function
 # Date : (2010-11-28 09-16)
-# Last revision : (2012-04-10 11-05)
+# Last revision : (2015-12-31 02-26)
 # Author : SuperPlumus
  
 cd "$POL_USER_ROOT/ressources"
-POL_Download_Resource "http://downloads.sourceforge.net/ffdshow-tryout/ffdshow_beta7_rev3154_20091209.exe" "c3f75f29521f749f9c9fc5489544cb04"
+POL_Download_Resource "http://files.playonlinux.com/ffdshow_beta7_rev3154_20091209.exe" "c3f75f29521f749f9c9fc5489544cb04"
  
 POL_Wine_WaitBefore "ffdshow"
 POL_Wine "ffdshow_beta7_rev3154_20091209.exe" /silent

Nouveau code source

#!/bin/bash
# PlayOnLinux Function
# Date : (2010-11-28 09-16)
# Last revision : (2015-12-31 02-26)
# Author : SuperPlumus
 
cd "$POL_USER_ROOT/ressources"
POL_Download_Resource "http://files.playonlinux.com/ffdshow_beta7_rev3154_20091209.exe" "c3f75f29521f749f9c9fc5489544cb04"
 
POL_Wine_WaitBefore "ffdshow"
POL_Wine "ffdshow_beta7_rev3154_20091209.exe" /silent

Réponses

petch Jeudi 31 Décembre 2015 à 2:18
petch

Messages

The download URL no longer works:

$ wget 'http://downloads.sourceforge.net/ffdshow-tryout/ffdshow_beta7_rev3154_20091209.exe'
--2015-12-31 02:16:58--  http://downloads.sourceforge.net/ffdshow-tryout/ffdshow_beta7_rev3154_20091209.exe
Résolution de downloads.sourceforge.net (downloads.sourceforge.net)... 216.34.181.59
Connexion vers downloads.sourceforge.net (downloads.sourceforge.net)|216.34.181.59|:80... connecté.
requête HTTP transmise, en attente de la réponse... 404 Not Found
2015-12-31 02:17:02 ERREUR 404: Not Found.

 

Réponses