On 03/31/2012 08:02 AM, Florian Steinbock wrote:

Can you upgrade to Shotwell 0.12? It shouldn't be hard to build it yourself on Fedora - if you need help, just ask here. Does that help with this problem?

Not in the moment, i want but get to many errors.
/ [root@sony-vaio shotwell-0.12.0]# make
Requested 'gexiv2 >= 0.3.92' but version of GExiv2 is 0.2.2
make: *** [pkgcheck] Fehler 1/

and as rpm it is the same, i tryed to update the gexiv2 to higher version, but then it says it needs this and this... there are arround 10 updates i have to do from hand and some gets errors.

I recommend building and installing the current version of gexiv2 from source. See http://redmine.yorba.org/projects/gexiv2/wiki/Gexiv2 . You want to do something like this:

# Allow the system to find libraries in /usr/local.
$ sudo sh -c 'echo /usr/local/lib > /etc/ld.so.conf.d/local.conf'
$ echo 'export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig' >> ~/.bashrc

# Close and restart your terminal window so the preceding definition in .bashrc will be read.

$ sudo yum-builddep libgexiv2
$ wget http://yorba.org/download/gexiv2/0.4/libgexiv2-0.4.1.tar.bz2
$ tar xfj libgexiv2*.bz2
$ cd libgexiv2-0.4.1
$ make
$ sudo make install
$ sudo ldconfig

adam

_______________________________________________
Shotwell mailing list
[email protected]
http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell

Reply via email to