changeset 3548:712618d22ccd

Update libexif in order to build libgphoto2.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Tue, 29 May 2007 16:00:32 +0200
parents 4b5ab2e9a150
children 22c153d2f44b 8cece346ae10
files gub/specs/libexif.py gub/specs/libgphoto2.py
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/libexif.py	Tue May 29 15:33:10 2007 +0200
+++ b/gub/specs/libexif.py	Tue May 29 16:00:32 2007 +0200
@@ -8,4 +8,6 @@
 #        self.with_template (version="0.6.9", mirror=mirrors.sf)
 # does not install
 #        self.with_template (version="0.6.14", mirror=mirrors.sf)
-        self.with_template (version="0.6.12", mirror=mirrors.sf)
+# too old for libgphoto-2.3.1
+#        self.with_template (version="0.6.12", mirror=mirrors.sf)
+        self.with_template (version="0.6.15", mirror=mirrors.sf)
--- a/gub/specs/libgphoto2.py	Tue May 29 15:33:10 2007 +0200
+++ b/gub/specs/libgphoto2.py	Tue May 29 16:00:32 2007 +0200
@@ -7,7 +7,10 @@
         targetpackage.TargetBuildSpec.__init__ (self, settings)
 # -lltdl build problem
 #        self.with_template (version='2.3.0', mirror=sf_gphoto)
+# needs libexif >= 0.6.13, which we currently cannot compile/install
         self.with_template (version='2.3.1', mirror=sf_gphoto)
+# Does not compile
+#        self.with_template (version='2.1.6', mirror=sf_gphoto)
     def get_build_dependencies (self):
         return ['libexif', 'libjpeg', 'libusb']
     def wrap_pkg_config (self):