[Lunar-commits] r20588 - moonbase/trunk/libs/libexif

Chad Kittel v3rt1g0 at lunar-linux.org
Fri Jun 30 03:15:20 UTC 2006


Author: v3rt1g0
Date: 2006-06-30 03:15:19 +0000 (Fri, 30 Jun 2006)
New Revision: 20588

Modified:
   moonbase/trunk/libs/libexif/BUILD
   moonbase/trunk/libs/libexif/DETAILS
Log:
  Added Patch: libexif (0.6.13)

   * add a patch to avoid the 'missing doxygen = boom' compile-time
     errors.
   * tweak the descriptions too


Modified: moonbase/trunk/libs/libexif/BUILD
===================================================================
--- moonbase/trunk/libs/libexif/BUILD	2006-06-30 01:01:11 UTC (rev 20587)
+++ moonbase/trunk/libs/libexif/BUILD	2006-06-30 03:15:19 UTC (rev 20588)
@@ -1,5 +1,7 @@
 (
-  
+
+  patch_it  $SOURCE_CACHE/$SOURCE2  1  &&
+
   default_build
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/libs/libexif/DETAILS
===================================================================
--- moonbase/trunk/libs/libexif/DETAILS	2006-06-30 01:01:11 UTC (rev 20587)
+++ moonbase/trunk/libs/libexif/DETAILS	2006-06-30 03:15:19 UTC (rev 20588)
@@ -1,16 +1,18 @@
           MODULE=libexif
          VERSION=0.6.13
           SOURCE=$MODULE-$VERSION.tar.bz2
+         SOURCE2=$MODULE-0.6.13-doxygen.patch
       SOURCE_URL=$SFORGE_URL/$MODULE/
+     SOURCE2_URL=$PATCH_URL/
       SOURCE_VFY=sha1:9b3a222586f9efc3d591ed83db16f85bba5dc362
+     SOURCE2_VFY=sha1:813fec831bf900c99ff013f809a8c19634b91d37
         WEB_SITE=http://sourceforge.net/projects/libexif
          ENTERED=20030108
          UPDATED=20060618
-           SHORT="Most digital cameras produce EXIF files."
+           SHORT="a library for parsing, editing, and saving EXIF data"
 
 cat << EOF
 Most digital cameras produce EXIF files, which are JPEG files with
-extra tags that contain information about the image. The EXIF
-library allows you to parse an EXIF file and read the data from
-those tags.
+extra tags that contain information about the image. The EXIF library
+allows you to parse an EXIF file and read the data from those tags.
 EOF



More information about the Lunar-commits mailing list