
Recherche avancée
Autres articles (77)
-
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...) -
Utilisation et configuration du script
19 janvier 2011, parInformations spécifiques à la distribution Debian
Si vous utilisez cette distribution, vous devrez activer les dépôts "debian-multimedia" comme expliqué ici :
Depuis la version 0.3.1 du script, le dépôt peut être automatiquement activé à la suite d’une question.
Récupération du script
Le script d’installation peut être récupéré de deux manières différentes.
Via svn en utilisant la commande pour récupérer le code source à jour :
svn co (...)
Sur d’autres sites (9980)
-
Merge commit ’0ebb523f072322972ea446616676fff32e9603c6’
12 février 2014, par Michael NiedermayerMerge commit ’0ebb523f072322972ea446616676fff32e9603c6’
* commit ’0ebb523f072322972ea446616676fff32e9603c6’ :
asfdec : check ff_get_guid() return values during seekingConflicts :
libavformat/asfdec.cThe code that pretends that a truncated index is correct and complete is not merged
as it obviously would cause problems if a really truncated index is encountered
If someone has samples that work better with that hack, please share them / mail mealso the bug this apparently attempts to fix isnt reproducable before this in ffmpeg
Merged-by : Michael Niedermayer <michaelni@gmx.at>
-
include/share/compat.h : Only define inline for C
23 janvier 2017, par Erik de Castro Lopo -
include/share/endswap.h : Fix default ENDSWAP_16.
13 juillet 2014, par Erik de Castro Lopo