pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/libwebp libwebp: updated to 1.0.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/c06674c2442c
branches: trunk
changeset: 387547:c06674c2442c
user: adam <adam%pkgsrc.org@localhost>
date: Tue Nov 20 17:26:19 2018 +0000
description:
libwebp: updated to 1.0.1
version 1.0.1
This is a binary compatible release.
* lossless encoder speedups
* big-endian fix for alpha decoding
* gif2webp fix for loop count=65535 transcode
* further security related hardening in libwebp & libwebpmux
* miscellaneous bug & build fixes
diffstat:
graphics/libwebp/Makefile | 30 ++++++++++++++----------------
graphics/libwebp/PLIST | 3 ++-
graphics/libwebp/distinfo | 10 +++++-----
3 files changed, 21 insertions(+), 22 deletions(-)
diffs (89 lines):
diff -r 6d0a3a554f84 -r c06674c2442c graphics/libwebp/Makefile
--- a/graphics/libwebp/Makefile Tue Nov 20 17:13:32 2018 +0000
+++ b/graphics/libwebp/Makefile Tue Nov 20 17:26:19 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2018/04/27 14:26:41 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2018/11/20 17:26:19 adam Exp $
-DISTNAME= libwebp-1.0.0
+DISTNAME= libwebp-1.0.1
CATEGORIES= graphics
MASTER_SITES= http://downloads.webmproject.org/releases/webp/
@@ -9,32 +9,30 @@
COMMENT= WebP image format library and tools
LICENSE= modified-bsd
-.include "options.mk"
-
-USE_LIBTOOL= yes
-GNU_CONFIGURE= yes
-
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --disable-gl
+CONFIGURE_ARGS+= --enable-libwebpdecoder
+CONFIGURE_ARGS+= --enable-libwebpextras
CONFIGURE_ARGS+= --enable-libwebpdemux
CONFIGURE_ARGS+= --enable-libwebpmux
-CONFIGURE_ARGS+= --enable-libwebpdemux
-CONFIGURE_ARGS+= --enable-libwebpdecoder
-CONFIGURE_ARGS+= --enable-libwebpextras
-CONFIGURE_ARGS+= --disable-gl
+
+.include "options.mk"
.include "../../mk/compiler.mk"
# fix PR pkg/45934
.if (!empty(MACHINE_PLATFORM:MSunOS-*-i386) || !empty(MACHINE_PLATFORM:MMirBSD-*-i386)) && !empty(CC_VERSION:Mgcc-[23]*)
-CPPFLAGS += -D__pic__
+CPPFLAGS+= -D__pic__
.endif
+PKGCONFIG_OVERRIDE+= src/demux/libwebpdemux.pc.in
PKGCONFIG_OVERRIDE+= src/libwebp.pc.in
-PKGCONFIG_OVERRIDE+= src/libwebpdecoder.pc.in
-PKGCONFIG_OVERRIDE+= src/demux/libwebpdemux.pc.in
-PKGCONFIG_OVERRIDE+= src/mux/libwebpmux.pc.in
+PKGCONFIG_OVERRIDE+= src/libwebpdecoder.pc.in
+PKGCONFIG_OVERRIDE+= src/mux/libwebpmux.pc.in
INSTALLATION_DIRS+= share/doc/${PKGBASE}
-#Needed to comply with the BSD license and redistribution
+# Needed to comply with the BSD license and redistribution
post-install:
${INSTALL_DATA} ${WRKSRC}/COPYING \
${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
diff -r 6d0a3a554f84 -r c06674c2442c graphics/libwebp/PLIST
--- a/graphics/libwebp/PLIST Tue Nov 20 17:13:32 2018 +0000
+++ b/graphics/libwebp/PLIST Tue Nov 20 17:26:19 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2018/01/01 08:15:27 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.7 2018/11/20 17:26:19 adam Exp $
bin/cwebp
bin/dwebp
bin/gif2webp
@@ -22,6 +22,7 @@
man/man1/cwebp.1
man/man1/dwebp.1
man/man1/gif2webp.1
+man/man1/img2webp.1
man/man1/webpinfo.1
man/man1/webpmux.1
share/doc/libwebp/COPYING
diff -r 6d0a3a554f84 -r c06674c2442c graphics/libwebp/distinfo
--- a/graphics/libwebp/distinfo Tue Nov 20 17:13:32 2018 +0000
+++ b/graphics/libwebp/distinfo Tue Nov 20 17:26:19 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2018/04/27 14:26:41 wiz Exp $
+$NetBSD: distinfo,v 1.15 2018/11/20 17:26:19 adam Exp $
-SHA1 (libwebp-1.0.0.tar.gz) = 49ddec20de631f7a26587801b474f129e953f444
-RMD160 (libwebp-1.0.0.tar.gz) = ede348e5f06913f1b876e7704ea626807f637755
-SHA512 (libwebp-1.0.0.tar.gz) = 2af7036957722a3f1533fa2da0da15c76d7eb8ac98ec4ad5cf71dd4262f3d7c9897fb6b50befab83b7de22f0abceeb2c0ff52d60927513d40f8a41aa6a9abd99
-Size (libwebp-1.0.0.tar.gz) = 4023549 bytes
+SHA1 (libwebp-1.0.1.tar.gz) = 038530d5b30d724bcaac04f009999148cf66cb59
+RMD160 (libwebp-1.0.1.tar.gz) = b269dfc9f1e3f8c340d240f1480eea154eff9ea5
+SHA512 (libwebp-1.0.1.tar.gz) = 44e0c278b4569c03c39a1e047bccd7b4270bda12feae0dadc54f8a61fd6a66be011229f1e7e853f64749bcd9ea9e8146989e2b632459b67a4aaea4a8033a1361
+Size (libwebp-1.0.1.tar.gz) = 4030276 bytes
Home |
Main Index |
Thread Index |
Old Index