You are not logged in.

#1 12-22-2011 08:44:50

debil
Nouveau membre
Registered: 12-22-2011
Posts: 3

Debian package

It would be great if you also publish Debian package of Diaporama. Or, at least, building and install instructions for Debian (as detailed as for Ubuntu).

Thanks in advance!

Offline

#2 12-23-2011 11:33:55

debil
Nouveau membre
Registered: 12-22-2011
Posts: 3

Re: Debian package

I just compiled it and installed it under Debian testing. Here is how I did it:

# apt-get install libqtcore4 libqtgui4 libqt4-network libavcodec53 libavformat53 libavdevice53 libswscale2 ffmpeg build-essential libqt4-dev qt4-dev-tools libavutil-dev libavformat-dev libavcodec-dev libswscale-dev libsdl-image1.2-dev libsdl-mixer1.2-dev
# qmake
# make
# make install

Could you put that information on the website?

Offline

#3 12-23-2011 12:55:48

domledom
Administrateur
Registered: 09-17-2011
Posts: 1,080

Re: Debian package

Hi debil

Thanks for this information, I will add it to the website

Are you able to produce packages for Debian ?


Processeur i5 - 8 Go RAM - Manjaro Linux KDE (64 bits) / Windows 7 (64 bits)

Offline

#4 12-23-2011 19:34:13

debil
Nouveau membre
Registered: 12-22-2011
Posts: 3

Re: Debian package

I have never done it before, but I think I can. In a few days I will do it.

Offline

#5 04-22-2012 10:07:46

fabrice_sp
Nouveau membre
Registered: 04-22-2012
Posts: 7

Re: Debian package

Hi,

I'm packaging ffDiaporama for Debian, and have a package available (for unstable). Where can I post it?

Thanks,
Fabrice

Offline

#6 04-22-2012 11:14:17

domledom
Administrateur
Registered: 09-17-2011
Posts: 1,080

Re: Debian package

Hi

Thanks a lot
Could you send it to me by email (or a link)

Could you also give me instructions to compile it on debian system for i update the Make ffDiaporama for Linux page

Thanks in advance


Processeur i5 - 8 Go RAM - Manjaro Linux KDE (64 bits) / Windows 7 (64 bits)

Offline

#7 04-24-2012 08:32:54

fabrice_sp
Nouveau membre
Registered: 04-22-2012
Posts: 7

Re: Debian package

Hi,

ffDiaporama is waiting in the New queue, so it should be a matter of days for it to enter into unstable, except if the archive admin detects something wrong.

To build the package, it's as easy as installing the following dependencies:
libqt4-dev qt4-dev-tools libavutil-dev libavformat-dev libavcodec-dev libswscale-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libexiv2-dev libtag1-dev
with the following command from a root shell
apt-get install libqt4-dev qt4-dev-tools libavutil-dev libavformat-dev libavcodec-dev libswscale-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libexiv2-dev libtag1-dev

and then run the following commands from within the ffDiaporama root directory:
qmake-qt4 INSTALL_ROOT=/opt ffDiaporama.pro
make

Another option is to download the Debian source package and run debuild -b and install the deb packages.

Fabrice

Offline

Board footer