Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (111)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin 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 (...)

  • Que fait exactement ce script ?

    18 janvier 2011, par

    Ce script est écrit en bash. Il est donc facilement utilisable sur n’importe quel serveur.
    Il n’est compatible qu’avec une liste de distributions précises (voir Liste des distributions compatibles).
    Installation de dépendances de MediaSPIP
    Son rôle principal est d’installer l’ensemble des dépendances logicielles nécessaires coté serveur à savoir :
    Les outils de base pour pouvoir installer le reste des dépendances Les outils de développements : build-essential (via APT depuis les dépôts officiels) ; (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To 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 (...)

Sur d’autres sites (10104)

  • avcodec/alsdec : Fix bitstream reading

    27 avril 2016, par Umair Khan
    avcodec/alsdec : Fix bitstream reading
    

    Signed-off-by : Umair Khan <omerjerk@gmail.com>
    Reviewed-by : Thilo Borgmann <thilo.borgmann@mail.de>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/alsdec.c
  • replaygain_synthesis.c : Replace an int64_t/int32_t operation with a shift.

    18 mai 2014, par Erik de Castro Lopo
    replaygain_synthesis.c : Replace an int64_t/int32_t operation with a shift.
    

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/share/replaygain_synthesis/replaygain_synthesis.c
  • flac : Fix handling of raw input option.

    28 juin 2014, par Erik de Castro Lopo
    flac : Fix handling of raw input option.
    

    FLAC was silently ignoring options for raw input for encoding mode (but
    prints an error and aborts when _de_coding).

    This can lead to bug reports such as https://sourceforge.net/p/flac/bugs/389/

    FLAC now prints a message about options misuse for encoding mode.

    Help messages were also updated.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/flac/main.c