I'm on Fedora 12.
kdegraphics-libs-4.4.1-1.fc12.x86_64 locate libkdcraw | grep so/usr/lib64/libkdcraw.so /usr/lib64/libkdcraw.so.8 /usr/lib64/libkdcraw.so.8.0.0 Do I have this right: I can build digiKam 1.2 and kipiplugins 1.2. But svn requires kde 4.5? However I can still use kde-4.4 if I replace libkcdraw in 4.4 with the libkdcraw from http://websvn.kde.org/trunk/KDE/kdegraphics/. Am I close? jay _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
2010/4/3 sean darcy <[hidden email]>:
> I'm on Fedora 12. > > kdegraphics-libs-4.4.1-1.fc12.x86_64 > > locate libkdcraw | grep so/usr/lib64/libkdcraw.so > /usr/lib64/libkdcraw.so.8 > /usr/lib64/libkdcraw.so.8.0.0 > > Do I have this right: > > I can build digiKam 1.2 and kipiplugins 1.2. > > But svn requires kde 4.5? yes digiKam from trunk depand of libkdcraw from trunk which is KDE 4.5 Gilles _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Hello I work with Ubuntu 10.04 LTS (Lucid Lynx) I have not managed to install digiKam 1.2 According to the method of Vlado below. 1. create a temporary directory 2. digikam-1.2.0.tar.bz2 download to this directory 3. Also download the diff for digiKam from Debian unstable [1]: http://ftp.de.debian.org/debian/pool/main/d/digikam/digikam_1.1.0-1.diff.gz 4. digikam unpack and unzip the diff: # # Gunzip digikam_1.1.0-1.diff.gz 5. change to the now-created directory: # cd digikam-1.2.0 6. # Patch-p1 <../digikam_1.1.0-1.diff 7. create Debian packages of digiKam and showFoto: # Chmod + x debian / rules # Fakeroot debian / rules binary What can I do that I can test version 1.2 digiKam? Thank you Pierre
Toujours plus loin...
_______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Gilles Caulier-4
Gilles Caulier wrote:
> 2010/4/3 sean darcy <[hidden email]>: >> I'm on Fedora 12. >> >> kdegraphics-libs-4.4.1-1.fc12.x86_64 >> >> locate libkdcraw | grep so/usr/lib64/libkdcraw.so >> /usr/lib64/libkdcraw.so.8 >> /usr/lib64/libkdcraw.so.8.0.0 >> >> Do I have this right: >> >> I can build digiKam 1.2 and kipiplugins 1.2. >> >> But svn requires kde 4.5? > > yes digiKam from trunk depand of libkdcraw from trunk which is KDE 4.5 > > Gilles Thanks. Can I use digiKam from trunk if I replace the libkcdraw directory in kdegraphics 4.4 with the libkdcraw directory from http://websvn.kde.org/trunk/KDE/kdegraphics//trunk/KDE/kdegraphics/libs/libkdcraw and then rebuild kdegraphics 4.4 with the updated libkdcraw? I really prefer not to build all of kde 4.5, which requires a lot of new dependencies. sean _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
You don't need to compile whole KDE 4.5 to get libkdcraw from trunk.
Here i just checkout kdegraphics/libs which contain libkdcraw, and i compile and install it. I'm running Mandriva 2010.0 with KDE 4.3.2. libkdcraw do not depand of KDE 4.5 in fact. I do not use last techno from KDE. It just hosted by KDE core, that all. Gilles Caulier 2010/4/3 sean darcy <[hidden email]>: > Gilles Caulier wrote: >> 2010/4/3 sean darcy <[hidden email]>: >>> I'm on Fedora 12. >>> >>> kdegraphics-libs-4.4.1-1.fc12.x86_64 >>> >>> locate libkdcraw | grep so/usr/lib64/libkdcraw.so >>> /usr/lib64/libkdcraw.so.8 >>> /usr/lib64/libkdcraw.so.8.0.0 >>> >>> Do I have this right: >>> >>> I can build digiKam 1.2 and kipiplugins 1.2. >>> >>> But svn requires kde 4.5? >> >> yes digiKam from trunk depand of libkdcraw from trunk which is KDE 4.5 >> >> Gilles > > Thanks. > > Can I use digiKam from trunk if I replace the libkcdraw directory in > kdegraphics 4.4 with the libkdcraw directory from > http://websvn.kde.org/trunk/KDE/kdegraphics//trunk/KDE/kdegraphics/libs/libkdcraw > and then rebuild kdegraphics 4.4 with the updated libkdcraw? > > I really prefer not to build all of kde 4.5, which requires a lot of new > dependencies. > > sean > > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users > Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Gilles Caulier wrote:
> You don't need to compile whole KDE 4.5 to get libkdcraw from trunk. > > Here i just checkout kdegraphics/libs which contain libkdcraw, and i > compile and install it. I'm running Mandriva 2010.0 with KDE 4.3.2. > > libkdcraw do not depand of KDE 4.5 in fact. I do not use last techno > from KDE. It just hosted by KDE core, that all. > > Gilles Caulier > > 2010/4/3 sean darcy <[hidden email]>: >> Gilles Caulier wrote: >>> 2010/4/3 sean darcy <[hidden email]>: >>>> I'm on Fedora 12. >>>> >>>> kdegraphics-libs-4.4.1-1.fc12.x86_64 >>>> >>>> locate libkdcraw | grep so/usr/lib64/libkdcraw.so >>>> /usr/lib64/libkdcraw.so.8 >>>> /usr/lib64/libkdcraw.so.8.0.0 >>>> >>>> Do I have this right: >>>> >>>> I can build digiKam 1.2 and kipiplugins 1.2. >>>> >>>> But svn requires kde 4.5? >>> yes digiKam from trunk depand of libkdcraw from trunk which is KDE 4.5 >>> >>> Gilles >> Thanks. >> >> Can I use digiKam from trunk if I replace the libkcdraw directory in >> kdegraphics 4.4 with the libkdcraw directory from >> http://websvn.kde.org/trunk/KDE/kdegraphics//trunk/KDE/kdegraphics/libs/libkdcraw >> and then rebuild kdegraphics 4.4 with the updated libkdcraw? >> >> I really prefer not to build all of kde 4.5, which requires a lot of new >> dependencies. >> >> sean For you Fedora users here's what I did to build from trunk: 1. Got kdegraphics/libs from trunk by svn. 2. Got kdegraphics-4.4.1-1.fc12.src.rpm from updates. 3. Ran rpm -i 4. Modified the kdegraphics.spec file to remove the the libs directory and then copied the libs directory from trunk. .............. %prep %setup -q -n kdegraphics-%{version}%{?alphatag} +rm -rf ./libs +cp -av /home/photo/build/digikam/kdegraphics/kdegraphics/libs . %build .................. 5. rpmbuild --bb the modified spec file And it worked. Or at least it built, and I could build digikam and kipi-plugins from trunk. YMMV. sean _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Free forum by Nabble | Edit this page |