summaryrefslogtreecommitdiff
path: root/graphics/SDL2_image/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26graphics: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07graphics: Remove SHA1 hashes for distfilesnia1-2/+1
2020-04-01SDL2_image: Always specify a tag when linkingnia1-1/+2
2019-07-07SDL2_image: Update to 2.0.5nia1-5/+5
Changes: * Updated external libraries libpng-1.6.32, libwebp-1.0.2 * Fixed a number of security issues: TALOS-2019-0820 TALOS-2019-0821 TALOS-2019-0841 TALOS-2019-0842 TALOS-2019-0843 TALOS-2019-0844 * Ported SDL_image to emscripten
2018-11-01SDL2_image: updated to 2.0.4adam1-7/+6
2.0.4: * Fixed memory issues in the XCF loader * Fixed a number of security issues, including TALOS-2018-0645
2018-06-24SDL2_image: updated to 2.0.3adam1-5/+5
2.0.3: * Fixed a number of security issues: TALOS-2017-0488 TALOS-2017-0489 TALOS-2017-0490 TALOS-2017-0491 TALOS-2017-0497 TALOS-2017-0498 TALOS-2017-0499 * This release depends on SDL 2.0.8 or newer 2.0.2: * Added simple SVG image support based on Nano SVG * Updated external libraries jpeg-9b, libpng-1.6.32, libwebp-0.6.0, tiff-4.0.8 and zlib-1.2.11 * Fixed security vulnerability in XCF image loader * Added optional support for loading images using Windows Imaging Component * Added libpng save support for much smaller 8-bit images * Added JPG save support when built with jpeglib: IMG_SaveJPG() and IMG_SaveJPG_RW()
2016-05-05Updated SDL2_image to 2.0.1.wiz1-6/+6
Fix pkgconfig file name in override. 2.0.1: Jeffrey Carpenter - Sat Nov 29 12:06:05 2014 * Fixed image colorspace issue on iOS and Mac OS X Sam Lantinga - Sun Jun 15 17:33:46 2014 * Fixed support for transparency in XPM files Davide Coppola - Thu Apr 17 17:30:12 2014 * Fixed building JPEG support on Android David Ludwig - Tue Apr 01 19:40:35 2014 * Added support for building for Windows RT and Windows Phone Timur - Wed Dec 11 21:24:36 2013 * Fixed memory leak in webp image loading Patrice Mandin - Thu Nov 07 19:15:28 2013 * Fixed loading BMP files with large BITMAPINFOHEADER structures Sam Lantinga - Fri Oct 11 21:54:20 2013 * Fixed building with libpng 1.4
2015-11-03Add SHA512 digests for distfiles for graphics categoryagc1-1/+2
Problems found with existing digests: Package fotoxx distfile fotoxx-14.03.1.tar.gz ac2033f87de2c23941261f7c50160cddf872c110 [recorded] 118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated] Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz 34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb Package pgraf: missing distfile pgraf-20010131.tar.gz Package qvplay: missing distfile qvplay-0.95.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-03-31This is a simple library to load images of various formats as SDL surfaces.adam1-0/+7
This library supports BMP, PNM (PPM/PGM/PBM), XPM, LBM, PCX, GIF, JPEG, PNG, TGA, and TIFF formats.