Recherche avancée

Médias (1)

Mot : - Tags -/ipad

Autres articles (87)

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

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

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

Sur d’autres sites (6556)

  • configure : fix SDL2 version check for pkg_config fallback

    17 juin 2022, par dvhh
    configure : fix SDL2 version check for pkg_config fallback
    

    pkg_config fallback for SDL2 use 2.1.0 as max (excluded) version
    where the pkg_config specify 3.0.0
    Correcting fallback version to be in line with the pkg_config version

    Signed-off-by : dvhh <dvhh@yahoo.com>
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] configure
  • vf_colorspace : Added linear trc.

    24 septembre 2020, par Andrew Klaassen
    vf_colorspace : Added linear trc.
    

    This patch adds the coefficients for the linear gamma function (1,0,1,0)
    to the colorspace filter.

    Signed-off-by : Andrew Klaassen <clawsoon@yahoo.com>
    Signed-off-by : Ronald S. Bultje <rsbultje@gmail.com>

    • [DH] libavfilter/vf_colorspace.c
  • configure : replace 'pr' with printf since busybox does not support pr

    24 avril 2019, par Guo, Yejun
    configure : replace 'pr' with printf since busybox does not support pr
    

    This patch is based on https://trac.ffmpeg.org/ticket/5680 provided by
    Kylie McClain <somasis@exherbo.org> at Wed, 29 Jun 2016 16:37:20 -0400,
    and have some changes.

    contributor : Kylie McClain <somasis@exherbo.org>
    contributor : avih <avihpit@yahoo.com>
    Signed-off-by : Guo, Yejun <yejun.guo@intel.com>

    • [DH] configure