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:
parent
df1f413be6
commit
5a7624f096
35
graphics/libwebp/Makefile
Executable file
35
graphics/libwebp/Makefile
Executable 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>
|
5
graphics/libwebp/distinfo
Normal file
5
graphics/libwebp/distinfo
Normal 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
5
graphics/libwebp/pkg/DESCR
Executable 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.
|
2
graphics/libwebp/pkg/PFRAG.shared
Normal file
2
graphics/libwebp/pkg/PFRAG.shared
Normal 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}
|
15
graphics/libwebp/pkg/PLIST
Normal file
15
graphics/libwebp/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user