pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/libwebp
Module Name: pkgsrc
Committed By: adam
Date: Tue Nov 20 17:26:19 UTC 2018
Modified Files:
pkgsrc/graphics/libwebp: Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/graphics/libwebp/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/libwebp/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/libwebp/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/libwebp/Makefile
diff -u pkgsrc/graphics/libwebp/Makefile:1.27 pkgsrc/graphics/libwebp/Makefile:1.28
--- pkgsrc/graphics/libwebp/Makefile:1.27 Fri Apr 27 14:26:41 2018
+++ pkgsrc/graphics/libwebp/Makefile Tue Nov 20 17:26:19 2018
@@ -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 @@ HOMEPAGE= https://developers.google.com/
COMMENT= WebP image format library and tools
LICENSE= modified-bsd
-.include "options.mk"
-
-USE_LIBTOOL= yes
-GNU_CONFIGURE= yes
-
-CONFIGURE_ARGS+= --enable-libwebpdemux
-CONFIGURE_ARGS+= --enable-libwebpmux
-CONFIGURE_ARGS+= --enable-libwebpdemux
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --disable-gl
CONFIGURE_ARGS+= --enable-libwebpdecoder
CONFIGURE_ARGS+= --enable-libwebpextras
-CONFIGURE_ARGS+= --disable-gl
+CONFIGURE_ARGS+= --enable-libwebpdemux
+CONFIGURE_ARGS+= --enable-libwebpmux
+
+.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}
Index: pkgsrc/graphics/libwebp/PLIST
diff -u pkgsrc/graphics/libwebp/PLIST:1.6 pkgsrc/graphics/libwebp/PLIST:1.7
--- pkgsrc/graphics/libwebp/PLIST:1.6 Mon Jan 1 08:15:27 2018
+++ pkgsrc/graphics/libwebp/PLIST Tue Nov 20 17:26:19 2018
@@ -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 @@ lib/pkgconfig/libwebpmux.pc
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
Index: pkgsrc/graphics/libwebp/distinfo
diff -u pkgsrc/graphics/libwebp/distinfo:1.14 pkgsrc/graphics/libwebp/distinfo:1.15
--- pkgsrc/graphics/libwebp/distinfo:1.14 Fri Apr 27 14:26:41 2018
+++ pkgsrc/graphics/libwebp/distinfo Tue Nov 20 17:26:19 2018
@@ -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