Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (56)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

  • configure : Add a SONAME entry for the android target

    29 octobre 2015, par Luca Barbato
    configure : Add a SONAME entry for the android target
    

    In order to load libraries in Android they need to be unversioned.
    The android target section was derived from the BSD ones, and they
    that simply drop the SONAME

    Android M requires to have a SONAME entry but unversioned.

    • [DBH] configure
  • fate : Add separate target for all indeo3 tests

    25 février 2016, par Diego Biurrun
    fate : Add separate target for all indeo3 tests
    
    • [DBH] tests/fate/indeo.mak
    • [DBH] tests/ref/fate/indeo3-1
  • Can't update app in store because of target api23 (no downgrade possible)

    4 mai 2016, par Thkru

    long story short :

    Problem :

    • apps uploaded with target api23 once, can’t be updated with lower target api
    • metaio can’t handle api23, due to a text relocations bug

    Idea so far :

    • replace the old libavcodec.so (arm & x86) by a newer version,
      but I can’t find any compiled version...

    PS : sure it’s dump to use a deprecated sdk and it has to be replaced sometime in the future, but for now I have to use it, as there’s a huge content and backend part that is used in the project.

    PPS : worst case idea is to upload the same app but with a different ID, api22 and AR features in the GooglePlay...and having two nearly identical apps... <_<

    Thanks a lot for every help ! :)