|
|
@ -1,11 +1,11 @@
|
|
|
|
MacOS-X (Darwin) Exiv2 v0.27.1 Release Bundle
|
|
|
|
MacOS-X (Darwin) Exiv2 v0.27.2-RC1 Bundle
|
|
|
|
---------------------------------------------
|
|
|
|
-----------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
Structure of the bundle
|
|
|
|
Structure of the bundle
|
|
|
|
-----------------------
|
|
|
|
-----------------------
|
|
|
|
|
|
|
|
|
|
|
|
bin/exiv2 exiv2 and sample applications
|
|
|
|
bin/exiv2 exiv2 and sample applications
|
|
|
|
lib/libexiv2.0.27.1.0.dylib & libexiv2-xmp.a libraries
|
|
|
|
lib/libexiv2.0.27.2.1.dylib & libexiv2-xmp.a libraries
|
|
|
|
lib/pkgconfig/exiv2.pc pkg-config file
|
|
|
|
lib/pkgconfig/exiv2.pc pkg-config file
|
|
|
|
lib/cmake/exiv2 CMake support/consume files
|
|
|
|
lib/cmake/exiv2 CMake support/consume files
|
|
|
|
include/exiv2/ include files
|
|
|
|
include/exiv2/ include files
|
|
|
@ -40,7 +40,7 @@ To compile and link your own code using installed library and include files
|
|
|
|
Method 1: Explicitly set include and linking options
|
|
|
|
Method 1: Explicitly set include and linking options
|
|
|
|
$ g++ -std=c++98 samples/exifprint.cpp -I/usr/local/include -L/usr/local/lib -lexiv2 -o exifprint
|
|
|
|
$ g++ -std=c++98 samples/exifprint.cpp -I/usr/local/include -L/usr/local/lib -lexiv2 -o exifprint
|
|
|
|
$ ./exifprint --version
|
|
|
|
$ ./exifprint --version
|
|
|
|
exiv2=0.27.1
|
|
|
|
exiv2=0.27.2
|
|
|
|
...
|
|
|
|
...
|
|
|
|
xmlns=xmpidq:http://ns.adobe.com/xmp/Identifier/qual/1.0/
|
|
|
|
xmlns=xmpidq:http://ns.adobe.com/xmp/Identifier/qual/1.0/
|
|
|
|
$
|
|
|
|
$
|
|
|
|