Use wikimedia/xmp-reader library
authorKunal Mehta <legoktm@member.fsf.org>
Fri, 1 Jun 2018 02:14:06 +0000 (19:14 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Fri, 1 Jun 2018 02:24:39 +0000 (19:24 -0700)
commit2ecb2c944fabf71ebc591c77871f9b23c1bf14b9
treeb92da906588eee5b78190fc1720e56eb5ac48d7a
parent0cb8cf207de0c37bbbf810d2e0c96170879e9560
Use wikimedia/xmp-reader library

Bug: T100922
Depends-On: I9bec4e03c49baafda30fb44cc793fa31b36e400d
Change-Id: Ic9044bf3260d1a474a6c74844949602441ffc865
55 files changed:
.phpcs.xml
RELEASE-NOTES-1.32
autoload.php
composer.json
includes/compat/XMPReader.php [new file with mode: 0644]
includes/libs/xmp/XMP.php [deleted file]
includes/libs/xmp/XMPInfo.php [deleted file]
includes/libs/xmp/XMPValidate.php [deleted file]
includes/media/BitmapMetadataHandler.php
includes/media/JpegMetadataExtractor.php
tests/phpunit/data/xmp/1.result.php [deleted file]
tests/phpunit/data/xmp/1.xmp [deleted file]
tests/phpunit/data/xmp/2.result.php [deleted file]
tests/phpunit/data/xmp/2.xmp [deleted file]
tests/phpunit/data/xmp/3-invalid.result.php [deleted file]
tests/phpunit/data/xmp/3-invalid.xmp [deleted file]
tests/phpunit/data/xmp/3.result.php [deleted file]
tests/phpunit/data/xmp/3.xmp [deleted file]
tests/phpunit/data/xmp/4.result.php [deleted file]
tests/phpunit/data/xmp/4.xmp [deleted file]
tests/phpunit/data/xmp/5.result.php [deleted file]
tests/phpunit/data/xmp/5.xmp [deleted file]
tests/phpunit/data/xmp/6.result.php [deleted file]
tests/phpunit/data/xmp/6.xmp [deleted file]
tests/phpunit/data/xmp/7.result.php [deleted file]
tests/phpunit/data/xmp/7.xmp [deleted file]
tests/phpunit/data/xmp/README [deleted file]
tests/phpunit/data/xmp/bag-for-seq.result.php [deleted file]
tests/phpunit/data/xmp/bag-for-seq.xmp [deleted file]
tests/phpunit/data/xmp/doctype-included.result.php [deleted file]
tests/phpunit/data/xmp/doctype-included.xmp [deleted file]
tests/phpunit/data/xmp/doctype-not-included.xmp [deleted file]
tests/phpunit/data/xmp/flash.result.php [deleted file]
tests/phpunit/data/xmp/flash.xmp [deleted file]
tests/phpunit/data/xmp/gps.result.php [deleted file]
tests/phpunit/data/xmp/gps.xmp [deleted file]
tests/phpunit/data/xmp/invalid-child-not-struct.result.php [deleted file]
tests/phpunit/data/xmp/invalid-child-not-struct.xmp [deleted file]
tests/phpunit/data/xmp/no-namespace.result.php [deleted file]
tests/phpunit/data/xmp/no-namespace.xmp [deleted file]
tests/phpunit/data/xmp/no-recognized-props.result.php [deleted file]
tests/phpunit/data/xmp/no-recognized-props.xmp [deleted file]
tests/phpunit/data/xmp/utf16BE.result.php [deleted file]
tests/phpunit/data/xmp/utf16BE.xmp [deleted file]
tests/phpunit/data/xmp/utf16LE.result.php [deleted file]
tests/phpunit/data/xmp/utf16LE.xmp [deleted file]
tests/phpunit/data/xmp/utf32BE.result.php [deleted file]
tests/phpunit/data/xmp/utf32BE.xmp [deleted file]
tests/phpunit/data/xmp/utf32LE.result.php [deleted file]
tests/phpunit/data/xmp/utf32LE.xmp [deleted file]
tests/phpunit/data/xmp/xmpExt.result.php [deleted file]
tests/phpunit/data/xmp/xmpExt.xmp [deleted file]
tests/phpunit/data/xmp/xmpExt2.xmp [deleted file]
tests/phpunit/includes/libs/xmp/XMPTest.php [deleted file]
tests/phpunit/includes/libs/xmp/XMPValidateTest.php [deleted file]