From owner-svn-ports-head@FreeBSD.ORG Sun Oct 6 16:43:14 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6F674463; Sun, 6 Oct 2013 16:43:14 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 443FB2392; Sun, 6 Oct 2013 16:43:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r96GhErI064107; Sun, 6 Oct 2013 16:43:14 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r96GhDNP064105; Sun, 6 Oct 2013 16:43:13 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201310061643.r96GhDNP064105@svn.freebsd.org> From: Johan van Selst Date: Sun, 6 Oct 2013 16:43:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329602 - head/graphics/webp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 16:43:14 -0000 Author: johans Date: Sun Oct 6 16:43:13 2013 New Revision: 329602 URL: http://svnweb.freebsd.org/changeset/ports/329602 Log: - Fix dependency list [1] - Add support for gif, mux/demux/decode - Enable stage support - Bump PORTREVISION for these changes PR: ports/182163 [1] Submitted by: pawel Modified: head/graphics/webp/Makefile head/graphics/webp/pkg-plist Modified: head/graphics/webp/Makefile ============================================================================== --- head/graphics/webp/Makefile Sun Oct 6 16:37:27 2013 (r329601) +++ head/graphics/webp/Makefile Sun Oct 6 16:43:13 2013 (r329602) @@ -3,6 +3,7 @@ PORTNAME= webp PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE DISTNAME= lib${PORTNAME}-${PORTVERSION} @@ -10,15 +11,18 @@ DISTNAME= lib${PORTNAME}-${PORTVERSION} MAINTAINER= johans@FreeBSD.org COMMENT= Google WebP image format conversion tool -LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ - png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpng15.so:${PORTSDIR}/graphics/png \ + libgif.so:${PORTSDIR}/graphics/giflib \ + libtiff.so:${PORTSDIR}/graphics/tiff USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig -CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ + --enable-libwebpmux \ + --enable-libwebpdemux \ + --enable-libwebpdecoder -MAN1= cwebp.1 dwebp.1 - -NO_STAGE= yes .include Modified: head/graphics/webp/pkg-plist ============================================================================== --- head/graphics/webp/pkg-plist Sun Oct 6 16:37:27 2013 (r329601) +++ head/graphics/webp/pkg-plist Sun Oct 6 16:43:13 2013 (r329602) @@ -1,11 +1,35 @@ -bin/dwebp bin/cwebp +bin/dwebp +bin/gif2webp +bin/webpmux include/webp/decode.h -include/webp/types.h +include/webp/demux.h include/webp/encode.h +include/webp/mux.h +include/webp/mux_types.h +include/webp/types.h +lib/libwebp.a +lib/libwebp.la lib/libwebp.so lib/libwebp.so.4 -lib/libwebp.la -lib/libwebp.a +lib/libwebpdecoder.a +lib/libwebpdecoder.la +lib/libwebpdecoder.so +lib/libwebpdecoder.so.0 +lib/libwebpdemux.a +lib/libwebpdemux.la +lib/libwebpdemux.so +lib/libwebpdemux.so.0 +lib/libwebpmux.a +lib/libwebpmux.la +lib/libwebpmux.so +lib/libwebpmux.so.0 libdata/pkgconfig/libwebp.pc +libdata/pkgconfig/libwebpdecoder.pc +libdata/pkgconfig/libwebpdemux.pc +libdata/pkgconfig/libwebpmux.pc +man/man1/cwebp.1.gz +man/man1/dwebp.1.gz +man/man1/gif2webp.1.gz +man/man1/webpmux.1.gz @dirrm include/webp