Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (89)

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

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

Sur d’autres sites (13420)

  • libvpx : Cast a pointer to const to squelch a warning

    24 août 2016, par Diego Biurrun
    libvpx : Cast a pointer to const to squelch a warning
    

    libavcodec/libvpxdec.c:100:57 : warning : passing argument 3 of ’av_image_copy’ from incompatible pointer type
    av_image_copy(picture->data, picture->linesize, img->planes,
    libavutil/imgutils.h:116:6 : note : expected ’const uint8_t **’ but argument is of type ’unsigned char **’
    void av_image_copy(uint8_t *dst_data[4], int dst_linesizes[4],

    • [DBH] libavcodec/libvpxdec.c
  • compat/cuda : fix cast warnings on windows

    8 mai 2017, par Timo Rothenpieler
    compat/cuda : fix cast warnings on windows
    
    • [DH] compat/cuda/dynlink_loader.h
  • vf_drawtext : Drop wrong void* cast

    30 octobre 2015, par Diego Biurrun
    vf_drawtext : Drop wrong void* cast
    

    libavfilter/vf_drawtext.c:844:49 : warning : ISO C forbids conversion of function pointer to object pointer type [-Wpedantic]

    • [DBH] libavfilter/vf_drawtext.c