Package Details: ffdiaporama 2.1-3

Git Clone URL: https://aur.archlinux.org/ffdiaporama.git (read-only, click to copy)
Package Base: ffdiaporama
Description: Movie creator from photos and video clips
Upstream URL: http://ffdiaporama.tuxfamily.org
Licenses: GPL2
Submitter: boenki
Maintainer: vmp
Last Packager: vmp
Votes: 40
Popularity: 0.000000
First Submitted: 2011-09-14 09:43 (UTC)
Last Updated: 2024-03-01 16:44 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

vmp commented on 2024-02-29 16:14 (UTC)

@kmille ffdiaporama 2.1-3 is adapted to exiv2 0.28

vmp commented on 2023-08-13 18:20 (UTC)

Similar issue
https://www.linuxquestions.org/questions/slackware-14/exiv2-0-28-0-update-breaks-wallpapers-4175725112/

kmille commented on 2023-08-13 15:13 (UTC)

hmpf ffdiaporama 2.1-2 fails to build...

engine/cBaseMediaFile.cpp:1022:23: error: ‘AutoPtr’ is not a member of ‘Exiv2::Image’
 1022 |         Exiv2::Image::AutoPtr ImageFile;        
      |                       ^~~~~~~                     
engine/cBaseMediaFile.cpp:1027:17: error: ‘ImageFile’ was not declared in this scope; did you mean ‘cImageFile’?
 1027 |                 ImageFile=Exiv2::ImageFactory::open(FileName().toUtf8().data());
      |                 ^~~~~~~~~                         
      |                 cImageFile               
engine/cBaseMediaFile.cpp:1035:24: error: ‘ImageFile’ was not declared in this scope; did you mean ‘cImageFile’?
 1035 |         if ((ExifOk)&&(ImageFile->good())) {                                                                   
      |                        ^~~~~~~~~
      |     

Any idea how to fix it? I put some effort in, but now I give up. There is a package for older Debian distros, but they use exiv2-27, which is not compatible with gimp.

Is there a similar software? ffdiaporama wasn't updated since 2014 and it seeems like it's not maintained anymore.

vmp commented on 2022-09-01 21:03 (UTC) (edited on 2024-02-29 16:37 (UTC) by vmp)

To start ffDiaporama
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/lib/ffmpeg2.1:/opt/lib
export LD_LIBRARY_PATH
ffDiaporama -lang=de

If there is no WIKI in German then rename
~/.ffDiaporama/wiki_de.qch
~/.ffDiaporama/wiki_de.qhc
or delete it.

Important files
https://fossies.org/linux/privat/ffdiaporama_bin_2.1.2014.0209.tar.gz/fp_index_o.html

gatonero commented on 2018-10-31 15:10 (UTC)

It doesn't compile

/usr/bin/uic wgt_QVideoPlayer/wgt_QVideoPlayer.ui -o ui_wgt_QVideoPlayer.h g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_REENTRANT -Wall -W -fPIC -DSHARE_DIR=\"/usr\" -DQ_OS_LINUX64 -DUSELIBSWRESAMPLE -DQT_NO_DEBUG -DQT_HELP_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_SQL_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -I../ffDiaporama_lib -I/usr/include -I/usr/include/qt -I/usr/include/qt/QtHelp -I/usr/include/qt/QtSvg -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtMultimedia -I/usr/include/qt/QtGui -I/usr/include/qt/QtConcurrent -I/usr/include/qt/QtSql -I/usr/include/qt/QtNetwork -I/usr/include/qt/QtXml -I/usr/include/qt/QtCore -I. -I/usr/include/libdrm -I. -I/usr/lib/qt/mkspecs/linux-g++ -o cCustomSlideTable.o MainWindow/cCustomSlideTable.cpp In file included from ./engine/cApplicationConfig.h:42, from ./engine/_Transition.h:80, from ./engine/_Diaporama.h:26, from MainWindow/cCustomSlideTable.h:26, from MainWindow/cCustomSlideTable.cpp:21: ./engine/cDeviceModelDef.h:63:10: schwerwiegender Fehler: libavfilter/avfiltergraph.h: Datei oder Verzeichnis nicht gefunden #include "libavfilter/avfiltergraph.h" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Kompilierung beendet. make[1]: [Makefile:4062: cCustomSlideTable.o] Fehler 1 make[1]: Verzeichnis „/var/tmp/pamac-build-cs/ffdiaporama/src/ffDiaporama/src/ffDiaporama“ wird verlassen make: [Makefile:71: sub-src-ffDiaporama-make_first] Fehler 2 ==> FEHLER: Ein Fehler geschah in build(). Breche ab...

EgLe commented on 2018-10-17 16:39 (UTC)

Hello,

today I installed ffmpeg3.4 3.4.4-3 from AUR. Then I tried to install the ffdiaporama again, but it still aborts with the following message;

/engine/cDeviceModelDef.h:63:10: serious error: libavfilter/avfiltergraph.h: File or directory not found

include "libavfilter/avfiltergraph.h"

This is now available but is now located in /usr/include/ffmpeg3.4/libavfilter/ Could you possibly design the ffdiaporama so that it can be compiled with ffmpeg3.4 3.4.4-3 installed?

EgLe commented on 2018-10-16 19:40 (UTC)

Hello,

i have install ffmpeg 3.4.4 to /usr/local So if i compile this, i get after a long time this Message: [code] echo /run/media/egle/Daten/Manjaro-build/ffdiaporama/usr/share/ffDiaporama/locale/wiki_en.qhc /run/media/egle/Daten/Manjaro-build/ffdiaporama/usr/share/ffDiaporama/locale/wiki_en.qhc make[1]: Verzeichnis „/run/media/egle/Daten/Manjaro-build/ffdiaporama 2.2.D759-3/ffdiaporama/src/ffDiaporama/src/ffDiaporama“ wird verlassen make: *** Keine Regel, um „2.2.D759-3/ffdiaporama/pkg/ffdiaporama“ zu erstellen. Schluss. ==> FEHLER: Ein Fehler geschah in package(). Breche ab...[/code}

EgLe commented on 2018-09-30 15:02 (UTC)

yep, it's doesn't work :-(

i have write in ffdiaporama-forum , http://ffdiaporama.tuxfamily.org/Forum/viewtopic.php?id=1623

hope for some helpimg ;-)