summaryrefslogtreecommitdiff
path: root/graphics/ruby-oily_png
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
2019-11-02graphics: align variable assignmentsrillig1-2/+2
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2016-10-15Update ruby-oily_png to 1.2.1.taca2-7/+7
* Update PNG decoding to use palette that is passed around, instead of an instance variable on the decoding module. This fixes some issues around transparency, which were fixed in ChunkyPNG before: wvanbergen/chunky_png#112
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.
2015-06-07Update ruby-oily_png to 1.2.0.taca2-7/+7
Update HOEPAGE. No changes are available except commit log. <https://github.com/flori/tins/commits/master>
2015-03-08Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby.taca1-1/+2
2015-02-03Update ruby-oily_png to 1.1.2.taca3-8/+9
Changes are not available but here is a few from commit log: * Add euclidean_distance_rgba method. * Fix crash bilinear upsampling tall images. * Fix bilinear upsampling correctness.
2014-03-14Update ruby-oily_png to 1.1.1.taca3-10/+10
* Bilinear resampling in C. * Removed debugging printf. * Set bounds correctly, add tests. * Store pixels in uint32_t instead of long. Saves space and works on 32-bit systems * Bump chunky_png dependency to 1.2.7.
2013-03-11Update ruby-oily_png to 1.1.0.taca2-7/+7
* Bilinear resampling in C. * Removed debugging printf. * Set bounds correctly, add tests. * Store pixels in uint32_t instead of long. Saves space and works on 32-bit systems * Bump chunky_png dependency to 1.2.7.
2013-02-11Update ruby-oily_png to 1.0.3.taca2-6/+6
A few bug fixes.
2012-09-16Add ruby-oily_png package version 1.0.2.taca4-0/+142
This Ruby C extenstion defines a module that can be included into ChunkyPNG to improve its speed.