-
Notifications
You must be signed in to change notification settings - Fork 889
1192 update openjpeg to 2.3.1 #1269
1192 update openjpeg to 2.3.1 #1269
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did we verify that OpenJpeg patch (src/third_party/gdal/gdal-jp2-V2.3.0.patch) we apply in build to GDAL was still applied correctly after this library upgrade ?
OpenGEE built okay and I was able to load and build JP2 files, but I didn't specifically check if the patch was applied. Is there a way to check if the patch was applied? EDIT: I'm rebuilding now (I had removed the build directory), I'll check the configure script that the patch runs against. |
Just checked GDAL's configure script and frmts/openjpeg/openjpegdataset.cpp and they both had te patch applied correctly. |
yeah verifying |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When applying openJpeg patch we need to use the new name of the patch. see (earth_enterprise/src/third_party/gdal/SConscript) line 61.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pending Travis CI passing, I approve this PR.
* 'master' of https://github.com/google/earthenterprise: 1270 Fix xml parsing in common.sh (google#1271) 1192 update openjpeg to 2.3.1 (google#1269) Documented required boost dependency for Ubuntu 14 (google#1264) [WIP] Resolve issue google#798 - investigate Qt build performance (google#1245) Copy uninstall scripts (google#1232) refresh commit Issue google#1255 - Limits internal version string to 3 parts to fix various errors with patch releases (google#1256) Move build number to release rpm (google#1252) fix version link up 5.3.1 doc folder (google#1249) I1246 create 5.3.1 doc folder from copy of 5.3.0 doc folder (google#1248) change version files over to 5.3.1 (google#1247) start of 5.3.1 Fixes google#279 - Admin Console password will be preserved on GEE server upgrade (google#1243) google#1201 - Fix issue with setting source date when using .kip directories (google#1234) I1228 Add y-scroll-bar to GLC Assembly webpage (google#1230) google#1236 Polygons constructor can accept KML as a string (google#1239) I1225 Re-add GROUPNAME to install_server.sh (google#1233)
fixed #1192