Recherche avancée

Médias (91)

Autres articles (84)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

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

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

Sur d’autres sites (9977)

  • How to make FFMPEG accessible in CMD

    8 mai 2012, par Lee Loftiss

    I need to make FFMPEG accessible from the CMD prompt in Windows 7. I think it has something to do with setting an Environmental Variable, but I can't remember how.

    take care,
    lee

  • Revision 08348d9cab : prefix vp8 asm_{com,dec,enc}_offsets files make them symmetrical with the gener

    2 mars 2013, par James Zern

    Changed Paths : Modify /build/make/Android.mk Modify /build/make/Makefile Modify /build/make/obj_int_extract.c Modify /build/x86-msvs/obj_int_extract.bat Delete /vp8/common/asm_com_offsets.c Add /vp8/common/vp8_asm_com_offsets.c (from /vp8/common/asm_com_offsets.c (...)

  • Upgrade ffmpeg (or rust) on OSX 10.12 cannot find make

    22 septembre 2020, par gemp

    Trying to brew upgrade ffmpeg on OSX 10.12 Sierra but when it arrived to install rust I had the following error :

    


    make: error: unable to find utility "make", not a developer tool or in PATH
xcodebuild: error: SDK "/Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk" cannot be located.
clang: error: unable to find utility "clang", not a developer tool or in PATH


    


    But which make gives /usr/bin/make and xcrun make is recognized and
    
ls -l /Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk gives
    
lrwxr-xr-x  1 root  wheel  10 Dec 21  2017 /Library/Developer/CommandLineTools/SDKs/MacOSX10.13.sdk -> MacOSX.sdk

    


    How can I force the rust install to use /usr/bin/make instead of the XTools one ? Or something else.

    


    EDIT

    


    I have rustc 1.46.0 which is the dependency that Homebrew wants ./configure --prefix=/usr/local/Cellar/rust/1.46.0 --release-channel=stable