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

Dennis Veatch stumbles at lunar-linux.org
Sun Jun 18 15:57:02 UTC 2006


Author: stumbles
Date: 2006-06-18 15:57:02 +0000 (Sun, 18 Jun 2006)
New Revision: 20455

Modified:
   moonbase/trunk/libs/libexif/BUILD
   moonbase/trunk/libs/libexif/DETAILS
Log:

>From what I can tell the patches are not needed with this
bump. 



Modified: moonbase/trunk/libs/libexif/BUILD
===================================================================
--- moonbase/trunk/libs/libexif/BUILD	2006-06-18 14:57:17 UTC (rev 20454)
+++ moonbase/trunk/libs/libexif/BUILD	2006-06-18 15:57:02 UTC (rev 20455)
@@ -1,7 +1,5 @@
 (
   
-  patch_it $SOURCE_CACHE/$SOURCE1 1 &&
-  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-18 14:57:17 UTC (rev 20454)
+++ moonbase/trunk/libs/libexif/DETAILS	2006-06-18 15:57:02 UTC (rev 20455)
@@ -1,22 +1,16 @@
           MODULE=libexif
-         VERSION=0.6.12
-          SOURCE=$MODULE-$VERSION.tar.gz
-         SOURCE1=$MODULE-$VERSION-exif-data.patch.bz2
-         SOURCE2=$MODULE-$VERSION-gcc4.patch.bz2
+         VERSION=0.6.13
+          SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=$SFORGE_URL/$MODULE/
-     SOURCE1_URL=$PATCH_URL/
-     SOURCE2_URL=$PATCH_URL/
-      SOURCE_VFY=sha1:71d0aea509acac42337f7243c2cf435774df1769
-     SOURCE1_VFY=sha1:b3a75c0fcd74c2df3591b2166b5b3b2ef7a7dbf6
-     SOURCE2_VFY=sha1:46eaceff67b343e7c134d4e7f56db79753cbf762
+      SOURCE_VFY=sha1:9b3a222586f9efc3d591ed83db16f85bba5dc362
         WEB_SITE=http://sourceforge.net/projects/libexif
          ENTERED=20030108
-         UPDATED=20051225
+         UPDATED=20060618
            SHORT="Most digital cameras produce EXIF files."
 
 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 
+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.
 EOF



More information about the Lunar-commits mailing list