summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2016-01-06 10:33:59 +0000
committeradam <adam@pkgsrc.org>2016-01-06 10:33:59 +0000
commit4214ac8f4c4d92716a1f16a8495954e95c7987a8 (patch)
treef84856eb560156784cdd316c71e24449e5a09dac /graphics
parentd7cbdc4d21f0cb58c613552627c64d991b5101a4 (diff)
downloadpkgsrc-4214ac8f4c4d92716a1f16a8495954e95c7987a8.tar.gz
version 0.5.0
* miscellaneous bug & build fixes * encoder & decoder speed-ups on x86/ARM/MIPS for lossy & lossless - note! YUV->RGB conversion was sped-up, but the results will be slightly different from previous releases * various lossless encoder improvements * gif2webp improvements, -min_size option added * tools fully support input from stdin and output to stdout * New WebPAnimEncoder API for creating animations * New WebPAnimDecoder API for decoding animations * other API changes: - libwebp: WebPPictureSmartARGBToYUVA() (-pre 4 in cwebp) WebPConfig::exact (-exact in cwebp; -alpha_cleanup is now the default) WebPConfig::near_lossless (-near_lossless in cwebp) WebPFree() (free'ing webp allocated memory in other languages) WebPConfigLosslessPreset() WebPMemoryWriterClear() - libwebpdemux: removed experimental fragment related fields and functions - libwebpmux: WebPMuxSetCanvasSize() * new libwebpextras library with some uncommon import functions: WebPImportGray/WebPImportRGB565/WebPImportRGB4444
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libwebp/Makefile4
-rw-r--r--graphics/libwebp/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/libwebp/Makefile b/graphics/libwebp/Makefile
index 2533a0aab55..5c9410b5c5e 100644
--- a/graphics/libwebp/Makefile
+++ b/graphics/libwebp/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2015/11/16 13:22:38 nros Exp $
+# $NetBSD: Makefile,v 1.18 2016/01/06 10:33:59 adam Exp $
-DISTNAME= libwebp-0.4.4
+DISTNAME= libwebp-0.5.0
CATEGORIES= graphics
MASTER_SITES= http://downloads.webmproject.org/releases/webp/
diff --git a/graphics/libwebp/distinfo b/graphics/libwebp/distinfo
index a20a90325ed..b5296983ec2 100644
--- a/graphics/libwebp/distinfo
+++ b/graphics/libwebp/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2015/11/16 13:22:38 nros Exp $
+$NetBSD: distinfo,v 1.10 2016/01/06 10:33:59 adam Exp $
-SHA1 (libwebp-0.4.4.tar.gz) = b8762e330b6cd7e7b4a5a6dbfc53bc787a4f0ba3
-RMD160 (libwebp-0.4.4.tar.gz) = edb578d880074ed216fc786c4938dda77f251dbc
-SHA512 (libwebp-0.4.4.tar.gz) = 262772e5409114636e2eebf48c0c57c52376898509da1795b1c457cd3e7480e294a51f9f8f361600f0f9a7de25817b89f29c82409b104f1f7f2486fd62f5b877
-Size (libwebp-0.4.4.tar.gz) = 992491 bytes
+SHA1 (libwebp-0.5.0.tar.gz) = d3de815b272fcf88fc4f2dc1ab65d176bcb8df68
+RMD160 (libwebp-0.5.0.tar.gz) = 911edb98dbd65d593320a0b01c4d6492e9b91587
+SHA512 (libwebp-0.5.0.tar.gz) = 243aa746ab90e0c22eefec04c152f093d2e5264283c325bc4ed83c5e27683859cebeff2120b0b25f64ed3ad25a75fd089f0ccef6aa6d0862c6b431064dc7f849
+Size (libwebp-0.5.0.tar.gz) = 1121986 bytes