Recherche avancée

Médias (1)

Mot : - Tags -/punk

Autres articles (88)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (11347)

  • rtspcodes : don’t check for >0 on error codes macro

    8 avril 2014, par Anshul Maheshwari
    rtspcodes : don’t check for >0 on error codes macro
    

    Avoids a warning with gcc 4.7 and -Wtype-limits. Albeit
    superfluous (At least gcc 4.8 didnt consider this been
    a problem).

    Signed-off-by : Reynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>

    • [DH] libavformat/rtspcodes.h
  • configure : add ’-uninstalled’ to uninstalled .pc files

    28 octobre 2016, par Reynaldo H. Verdejo Pinochet
    configure : add ’-uninstalled’ to uninstalled .pc files
    

    pkg-config(1) expects uninstalled pc files to follow the
    blah-uninstalled.pc naming convention and the behavior
    of the program is impacted by it. Without this fix
    overriding PKGP_CONFIG_LIBDIR is required to ensure
    uninstalled files are preferred (overkill), instead of
    just adding pc-uninstalled/ to the utility’s search path
    by setting PKG_CONFIG_PATH accordingly.

    Signed-off-by : Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>

    • [DH] configure
  • ffserver : start dropping all unneededly harcoded str lengths

    14 septembre 2015, par Reynaldo H. Verdejo Pinochet
    ffserver : start dropping all unneededly harcoded str lengths
    

    Signed-off-by : Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>

    • [DH] ffserver.c