1°) Récupération des sources et installation des dépendances pour la compilation.
[code]# wget http://www.kornelix.com/uploads/1/3/0/3/13035936/fotoxx-13.10.1.tar.gz
aptitude update
aptitude dist-upgrade
aptitude install build-essential checkinstall gdebi
aptitude build-dep fotoxx
aptitude install libgtk-3-dev liblcms2-dev[/code]
2°) Compilation est création du fichier deb
[code]# tar -xvzf fotoxx-13.10.1.tar.gz
cd fotoxx-13.10.1
make
make install
checkinstall -D -y --review-control[/code]
a l’apparition de ce message :
[quote]You requested to review the control file for this package.
Now you’ll have the chance to review and optionally modify this file.
Press ENTER to continue.[/quote]
Apuiller sur Entrer, sa vous ouvre le fichier CONTROL du deb générer coller y ceci en remplacent la ligne Architecture: amd64 par Architecture: i386 si vous n’ête pas en 64bit:
[code]Package: fotoxx
Version: 13.10.1-1
Architecture: amd64
Maintainer: root@root
Installed-Size: 5464
Depends: libimage-exiftool-perl, ufraw-batch, dcraw , ufraw ,libatk1.0-0 (>= 1.12.4), libc6 (>= 2.3), libcairo2 (>= 1.2.4), libfontconfig1 (>= 2.9.0), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.14.0), libpango1.0-0 (>= 1.18.0), libstdc++6 (>= 4.1.1), libtiff4 (>> 3.9.5-3~)
Suggests: brasero
Section: graphics
Priority: extra
Homepage: http://www.kornelix.com/fotoxx.html
Description: easy-to-use digital photo editor
Fotoxx is a program for improving digital photos. It allows you to navigate
through large image directories using a window of thumbnail images, create HDR
(high dynamic range) images by combining bright and dark images to improve
details visible in both bright and dark areas, create panoramas by joining
overlapped images, adjust brightness and color intensity independently for
different underlying brightness levels, reduce fog or haze by removing
"whiteness" and intensifying colors, rotate an image (level a tilted image or
turn 90 degrees), remove red-eyes from electronic flash photos, sharpen,
resize, or crop images, reduce noise in low-light photos, change color depth,
and stretch an image by dragging the mouse.
[/code]
petit rappelle d’utilisation de vim :
dd supprime une ligne i passer en mode insertion escap passer en mode commande
terminer en passent en mode commade (escap) puis sauvegarder et quiter ( wq ).
3°) Supprésion de fichier de developement installer précédemment.
[code]# aptitude markauto $(apt-cache showsrc fotoxx | grep Build-Depends | perl -p -e ‘s/(?:[[(].+?[])]|Build-Depends:|,||)//g’)
aptitude remove libgtk-3-dev liblcms2-dev[/code]
4°) Installation du deb fotoxx
remplacer amd64 par i386 si vous ète en i386
Voila en espérant que sa serve a d’autres car il est vraiment très bien ce petit logiciel, est plus simple que gimp mais avec pas mal de fonction simpa.