Update to libwebp-1.1.0.

from Brad
This commit is contained in:
ajacoutot 2020-03-19 22:23:47 +00:00
parent 93db301cc5
commit 666832552f
3 changed files with 19 additions and 14 deletions

View File

@ -1,13 +1,15 @@
# $OpenBSD: Makefile,v 1.21 2019/07/14 08:11:54 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.22 2020/03/19 22:23:47 ajacoutot Exp $
COMMENT= Google WebP image format conversion tool
DISTNAME= libwebp-1.0.3
VER= 1.1.0
CATEGORIES= graphics
MASTER_SITES= http://downloads.webmproject.org/releases/webp/
GH_ACCOUNT= webmproject
GH_PROJECT= libwebp
GH_TAGNAME= v${VER}
SHARED_LIBS += webp 4.1 # 6.0
SHARED_LIBS += webpdecoder 2.0 # 2.0
SHARED_LIBS += webp 4.2 # 6.0
SHARED_LIBS += webpdecoder 2.1 # 2.0
SHARED_LIBS += webpdemux 2.0 # 2.0
SHARED_LIBS += webpmux 2.0 # 2.0
@ -16,14 +18,17 @@ HOMEPAGE= https://developers.google.com/speed/webp/
# BSD
PERMIT_PACKAGE= Yes
WANTLIB= c gif jpeg m png pthread tiff z
WANTLIB= c gif jpeg lzma m png pthread tiff z zstd
LIB_DEPENDS= graphics/giflib \
graphics/jpeg \
graphics/png \
graphics/tiff
CONFIGURE_STYLE=gnu
AUTOCONF_VERSION= 2.69
AUTOMAKE_VERSION= 1.15
CONFIGURE_STYLE=autoreconf
CONFIGURE_ARGS= --enable-everything \
--disable-sdl
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \

View File

@ -1,2 +1,2 @@
SHA256 (libwebp-1.0.3.tar.gz) = 4goHhlyGl7ugCuvMxvVJEta8Mzu01gTmsHSRwaIms08=
SIZE (libwebp-1.0.3.tar.gz) = 4029909
SHA256 (libwebp-1.1.0.tar.gz) = Qk+qtgoUy5LCoGJzO2l3tMweh1pjmIh8WRGzoabFbFE=
SIZE (libwebp-1.1.0.tar.gz) = 3579449

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.9 2019/07/14 08:11:54 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.10 2020/03/19 22:23:47 ajacoutot Exp $
@bin bin/cwebp
@bin bin/dwebp
@bin bin/gif2webp
@ -12,16 +12,16 @@ include/webp/encode.h
include/webp/mux.h
include/webp/mux_types.h
include/webp/types.h
lib/libwebp.a
@static-lib lib/libwebp.a
lib/libwebp.la
@lib lib/libwebp.so.${LIBwebp_VERSION}
lib/libwebpdecoder.a
@static-lib lib/libwebpdecoder.a
lib/libwebpdecoder.la
@lib lib/libwebpdecoder.so.${LIBwebpdecoder_VERSION}
lib/libwebpdemux.a
@static-lib lib/libwebpdemux.a
lib/libwebpdemux.la
@lib lib/libwebpdemux.so.${LIBwebpdemux_VERSION}
lib/libwebpmux.a
@static-lib lib/libwebpmux.a
lib/libwebpmux.la
@lib lib/libwebpmux.so.${LIBwebpmux_VERSION}
lib/pkgconfig/libwebp.pc