> -----Original Message-----
> From: [email protected] [mailto:shotwell-
> [email protected]] On Behalf Of Adam Dingle
> Sent: 22 March 2012 20:01
> To: Kent Tenney
> Cc: [email protected]
> Subject: Re: [Shotwell] Final Call for Testing: Shotwell 0.12
>
> Kent,
>
> no, so you'll need to build gexiv2 from source yourself. See my original
> message below to find out where to get it. Building should be this easy:
>
> $ sudo apt-get build-dep gexiv2
> $ tar xvfz libgexiv2-0.3.92.tar.gz
> $ cd libgexiv2-0.3.92
> $ make
> $ sudo make install
>
I had the same problem as Kent and tried your suggestions above. Problem now
with exiv2 dependency. This is on Debian Wheezy (Testing).
dougie@phoenix:~/libgexiv2-0.3.92$ make
Requested 'exiv2 >= 0.21' but version of exiv2 is 0.20
make: *** [gexiv2/gexiv2-metadata.o] Error 1
which I solved by compiling exiv2 from the main website.
Now getting vala errors (below) which I can't get past. I have a look at
the links on the website but they're all for Ubuntu repos. I tried the
add-apt-repository line but got errors. I'm not keen on tinkering too much
as I still have a working shotwell and don't want to break it.
dougie@phoenix:~/shotwell$ make
/bin/sh: 1: valac: not found
usage: chkver <min | max> <major.minor.revision> <min|max
major.minor.revision>
/bin/sh: 1: valac: not found
Shotwell requires Vala compiler 0.15.2 or greater. You are running.
make: *** [plugins/shotwell-plugin-dev-1.0.vapi] Error 1
root@phoenix:~# add-apt-repository ppa:vala-team
Traceback (most recent call last):
File "/usr/bin/add-apt-repository", line 65, in <module>
if not sp.add_source_from_line(line):
File
"/usr/lib/python2.7/dist-packages/softwareproperties/SoftwareProperties.py",
line 630, in add_source_from_line
(deb_line, file) = expand_ppa_line(line.strip(), self.distro.codename)
File "/usr/lib/python2.7/dist-packages/softwareproperties/ppa.py", line
47, in expand_ppa_line
sourceslistd = apt_pkg.Config.find_dir("Dir::Etc::sourceparts")
AttributeError: 'module' object has no attribute 'Config'
_______________________________________________
Shotwell mailing list
[email protected]
http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell