Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (73)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

Sur d’autres sites (8262)

  • PKG_CONFIG_PATH can't be seen by configure

    23 mars 2019, par Hashim

    I’m using Cygwin to compile a MinGW version of FFmpeg (I already use Cygwin so it didn’t make sense to use anything else to build).

    I was originally getting an error that someone on the Doom9 forums suggested might be due to mixing MinGW-64 and Cygwin dependencies. I then compiled or sourced MinGW-64 versions of all of the required dependencies (as some dependencies could not be compiled with Cygwin alone), and FFmpeg still fails to configure, always with the same error.

    This error is always a variation of "package not found using pkg-config" - if libaom is enabled, I get :

    ERROR : aom >= 1.0.0 not found using pkg-config

    If I don’t add —enable-libaom in the configure script, I get :

    ERROR : libass not found using pkg-config

    I’m running the following on the command line, in a single shell, to compile FFmpeg :

    cd /ffmpeg_sources/ffmpeg && export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig" &&
    ./configure --arch=x86_64 --cross-prefix=x86_64-w64-mingw32- --target-os=mingw32 \
    --prefix="/usr/local" \
    --extra-cflags="-I/usr/local/include -static" \
    --extra-ldflags="-L/usr/local/lib -static" \
    --pkg-config-flags="--static" \
    --extra-libs="-pthread -lm" \
    --enable-libaom \
    --enable-libass \
    --enable-libfdk-aac \
    --enable-libfreetype \
    --enable-libmp3lame \
    --enable-libopus \
    --enable-libvorbis \
    --enable-libvpx \
    --enable-libx264 \
    --enable-libx265 \
    --enable-gpl \
    --enable-nonfree \
    --enable-static  \
    --disable-shared &&
    make -j$(nproc) &&
    make install

    A similar question [here] indicates that it’s an issue with PKG_CONFIG_PATH not seeing the packages in /usr/local/lib/pkgconfig, but when I do :

    cd /ffmpeg_sources/ffmpeg && PKG_CONFIG_PATH="/usr/local/lib/pkgconfig" && pkg-config --exists --print-errors aom && echo $?

    ...it returns a 0, indicating aom.pc was found in the PKG_CONFIG_PATH - which either rules out an issue with PKG_CONFIG_PATH or makes it a very specific one in which only configure and make aren’t able to see PKG_CONFIG_PATH, despite being run from the same shell just a moment after.

    How can I resolve this ?


    EDIT

    I did some further investigation by looking into ffbuild/config.log, and noticed that it shows a warning :

    WARNING : x86_64-w64-mingw32-pkg-config not found, library detection
    may fail.

    However, doing apt-cyg search x86_64-w64-mingw32-pkg-config shows that particular package as being installed.

    Sure enough, in the /bin folder, there is an extensionless file called x86_64-w64-mingw32-pkg-config, with the following contents :

    #!/bin/sh
    exec pkgconf --personality=x86_64-w64-mingw32 $@

    I’ve also found the following related issues, in case they can help anyone else figure out what’s going on here :

    https://ffmpeg.org/pipermail/ffmpeg-devel/2012-June/126683.html

    Warning "i686-mingw32-pkg-config not found, library detection may fail" while cross compiling ffmpeg

    https://github.com/Microsoft/FFmpegInterop/issues/106

    https://gitlab.gnome.org/GNOME/librsvg/issues/239

    https://ffmpeg.zeranoe.com/forum/viewtopic.php?t=2041

  • cmdutils : update copyright year to 2014.

    4 janvier 2014, par Johan Andersson
    cmdutils : update copyright year to 2014.
    

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] cmdutils.c
  • cmdutils : update copyright year to 2014.

    4 janvier 2014, par Johan Andersson
    cmdutils : update copyright year to 2014.
    

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] cmdutils.c