Update ruby-oily_png to 1.1.2.
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.
This commit is contained in:
parent
86361ac053
commit
3a5a4ebbab
3 changed files with 9 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.4 2014/03/14 17:13:14 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2015/02/03 14:31:21 taca Exp $
|
||||
|
||||
DISTNAME= oily_png-1.1.1
|
||||
DISTNAME= oily_png-1.1.2
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= taca@NetBSD.org
|
||||
|
@ -8,7 +8,7 @@ HOMEPAGE= http://wiki.github.com/wvanbergen/oily_png
|
|||
COMMENT= Native mixin to speed up ChunkyPNG
|
||||
LICENSE= mit
|
||||
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-chunky_png>=1.3.0<1.4:../../graphics/ruby-chunky_png
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-chunky_png>=1.3.1<1.4:../../graphics/ruby-chunky_png
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2014/03/14 17:13:14 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2015/02/03 14:31:21 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_EXTSDIR}/oily_png/oily_png.${RUBY_DLEXT}
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
|
@ -64,6 +64,7 @@ ${GEM_LIBDIR}/spec/resources/composited.png
|
|||
${GEM_LIBDIR}/spec/resources/gray.png
|
||||
${GEM_LIBDIR}/spec/resources/interlaced.png
|
||||
${GEM_LIBDIR}/spec/resources/nonsquare.png
|
||||
${GEM_LIBDIR}/spec/resources/nonsquaretall.png
|
||||
${GEM_LIBDIR}/spec/resources/operations.png
|
||||
${GEM_LIBDIR}/spec/resources/replaced.png
|
||||
${GEM_LIBDIR}/spec/resources/s01i3p01.png
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.4 2014/03/14 17:13:14 taca Exp $
|
||||
$NetBSD: distinfo,v 1.5 2015/02/03 14:31:21 taca Exp $
|
||||
|
||||
SHA1 (oily_png-1.1.1.gem) = 823a9da9770fa5be106f8eca6110a39d5f6751ab
|
||||
RMD160 (oily_png-1.1.1.gem) = c88a163d4305bbc0d67d84122b41b222fab63a1d
|
||||
Size (oily_png-1.1.1.gem) = 61952 bytes
|
||||
SHA1 (oily_png-1.1.2.gem) = dd138d9f13ed91684517b0423cd9e7227339de19
|
||||
RMD160 (oily_png-1.1.2.gem) = b57c8ee9e3869670e7ea1079f5e2864388979033
|
||||
Size (oily_png-1.1.2.gem) = 64000 bytes
|
||||
|
|
Loading…
Reference in a new issue