[Midnightbsd-cvs] mports [19269] trunk/graphics/webp/pkg-plist: update webp to 0.4.3

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun May 31 11:59:53 EDT 2015


Revision: 19269
          http://svnweb.midnightbsd.org/mports/?rev=19269
Author:   laffer1
Date:     2015-05-31 11:59:53 -0400 (Sun, 31 May 2015)
Log Message:
-----------
update webp to 0.4.3

Modified Paths:
--------------
    trunk/graphics/webp/Makefile
    trunk/graphics/webp/distinfo
    trunk/graphics/webp/pkg-descr
    trunk/graphics/webp/pkg-plist

Property Changed:
----------------
    trunk/graphics/webp/pkg-descr

Modified: trunk/graphics/webp/Makefile
===================================================================
--- trunk/graphics/webp/Makefile	2015-05-31 14:53:33 UTC (rev 19268)
+++ trunk/graphics/webp/Makefile	2015-05-31 15:59:53 UTC (rev 19269)
@@ -2,10 +2,9 @@
 # $FreeBSD: ports/graphics/webp/Makefile,v 1.10 2011/11/09 15:25:35 miwi Exp $
 
 PORTNAME=	webp
-PORTVERSION=	0.1.3
-PORTREVISION=	2
+PORTVERSION=	0.4.3
 CATEGORIES=	graphics
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	http://downloads.webmproject.org/releases/webp/
 DISTNAME=	lib${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	ports at MidnightBSD.org
@@ -13,12 +12,30 @@
 
 LICENSE=	bsd3
 
-LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg \
-		libpng.so:${PORTSDIR}/graphics/png
+LIB_DEPENDS=	libgif.so:${PORTSDIR}/graphics/giflib \
+		libjpeg.so:${PORTSDIR}/graphics/jpeg \
+		libpng.so:${PORTSDIR}/graphics/png \
+		libtiff.so:${PORTSDIR}/graphics/tiff
 
+OPTIONS_DEFINE=	X11
+OPTIONS_SUB=	yes
+
+CPPFLAGS+=	-I${LOCALBASE}/include
+GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
+LDFLAGS+=	-L${LOCALBASE}/lib
+CONFIGURE_ARGS=	-with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \
+		--enable-libwebpdecoder \
+		--enable-libwebpdemux  \
+		--enable-libwebpmux
 USE_LDCONFIG=	yes
-GNU_CONFIGURE=	yes
-CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
-CPPFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib
+USES=		libtool
 
+X11_CONFIGURE_OFF=	build_vwebp=no
+X11_CONFIGURE_ON=	build_vwebp=yes
+X11_USE=		GL=glut
+
+post-patch:
+	@${REINPLACE_CMD} '/build_vwebp=yes/d' ${WRKSRC}/configure
+
 .include <bsd.port.mk>

Modified: trunk/graphics/webp/distinfo
===================================================================
--- trunk/graphics/webp/distinfo	2015-05-31 14:53:33 UTC (rev 19268)
+++ trunk/graphics/webp/distinfo	2015-05-31 15:59:53 UTC (rev 19269)
@@ -1,2 +1,2 @@
-SHA256 (libwebp-0.1.3.tar.gz) = 40b18456e39b2822311b0ea161d6f09507cf5e8e937b02b9be3ee994ded67aba
-SIZE (libwebp-0.1.3.tar.gz) = 544552
+SHA256 (libwebp-0.4.3.tar.gz) = efbe0d58fda936f2ed99d0b837ed7087d064d6838931f282c4618d2a3f7390c4
+SIZE (libwebp-0.4.3.tar.gz) = 990904

Modified: trunk/graphics/webp/pkg-descr
===================================================================
--- trunk/graphics/webp/pkg-descr	2015-05-31 14:53:33 UTC (rev 19268)
+++ trunk/graphics/webp/pkg-descr	2015-05-31 15:59:53 UTC (rev 19269)
@@ -1,8 +1,12 @@
-WebP is a method of lossy compression that can be used on photographic
-images. The degree of compression is adjustable so a user can choose the
-trade-off between file size and image quality.
+WebP is a new image format that provides lossless and lossy compression for
+images on the web. WebP lossless images are 26% smaller in size compared to
+PNGs. WebP lossy images are 25-34% smaller in size compared to JPEG images at
+equivalent SSIM index. WebP supports lossless transparency (also known as alpha
+channel) with just 22% additional bytes. Transparency is also supported with
+lossy compression and typically provides 3x smaller file sizes compared to PNG
+when lossy compression is acceptable for the red/green/blue color channels.
 
-webpconv is a command line tool for converting images to and from
-the WebP format.
+Webmasters and web developers can use the WebP image format to create smaller
+and richer images that can help make the web faster.
 
-WWW: http://code.google.com/speed/webp/
+WWW: https://developers.google.com/speed/webp/


Property changes on: trunk/graphics/webp/pkg-descr
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Modified: trunk/graphics/webp/pkg-plist
===================================================================
--- trunk/graphics/webp/pkg-plist	2015-05-31 14:53:33 UTC (rev 19268)
+++ trunk/graphics/webp/pkg-plist	2015-05-31 15:59:53 UTC (rev 19269)
@@ -1,12 +1,35 @@
+bin/cwebp
 bin/dwebp
-bin/cwebp
+bin/gif2webp
+%%X11%%bin/vwebp
+bin/webpmux
 include/webp/decode.h
-include/webp/decode_vp8.h
+include/webp/demux.h
+include/webp/encode.h
+include/webp/mux.h
+include/webp/mux_types.h
 include/webp/types.h
-include/webp/encode.h
+lib/libwebp.a
 lib/libwebp.so
-lib/libwebp.so.2
-lib/libwebp.la
-lib/libwebp.a
+lib/libwebp.so.5
+lib/libwebp.so.5.0.3
+lib/libwebpdecoder.a
+lib/libwebpdecoder.so
+lib/libwebpdecoder.so.1
+lib/libwebpdecoder.so.1.0.3
+lib/libwebpdemux.a
+lib/libwebpdemux.so
+lib/libwebpdemux.so.1
+lib/libwebpdemux.so.1.0.2
+lib/libwebpmux.a
+lib/libwebpmux.so
+lib/libwebpmux.so.1
+lib/libwebpmux.so.1.0.2
 libdata/pkgconfig/libwebp.pc
- at dirrm include/webp
+libdata/pkgconfig/libwebpdecoder.pc
+libdata/pkgconfig/libwebpdemux.pc
+libdata/pkgconfig/libwebpmux.pc
+man/man1/cwebp.1.gz
+man/man1/dwebp.1.gz
+man/man1/gif2webp.1.gz
+man/man1/webpmux.1.gz



More information about the Midnightbsd-cvs mailing list