Advanced search

Medias (1)

Tag: - Tags -/epub

Other articles (41)

  • List of compatible distributions

    26 April 2011, by

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

  • Problèmes fréquents

    10 March 2010, by

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

  • Contribute to translation

    13 April 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

On other websites (5666)

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

    8 April 2014, by 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 October 2016, by 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 September 2015, by 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