mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update webp to 0.1.2 release
Unfortunately this requires autotools to build
This commit is contained in:
parent
7e062ff80f
commit
bfe533f4bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272123
3 changed files with 11 additions and 9 deletions
|
@ -6,26 +6,27 @@
|
|||
#
|
||||
|
||||
PORTNAME= webp
|
||||
DISTVERSION= 0.1.2-rc1
|
||||
PORTVERSION= 0.1.2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
DISTNAME= lib${PORTNAME}-${DISTVERSION}
|
||||
EXTRACT_SUFX= .tgz
|
||||
DISTNAME= lib${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= johans@FreeBSD.org
|
||||
COMMENT= Google WebP image format conversion tool
|
||||
|
||||
LIB_DEPENDS= vpx.0:${PORTSDIR}/multimedia/libvpx \
|
||||
jpeg.11:${PORTSDIR}/graphics/jpeg \
|
||||
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
|
||||
png.6:${PORTSDIR}/graphics/png
|
||||
|
||||
WRKSRC= ${WRKDIR}/lib${PORTNAME}-${PORTVERSION:R}
|
||||
|
||||
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-rc1.tgz) = e91613e0651328e40849b7d3d79fdc30d718c3b1010f397ac57c39dcdf1a3e31
|
||||
SIZE (libwebp-0.1.2-rc1.tgz) = 447729
|
||||
SHA256 (libwebp-0.1.2.tar.gz) = d5ff8df777010a5fb8dd5bac85eb30e98fe665e089ad9d3be2d01724a4c23eb5
|
||||
SIZE (libwebp-0.1.2.tar.gz) = 154784
|
||||
|
|
|
@ -8,4 +8,5 @@ lib/libwebp.so
|
|||
lib/libwebp.so.0
|
||||
lib/libwebp.la
|
||||
lib/libwebp.a
|
||||
libdata/pkgconfig/libwebp.pc
|
||||
@dirrm include/webp
|
||||
|
|
Loading…
Add table
Reference in a new issue