ffDiaporama

If there's software you need and you can't find, make a request for it.
dias75
Posts: 37
Joined: 3. Feb 2012, 13:02
Location: Ukraine

ffDiaporama

Post by dias75 »

I use SalixOS 14
I would like to request the ffdiaporama - Movie creator from photos and video clips

http://ffdiaporama.tuxfamily.org/

ffDiaporama is an application for creating video sequences consisting of
titles, fixed or animated.
images or photos, fixed or animated.
movie clips
music

Latest ffDiaporama stable version is 1.5 (November 26 2012)
http://ffdiaporama.tuxfamily.org/?page_id=178
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: ffDiaporama

Post by mimosa »

I think one of our new packagers might be interested in doing this one :)
shanek54
Donor
Posts: 26
Joined: 12. Feb 2013, 11:20

Re: ffDiaporama

Post by shanek54 »

Hi,
Since no-one else has responded, I have built these packages for you.
Both 32bit and 64bit packages and SLKBUILDS can be found here:
http://www.shanek54.co.uk/salix/packages/ffdiaporama/

Hope you can use it. (It looks interesting...)

Regards,
Shane.
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: ffDiaporama

Post by mimosa »

Great contribution! :)

I hope we'll see this in the 15.0 repos.
dias75
Posts: 37
Joined: 3. Feb 2012, 13:02
Location: Ukraine

Re: ffDiaporama

Post by dias75 »

:) Thank you very much, shanek54 !
Today I will install. Do I need to set the dependencies for this program ? In general, how to set it up in SalixOS 14 ? Advice please.
User avatar
laprjns
Salix Warrior
Posts: 1105
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: ffDiaporama

Post by laprjns »

dias75 wrote::) Thank you very much, shanek54 !
Today I will install. Do I need to set the dependencies for this program ? In general, how to set it up in SalixOS 14 ? Advice please.
To install packages that are not in the Salix repo, like this package for ffDiaporama, do the following in a terminal.
1) check to see if you have all the dependencies needed by ffDiaporama.

Code: Select all

rich[~]$ depcheck -u http://www.shanek54.co.uk/salix/packages/ffdiaporama/1.5/ffdiaporama-1.5-i486-1skk.dep
The results of this on my machine are:

Code: Select all

bzip2..........NOT FOUND
celt...........celt-0.11.1-i486-1gv
exiv2..........exiv2-0.23-i486-1
expat..........expat-2.0.1-i486-2
ffmpeg.........ffmpeg-0.11.2-i486-1gv
fontconfig.....fontconfig-2.9.0-i486-1
freetype.......freetype-2.4.11-i486-1_slack14.0
fribidi........fribidi-0.19.2-i486-3
gcc............gcc-4.7.1-i486-1
gcc-g++........gcc-g++-4.7.1-i486-1
glib2..........glib2-2.32.4-i486-1
lame...........lame-3.99.5-i486-1gv
libICE.........libICE-1.0.8-i486-1
libSM..........libSM-1.2.1-i486-1
libX11.........libX11-1.5.0-i486-1
libXau.........libXau-1.0.7-i486-1
libXdmcp.......libXdmcp-1.1.1-i486-1
libXext........libXext-1.3.1-i486-1
libXrandr......libXrandr-1.3.2-i486-1
libXrender.....libXrender-0.9.7-i486-1
libass.........libass-0.10.0-i486-1gv
libffi.........libffi-3.0.11-i486-1
libmodplug.....libmodplug-0.8.8.4-i486-1gv
libogg.........libogg-1.3.0-i486-1
libpng.........libpng-1.4.12-i486-1
libtheora......libtheora-1.1.1-i486-1
libvorbis......libvorbis-1.3.3-i486-1
libvpx.........libvpx-1.1.0-i486-1gv
libxcb.........libxcb-1.8.1-i486-1
opencore-amr...opencore-amr-0.1.3-i486-1gv
orc............orc-0.4.16-i486-1gv
qimageblitz....qimageblitz-0.0.6-i486-1
qt.............qt-4.8.2-i486-4
schroedinger...schroedinger-1.0.11-i486-1gv
sdl............sdl-1.2.14-i486-6_slack14.0
speex..........speex-1.2rc1-i486-1tm
svgalib........svgalib-1.9.25-i486-2
taglib.........taglib-1.7.2-i486-1
util-linux.....util-linux-2.21.2-i486-5
x264...........x264-20120712-i486-1gv
xvidcore.......xvidcore-1.3.2-i486-2gv
zlib...........zlib-1.2.6-i486-1
This says that the only dependency missing is bzip2. ( you may get a different list of missing dependencies) Note that all required dependencies should be in the Salix repo and available via slapt-get, If not the the packager would have provided the dependency package also. In this case, bzip2 is in the repo, so you should do this:
First you need become root, then installed the package using slapt-get

Code: Select all

rich[~]$ su 
Password: 
root[rich]# slapt-get -i bzip2
If you have more missing dependencies, you can add them to the list:
slapt-get -i dependency1 dependency2 dependency3

Now once you have all the dependencies you can now install the ffDiaporama. First download the package:

Code: Select all

root[rich]# wget http://www.shanek54.co.uk/salix/packages/ffdiaporama/1.5/ffdiaporama-1.5-i486-1skk.txz
Then install it:

Code: Select all

spkg -i ffdiaporama-1.5-i486-1skk.txz
That's it everything should work now.
“Don’t you see that the whole aim of Newspeak is to narrow the range of thought?"
dias75
Posts: 37
Joined: 3. Feb 2012, 13:02
Location: Ukraine

Re: ffDiaporama

Post by dias75 »

Thank you very much, laprjns !
I have successfully installed the program.
shanek54
Donor
Posts: 26
Joined: 12. Feb 2013, 11:20

Re: ffDiaporama

Post by shanek54 »

Hi,
I have found that ffDiaporama when installed on my 64bit Salix 14 Xfce laptop does not recognise the qimageblitz library - despite being built with that dependency.

I have contacted the developer for any information, but so far I have received no reply. This does not stop it from working, it only makes it less than optimal when viewing the slideshow during the making of the show. Resulting videos are fine.

If I get any further information, I will update this post.

Thanks to laprjns for the info on depcheck, I didn't know about that one :-)

Regards,
Shane
dias75
Posts: 37
Joined: 3. Feb 2012, 13:02
Location: Ukraine

Re: ffDiaporama

Post by dias75 »

shanek54 wrote:I have found that ffDiaporama when installed on my 64bit Salix 14 Xfce laptop does not recognise the qimageblitz library - despite being built with that dependency.
How do you know ? This was shown by the terminal or "Сheck configuration" ?
-----------
32-bit Salix 14 Xfce
I added pictures, audio file. Launched a preview. Works, but the sound of slows. Opened the settings to change the frame rate (i ran it in virtualbox) - the program crashes closed
And so it repeats.
-----------------
I created this topic and wrote about the problem.
http://ffdiaporama.tuxfamily.org/Forum/ ... php?id=566
dias75
Posts: 37
Joined: 3. Feb 2012, 13:02
Location: Ukraine

Re: ffDiaporama

Post by dias75 »

+
I have run this version on Lubuntu 12.04 and got the same problem.
The program crashes when I added the audio file, and then want to change the frame rate.
If there is only a picture, if you change the frame rate does not drop the program.
If there is a photo and then I want to change the frame rate of the program is not falling.

Exactly the same in salixos - The program crashes when I added the audio file, and then want to change the frame rate. If there is a photo and then I want to change the frame rate of the program is not falling.
Post Reply