Skip to content

Patched builds of ffDiaporama for Ubuntu 16.04 / FFmpeg 3.0

Notifications You must be signed in to change notification settings

JonasCz/ffdiaporama-1604-builds

Repository files navigation

Builds of ffDiaporama 2.2 for Ubuntu 16.04.

This repository contains builds / packages of ffDiaporama 2.2 (the latest development version) for Ubuntu 16.04, as well as the patched sources used to build them.

Packages:

If you want to use these packages, just install them and you'll be good to go. Otherwise, you can compile from source:


Compiling from source:

Either clone this repository (the source here is already patched), or download the upstream 2.2 sources from the ffDiaporama website, apply the FFmpeg 3.0 patch from here and modify the makefile as per this forum thread.

  • Install the necessary dependencies for compiling :

      sudo apt-get update
      sudo apt-get install libqt5multimedia5-plugins libtag1-dev libssh-dev libssl-dev libcurl4-openssl-dev libcurlpp-dev libcurlpp0 libqgsttools-p1 libqt5multimediaquick-p5 qtmultimedia5-dev build-essential libavcodec-dev libavdevice-dev libavfilter-dev libavformat-dev libavresample-dev libexiv2-dev libflac-dev libswscale-dev qt5-image-formats-plugins qt5-qmake libqt5quickwidgets5 libsdl-image1.2-dev libsdl-mixer1.2-dev qt5-default qttools5-dev-tools qttools5-dev libqt5svg5-dev libqt5help5 libqt5sql5-sqlite
    
  • Compile (in the ffDiaporama sources directory):

      qmake ffDiaporama.pro /PREFIX=/usr
      make
    
  • Installation:

      sudo make install
    

For the resources (ffDiaporama_rsc):

    qmake ffDiaporama_rsc.pro /PREFIX=/usr
    make install

And you should have a working ffDiaporama !

Notes (read before using):

About

Patched builds of ffDiaporama for Ubuntu 16.04 / FFmpeg 3.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published