Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (25)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (7577)

  • Build : removed node regarding patching of jquery-release

    25 février 2016, par staabm
    Build : removed node regarding patching of jquery-release
    

    will be fixed by https://github.com/jquery/jquery-release/pull/90

  • build system : fix dependency generation

    8 octobre 2015, par Christophe Gisquet
    build system : fix dependency generation
    

    When trying to build the binary dct-test under MSYS2/Win64, the
    makefile rule does not have the SUBDIR in the target for its
    object file.

    Consequently, modifications to various include files (e.g. C ones)
    do not trigger a recompilation.

    When tracing the dependency generating, the dependency generation
    has this strange content (linebreak inserted) :
    sed -e "/^#.*/d" -e "s,^ [1]*dct\.o,libavcodec/dct.o," \
    > libavcodec/dct-test.d

    For some reason, the $(*F) has weird content. It looks simpler to
    use $(@F) instead of $(*F)\.o, although this was tested on one
    single version of make.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] configure
  • arm : Only build the FFT init files if FFT is enabled

    29 mai 2013, par Martin Storsjö
    arm : Only build the FFT init files if FFT is enabled
    

    This fixes build errors in cases where FFT is disabled.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavcodec/arm/Makefile