Recherche avancée

Médias (1)

Mot : - Tags -/intégration

Autres articles (67)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (9368)

  • configure.ac : relax linux OS detection

    9 janvier 2017, par Peter Korsgaard
    configure.ac : relax linux OS detection
    

    Not all linux hosts match the *-pc-linux-gnu wildcard, causing build
    failures for older glibc versions where we need to link with -lrt for
    clock_gettime - E.G. :

    - arm-unknown-linux-musleabihf
    - powerpc-unknown-linux-gnuspe
    - bfin-linux-linux-uclibc
    ..

    Signed-off-by : Peter Korsgaard <peter@korsgaard.com>
    Signed-off-by : Erik de Castro Lopo <erikd@mega-nerd.com>

    • [DH] configure.ac
  • hwcontext_vaapi : Improve logging around quirk detection

    19 septembre 2018, par Mark Thompson
    hwcontext_vaapi : Improve logging around quirk detection
    

    Clarify that the list is the naughty list, and therefore being on it is
    not desirable. The i965 driver does not need to be on the list after
    version 2.0 (when the standard parameter buffer rendering behaviour was
    changed).

    • [DH] libavutil/hwcontext_vaapi.c
  • DNxHD : Simplify pixel format detection

    27 janvier 2015, par Vittorio Giovara
    DNxHD : Simplify pixel format detection
    

    Error out in case of unknown values.

    • [DH] libavcodec/dnxhddec.c