Import libwebp-0.1.3.

WebP is an image format that does lossy compression of digital
photographic images. WebP consists of a codec based on VP8, that Google
open-sourced in May 2010 and a container based on RIFF. Webmasters, web
developers and browser developers can use WebP to compress, archive and
distribute digital images more efficiently.

ok benoit@ rpointel@
This commit is contained in:
ajacoutot 2011-12-22 08:36:33 +00:00
parent df1f413be6
commit 5a7624f096
5 changed files with 62 additions and 0 deletions

35
graphics/libwebp/Makefile Executable file
View File

@ -0,0 +1,35 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/12/22 08:36:33 ajacoutot Exp $
COMMENT= Google WebP image format conversion tool
DISTNAME= libwebp-0.1.3
SHARED_LIBS += webp 0.0 # 2.0
CATEGORIES= graphics
HOMEPAGE= http://code.google.com/p/webp/
# BSD-like
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += c jpeg m png z
MASTER_SITES= http://webp.googlecode.com/files/
LIB_DEPENDS= graphics/jpeg \
graphics/png
USE_LIBTOOL= Yes
USE_GROFF= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
-I${LOCALBASE}/include/libpng" \
LDFLAGS="-L${LOCALBASE}/lib -lm -lz"
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (libwebp-0.1.3.tar.gz) = JU1GcOFOntiB8FNrAGqzNg==
RMD160 (libwebp-0.1.3.tar.gz) = qoT+qXRGHx/qB0uZg8QHWfY1uZg=
SHA1 (libwebp-0.1.3.tar.gz) = 9Gr/nxrrhiDXykua/FTm321N4xM=
SHA256 (libwebp-0.1.3.tar.gz) = QLGEVuObKCIxGw6hYdbwlQfPXo6TewK5vj7plN7Wero=
SIZE (libwebp-0.1.3.tar.gz) = 544552

5
graphics/libwebp/pkg/DESCR Executable file
View File

@ -0,0 +1,5 @@
WebP is an image format that does lossy compression of digital
photographic images. WebP consists of a codec based on VP8, that Google
open-sourced in May 2010 and a container based on RIFF. Webmasters, web
developers and browser developers can use WebP to compress, archive and
distribute digital images more efficiently.

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2011/12/22 08:36:33 ajacoutot Exp $
@lib lib/libwebp.so.${LIBwebp_VERSION}

View File

@ -0,0 +1,15 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/12/22 08:36:33 ajacoutot Exp $
%%SHARED%%
@bin bin/cwebp
@bin bin/dwebp
include/webp/
include/webp/decode.h
include/webp/decode_vp8.h
include/webp/encode.h
include/webp/types.h
lib/libwebp.a
lib/libwebp.la
lib/pkgconfig/
lib/pkgconfig/libwebp.pc
@man man/man1/cwebp.1
@man man/man1/dwebp.1