Skip to content

Commit

Permalink
libecwj2: add a missing patch description
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Nov 24, 2023
1 parent a6e9df2 commit f2fc310
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions recipes/libecwj2/all/conandata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,38 +9,39 @@ patches:
# The following patches are applied by GDAL in an aggregated patch here:
# https://github.com/rouault/libecwj2-3.3-builds/blob/main/libecwj2-3.3.patch
- patch_file: "patches/libecwj2-3.3-3245a.patch"
patch_description: "Memory leak patches from http://trac.osgeo.org/mapserver/ticket/3245"
patch_type: "bugfix"
patch_description: "Memory leak patches from http://trac.osgeo.org/mapserver/ticket/3245"
patch_source: "https://sourceforge.net/projects/libecw-legacy/files/patches/libecwj2-3.3-3245a.patch"
- patch_file: "patches/libecwj2-3.3-3245b.patch"
patch_description: "Memory leak patches from http://trac.osgeo.org/mapserver/ticket/3245"
patch_type: "bugfix"
patch_description: "Memory leak patches from http://trac.osgeo.org/mapserver/ticket/3245"
patch_source: "https://sourceforge.net/projects/libecw-legacy/files/patches/libecwj2-3.3-3245b.patch"
- patch_file: "patches/libecwj2-3.3-NCSPhysicalMemorySize-Linux.patch"
patch_description: "Memory overflow patch from http://trac.osgeo.org/gdal/ticket/3366"
patch_type: "bugfix"
patch_description: "Memory overflow patch from http://trac.osgeo.org/gdal/ticket/3366"
patch_source: "https://sourceforge.net/projects/libecw-legacy/files/patches/libecwj2-3.3-NCSPhysicalMemorySize-Linux.patch"
- patch_file: "patches/libecwj2-3.3-2593.patch"
patch_description: "Fix crash creating 16bit JP images on x86_64 from http://trac.osgeo.org/gdal/ticket/2593"
patch_type: "bugfix"
patch_description: "Fix crash creating 16bit JP images on x86_64 from http://trac.osgeo.org/gdal/ticket/2593"
patch_source: "https://sourceforge.net/projects/libecw-legacy/files/patches/libecwj2-3.3-2593.patch"
- patch_file: "patches/libecwj2-3.3-wcharfix.patch"
patch_type: "portability"
patch_description: "Fix Unicode handling in NCSPrefsXML.cpp"
patch_source: "https://sourceforge.net/projects/libecw-legacy/files/patches/libecwj2-3.3-wcharfix.patch"
# Additional patches for Conan
- patch_file: "patches/unvendor-lcms.patch"
patch_description: "Use lcms2 from Conan"
patch_type: "conan"
patch_description: "Use lcms2 from Conan"
patch_source: "https://sourceforge.net/projects/libecw-legacy/files/patches/libecwj2-3.3-nolcms.patch"
- patch_file: "patches/unvendor-libjpeg-tinyxml.patch"
patch_description: "Use libjpeg and tinyxml from Conan"
patch_type: "conan"
patch_description: "Use libjpeg and tinyxml from Conan"
- patch_file: "patches/use-stdint.h-types.patch"
patch_description: "Use modern stdint.h types"
patch_type: "portability"
patch_description: "Use modern stdint.h types"
- patch_file: "patches/macos-compatibility.patch"
patch_description: "Remove outdated compatibility function on macOS"
patch_type: "portability"
patch_description: "Remove outdated compatibility function on macOS"
- patch_file: "patches/modernize-configure.in.patch"
patch_description: "Modernize configure.in a bit"
patch_type: "portability"
patch_description: "Modernize configure.in a bit"

0 comments on commit f2fc310

Please sign in to comment.