From: Lutz M?l. <lu...@us...> - 2003-10-26 10:10:30
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs1:/tmp/cvs-serv26651 Modified Files: ChangeLog README configure.in Log Message: 2003-10-26 Lutz Mueller <lu...@us...> * libexif/olympus * libexif/canon * libexif/pentax: Merge libmnote with libexif. The code compiles but is completely untested. Index: configure.in =================================================================== RCS file: /cvsroot/libexif/libexif/configure.in,v retrieving revision 1.55 retrieving revision 1.56 diff -u -d -r1.55 -r1.56 --- configure.in 28 Sep 2003 17:35:13 -0000 1.55 +++ configure.in 26 Oct 2003 10:06:16 -0000 1.56 @@ -60,6 +60,9 @@ Makefile libexif.spec libexif/Makefile + libexif/canon/Makefile + libexif/olympus/Makefile + libexif/pentax/Makefile libjpeg/Makefile test/Makefile libexif/libexif.pc Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.77 retrieving revision 1.78 diff -u -d -r1.77 -r1.78 --- ChangeLog 15 Oct 2003 18:04:03 -0000 1.77 +++ ChangeLog 26 Oct 2003 10:06:16 -0000 1.78 @@ -1,3 +1,10 @@ +2003-10-26 Lutz Mueller <lu...@us...> + + * libexif/olympus + * libexif/canon + * libexif/pentax: Merge libmnote with libexif. The code compiles but + is completely untested. + 2003-10-15 Lutz Mueller <lu...@us...> * libexif.spec.in: Patches by Peter Bieringer <pb...@bi...>. Index: README =================================================================== RCS file: /cvsroot/libexif/libexif/README,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- README 31 Dec 2002 10:11:23 -0000 1.6 +++ README 26 Oct 2003 10:06:16 -0000 1.7 @@ -23,8 +23,9 @@ LIMITATIONS ----------- -If you are looking for a library to read/write MakerNotes, get libmnote. -libexif is about tags. +libexif can only handle some maker notes, and even those not very well. More +work needs to be done. Note that libmnote has been merged with libexif - it +is no longer needed. FRONTENDS --------- |