Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (67)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

Sur d’autres sites (11830)

  • avfoundation : Fix version checks

    15 décembre 2023, par Martin Storsjö
    avfoundation : Fix version checks
    

    <OS>_VERSION_MAX_ALLOWED indicates what version is available in
    the SDK, while <OS>_VERSION_MIN_REQUIRED is the version we can
    assume is available, i.e. similar to what is set with e.g.
    - miphoneos-version-min on the command line.

    This fixes build errors like these :

    src/libavdevice/avfoundation.m:788:37 : error : 'AVCaptureDeviceTypeContinuityCamera' is only available on macOS 14.0 or newer [-Werror,-Wunguarded-availability-new]
    [deviceTypes addObject : AVCaptureDeviceTypeContinuityCamera] ;

    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:551:38 : note : 'AVCaptureDeviceTypeContinuityCamera' has been marked as being introduced in macOS 14.0 here, but the deployment target is macOS 13.0.0
    AVF_EXPORT AVCaptureDeviceType const AVCaptureDeviceTypeContinuityCamera API_AVAILABLE(macos(14.0), ios(17.0), macCatalyst(17.0), tvos(17.0)) API_UNAVAILABLE(visionos) API_UNAVAILABLE(watchos) ;
    ^

    Alternatively, we could use these more modern APIs, if enclosed
    in suitable @available() checks.

    • [DH] libavdevice/avfoundation.m
  • version.sh : Print versions based on the last git tag for release branches

    28 juillet 2014, par Michael Niedermayer
    version.sh : Print versions based on the last git tag for release branches
    

    release branches are detected by checking if "git" is not in RELEASE
    This changes "N-64706-g2f71aeb" to "n2.3-8-g2f71aeb"
    for git master theres no change

    This should improve the readability of lists of versions which come from
    more than 1 release branch or master + release. fate.ffmpeg.org is
    one possible example

    Reviewed-by : Timothy Gu <timothygu99@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>
    (cherry picked from commit ee606fd0317df202b59946cf9b738c0a01056316)

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] version.sh
  • Updated package version.

    26 avril 2013, par blueimp
    m blueimp-file-upload.jquery.json
    m package.json
    
    Updated package version.