Recherche avancée

Médias (91)

Autres articles (76)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • 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 ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (9587)

  • Revision 30079 : servait pour débuguer ... donc plus nécessaire

    22 juillet 2009, par kent1@… — Log

    servait pour débuguer ... donc plus nécessaire

  • FFmpeg compile for Android (configure, make)

    11 août 2013, par manutd

    I want to compile ffmpeg for Android ver.
    But everytime I try, I can't compile the source of ffmpeg.
    I think my configuration option may be invalid.

    I used this script for configure.

    #!/bin/sh
    NDK_PATH=$HOME/android-ndk-r8
    PREBUILT=$NDK_PATH/toolchains/arm-linux-androideabi-4.4.3/prebuilt/darwin-x86

    LDFLAGS="-Wl,-T,$PREBUILT/armelf_linux_eabi.x -Wl,-rpath-link=$NDK_PATH/platforms/android-8/arch-arm/usr/lib \
        -L$NDK_PATH/platforms/android-8/arch-arm/usr/lib -nostdlib $PREBUILT/lib/gcc/arm-linux-androideabi/4.4.3/crtbegin.o \
        $PREBUILT/lib/gcc/arm-linux-androideabi/4.4.3/crtend.o -lc -lm -ldl"
    COMMON_CONFIG="\
             ./configure --target-os=linux \
             --arch=arm \
             --enable-cross-compile \
             --cc=$PREBUILT/bin/arm-linux-androideabi-gcc \
             --as=$PREBUILT/bin/arm-linux-androideabi-gcc \
             --cross-prefix=$PREBUILT/bin/arm-linux-androideabi- \
             --sysinclude=$NDK_PATH/platforms/android-8/arch-arm/usr/include \
             --nm=$PREBUILT/bin/arm-linux-androideabi-nm \
             --extra-ldflags=\"$LDFLAGS\" \
             --extra-cflags=-I$NDK_PATH/platforms/android-8/arch-arm/usr/include \

    eval "$COMMON_CONFIG"
    if [ $? -ne 0 ]; then
     exit 1
    fi

    I have to give compiler a new header file path (by —extra-cflags) because when I typed 'make', compiler didn't know where are header files (like math.h, ctime.h)

    After configure using this scripts and type 'make', I got these error.

    CC  libavdevice/alldevices.o
    In file included from /Users/gyeongmingim/android-ndk-r8/platforms/android-8/arch-arm/usr/include/stdlib.h:42,
                from ./libavutil/common.h:35,
                from ./libavutil/avutil.h:126,
                from libavdevice/avdevice.h:22,
                from libavdevice/alldevices.c:22:
    /Users/gyeongmingim/android-ndk-r8/platforms/android-8/arch-arm/usr/include/strings.h:49: warning: redundant redeclaration of 'index'
    /Users/gyeongmingim/android-ndk-r8/platforms/android-8/arch-arm/usr/include/string.h:47: note: previous declaration of 'index' was here
    /Users/gyeongmingim/android-ndk-r8/platforms/android-8/arch-arm/usr/include/strings.h:50: warning: redundant redeclaration of 'strcasecmp'
    /Users/gyeongmingim/android-ndk-r8/platforms/android-8/arch-arm/usr/include/string.h:57: note: previous declaration of 'strcasecmp' was here
    /Users/gyeongmingim/android-ndk-r8/platforms/android-8/arch-arm/usr/include/strings.h:51: warning: redundant redeclaration of 'strncasecmp'
    /Users/gyeongmingim/android-ndk-r8/platforms/android-8/arch-arm/usr/include/string.h:58: note: previous declaration of 'strncasecmp' was here
    In file included from ./libavutil/internal.h:178,
                from ./libavutil/common.h:342,
                from ./libavutil/avutil.h:126,
                from libavdevice/avdevice.h:22,
                from libavdevice/alldevices.c:22:
    ./libavutil/libm.h:62: error: static declaration of 'lrint' follows non-static declaration
    ./libavutil/libm.h:69: error: static declaration of 'lrintf' follows non-static declaration
    ./libavutil/libm.h:76: error: static declaration of 'round' follows non-static declaration
    ./libavutil/libm.h:90: error: static declaration of 'trunc' follows non-static declaration
    make: *** [libavdevice/alldevices.o] Error 1

    What is the wrong ?
    Does my configuration have wrong info ? or any missing flag ?

    OS : Mac Lion
    Android-ndk ver : android-ndk-r8

  • Imagick and Gmagick builds available for Windows

    19 septembre 2009, par Mikko Koppanen — Imagick, PHP stuff

    The new Windows build page http://valokuva.org/magick/ contains builds for both Imagick and Gmagick. All builds are done using VC9 and PHP 5.3.

    ImageMagick builds are QuantumDepth 16 (default).
    GraphicsMagick builds are QuantumDepth 8 (default).

    Please note that these builds won’t work with the official PHP.net binaries which are compiled using VC6.

    Edit : Pierre corrected me that there are official VC9 builds of PHP available at http://windows.php.net/download/