mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
- Update webp to 0.1.3
- Remove autotools stuff and gmake dependency (they're learning) - Note library version bump
This commit is contained in:
parent
2d115638a8
commit
a1eab0e17e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283123
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= webp
|
||||
PORTVERSION= 0.1.2
|
||||
PORTVERSION= 0.1.3
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
DISTNAME= lib${PORTNAME}-${PORTVERSION}
|
||||
@ -17,16 +17,11 @@ COMMENT= Google WebP image format conversion tool
|
||||
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
|
||||
png.6:${PORTSDIR}/graphics/png
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= autoconf:env libtoolize:env automake:env
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
|
||||
|
||||
MAN1= cwebp.1 dwebp.1
|
||||
|
||||
pre-configure:
|
||||
@cd ${WRKSRC} && ${AUTORECONF} -vfi
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libwebp-0.1.2.tar.gz) = d5ff8df777010a5fb8dd5bac85eb30e98fe665e089ad9d3be2d01724a4c23eb5
|
||||
SIZE (libwebp-0.1.2.tar.gz) = 154784
|
||||
SHA256 (libwebp-0.1.3.tar.gz) = 40b18456e39b2822311b0ea161d6f09507cf5e8e937b02b9be3ee994ded67aba
|
||||
SIZE (libwebp-0.1.3.tar.gz) = 544552
|
||||
|
@ -5,7 +5,7 @@ include/webp/decode_vp8.h
|
||||
include/webp/types.h
|
||||
include/webp/encode.h
|
||||
lib/libwebp.so
|
||||
lib/libwebp.so.0
|
||||
lib/libwebp.so.2
|
||||
lib/libwebp.la
|
||||
lib/libwebp.a
|
||||
libdata/pkgconfig/libwebp.pc
|
||||
|
Loading…
Reference in New Issue
Block a user