The 0.9.0-beta package is avaliable at
http://digikam3rdparty.free.fr/0.9.0-beta2/ for testing Feedback please. Paco Cruz. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
El Lunes, 11 de Septiembre de 2006 23:46, F.J.Cruz escribió:
> The 0.9.0-beta package is avaliable at > http://digikam3rdparty.free.fr/0.9.0-beta2/ for testing > > Feedback please. > > Paco Cruz. > _______________________________________________ > Digikam-devel mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-devel DigikamImageplugins compile in Kubuntu Dapper 6.06 64-bits. Paco. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by F.J.Cruz
On Monday 11 September 2006 23:46, F.J.Cruz wrote:
> The 0.9.0-beta package is avaliable at > http://digikam3rdparty.free.fr/0.9.0-beta2/ for testing > > Feedback please. > Compile fine under Mandriva 2006 Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by F.J.Cruz
On Monday 11 September 2006 23:46, F.J.Cruz wrote:
> The 0.9.0-beta package is avaliable at > http://digikam3rdparty.free.fr/0.9.0-beta2/ for testing > > Feedback please. > > Paco Cruz. Compile fine under Suse 10.1 Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by F.J.Cruz
On Mon, 11 Sep 2006, F.J.Cruz wrote:
> The 0.9.0-beta package is avaliable at > http://digikam3rdparty.free.fr/0.9.0-beta2/ for testing > > Feedback please. Just compiled both digikam and the plugins from the above location (see below for full notes on the install). Overall everything looks fine. Just some minor points: - Decoding raw files (Canon 350D) I get in the console Warning: Directory Canon has an unhandled next pointer. Warning: Size 5352 of Exif.Canon.0x4002 exceeds 4096 bytes limit. Not decoded. kio_digikampreview: Running dcraw command dcraw -c -e '/home/abaecker/Pictures/Neues Album erstellen/EOS350D/RAW/IMG_1939.CR2' kio_digikampreview: Using embedded RAW preview extraction Warning: Directory Canon has an unhandled next pointer. Warning: Size 5352 of Exif.Canon.0x4002 exceeds 4096 bytes limit. Not decoded. kio_digikampreview: Exif Orientation: 1 - Advanced Search: "Rating" "Higher than" "******" This cannot produce any results as presently 5 is the maximum. I would like to see: ">=", "=" and "<=". Should I file a bug-report/feature wish? Arnd _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
umpf - hit send too early, forgetting the details of the installation...
On Tue, 12 Sep 2006, Arnd Baecker wrote: > On Mon, 11 Sep 2006, F.J.Cruz wrote: > > > The 0.9.0-beta package is avaliable at > > http://digikam3rdparty.free.fr/0.9.0-beta2/ for testing > > > > Feedback please. > > Just compiled both digikam and the plugins from the above location > (see below for full notes on the install). Installation notes (just for completeness ;-) ============================================= mkdir /tmp/TSTDIGIKAM cd /tmp/TSTDIGIKAM wget http://digikam3rdparty.free.fr/0.9.0-beta2/digikam-0.9.0-beta2.tar.bz2 wget http://digikam3rdparty.free.fr/0.9.0-beta2/digikamimageplugins-0.9.0-beta2.tar.bz2 export DST=/tmp/INSTDIGIKAM/ export KDEDIRS=$DST:/usr export LD_LIBRARY_PATH=$DST/lib:$LD_LIBRARY_PATH export LDPATH=$DST/lib:$LDPATH mkdir $DST svn checkout svn://dev.robotbattle.com/exiv2/trunk exiv2 cd exiv2 make config ./configure --prefix=$DST make make install cd .. From http://extragear.kde.org/apps/kipi get: kipi-plugins-0.1.2.tar.bz2 libkexif-0.2.4.tar.bz2 libkipi-0.1.4.tar.bz2 tar xjf libkexif-0.2.4.tar.bz2 tar xjf libkipi-0.1.4.tar.bz2 tar xjf kipi-plugins-0.1.2.tar.bz2 cd libkexif-0.2.4 ./configure --prefix=$DST make make install cd .. cd libkipi-0.1.4 ./configure --prefix=$DST make make install cd .. cd kipi-plugins-0.1.2 ./configure --prefix=$DST make make install cd .. Remark: You're missing libxslt. The htmlexport plugin will not be compiled. tar xjf digikam-0.9.0-beta2.tar.bz2 tar xjf digikamimageplugins-0.9.0-beta2.tar.bz2 cd digikam-0.9.0-beta2 ./configure --prefix=$DST --with-extra-includes=$DST/include --with-extra-libs=$DST/lib -- digiKam configure results ------------------- -- sqlite3 found.................. YES -- gphoto2 found.................. YES -- libkipi found.................. YES -- libtiff found.................. YES -- libpng found................... YES -- lcms found..................... YES -- Exiv2 library found............ YES make make install cd .. cd digikamimageplugins-0.9.0-beta2 ./configure --prefix=$DST --with-extra-includes=$DST/include --with-extra-libs=$DST/lib make make install cd .. To test: export PATH=$DST/bin:$PATH rehash digikam _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Arnd Baecker
On Tuesday 12 September 2006 12:36, Arnd Baecker wrote:
> On Mon, 11 Sep 2006, F.J.Cruz wrote: > > The 0.9.0-beta package is avaliable at > > http://digikam3rdparty.free.fr/0.9.0-beta2/ for testing > > > > Feedback please. > > Just compiled both digikam and the plugins from the above location > (see below for full notes on the install). > Overall everything looks fine. > > Just some minor points: > > - Decoding raw files (Canon 350D) I get in the console > > Warning: Directory Canon has an unhandled next pointer. > Warning: Size 5352 of Exif.Canon.0x4002 exceeds 4096 bytes limit. Not > decoded. > kio_digikampreview: Running dcraw command dcraw -c -e > '/home/abaecker/Pictures/Neues Album erstellen/EOS350D/RAW/IMG_1939.CR2' > kio_digikampreview: Using embedded RAW preview extraction > Warning: Directory Canon has an unhandled next pointer. > Warning: Size 5352 of Exif.Canon.0x4002 exceeds 4096 bytes limit. Not > decoded. > kio_digikampreview: Exif Orientation: 1 nothing abnormal. Some warning from Exiv2 library about some exif tags bigger than the standard Exif limit... Note: RAW files are not a standard... > > > - Advanced Search: > "Rating" "Higher than" "******" > This cannot produce any results as presently 5 is the maximum. yes. 0 <= rating value <= 5. > > I would like to see: ">=", "=" and "<=". > Should I file a bug-report/feature wish? Rating search is actually limited. It can be extended easily, but it's not a priority. We will do it later. Look if there is a file in B.K.O about this subject (look "searches" component), before to create another one. No need to dupplicate one. Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |