From owner-svn-ports-head@FreeBSD.ORG Mon Nov 10 17:12:05 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2A23C290; Mon, 10 Nov 2014 17:12:05 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0AD05F01; Mon, 10 Nov 2014 17:12:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAAHC4Oo072371; Mon, 10 Nov 2014 17:12:04 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAAHC4Ya072367; Mon, 10 Nov 2014 17:12:04 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201411101712.sAAHC4Ya072367@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Mon, 10 Nov 2014 17:12:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372405 - head/graphics/libsixel 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.18-1 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: Mon, 10 Nov 2014 17:12:05 -0000 Author: robak Date: Mon Nov 10 17:12:03 2014 New Revision: 372405 URL: https://svnweb.freebsd.org/changeset/ports/372405 QAT: https://qat.redports.org/buildarchive/r372405/ Log: graphics/libsixel: update 0.28.0 -> 1.3.2 PR: 194649 Submitted by: Iwamoto Kouichi Approved by: mentors (implicit) Modified: head/graphics/libsixel/Makefile head/graphics/libsixel/distinfo head/graphics/libsixel/pkg-plist Modified: head/graphics/libsixel/Makefile ============================================================================== --- head/graphics/libsixel/Makefile Mon Nov 10 16:45:43 2014 (r372404) +++ head/graphics/libsixel/Makefile Mon Nov 10 17:12:03 2014 (r372405) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libsixel -PORTVERSION= 0.28.0 +PORTVERSION= 1.3.2 PORTEPOCH= 1 CATEGORIES= graphics @@ -14,10 +14,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= saitoha GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 0283eca +GH_COMMIT= 385aada USE_LDCONFIG= yes -USES= libtool +USES= libtool pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig @@ -26,7 +26,7 @@ INSTALL_TARGET= install-strip PORTDOCS= README.md -OPTIONS_DEFINE= CURL GD PIXBUF +OPTIONS_DEFINE= CURL GD JPEG PIXBUF PNG OPTIONS_DEFAULT= CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl @@ -35,9 +35,17 @@ CURL_CONFIGURE_WITH= libcurl GD_LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd GD_CONFIGURE_WITH= gd +JPEG_LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg +JPEG_CONFIGURE_WITH= jpeg +JPEG_CFLAGS= -I${LOCALBASE}/include +JPEG_LDFLAGS= -L${LOCALBASE}/lib + PIXBUF_LIB_DEPENDS= libgdk_pixbuf-2.0.so:${PORTSDIR}/graphics/gdk-pixbuf2 PIXBUF_CONFIGURE_WITH= gdk-pixbuf2 +PNG_LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png +PNG_CONFIGURE_WITH= png + post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} Modified: head/graphics/libsixel/distinfo ============================================================================== --- head/graphics/libsixel/distinfo Mon Nov 10 16:45:43 2014 (r372404) +++ head/graphics/libsixel/distinfo Mon Nov 10 17:12:03 2014 (r372405) @@ -1,2 +1,2 @@ -SHA256 (libsixel-0.28.0.tar.gz) = d5c257f48e793d83d5912f4f26b2d4ec18fa73172cd82292174c35096edff423 -SIZE (libsixel-0.28.0.tar.gz) = 7936837 +SHA256 (libsixel-1.3.2.tar.gz) = aafb06ffe799b04f2984dd4bb875136a6c36b2fcae3c35d83c8fc137cfa14ffe +SIZE (libsixel-1.3.2.tar.gz) = 2521654 Modified: head/graphics/libsixel/pkg-plist ============================================================================== --- head/graphics/libsixel/pkg-plist Mon Nov 10 16:45:43 2014 (r372404) +++ head/graphics/libsixel/pkg-plist Mon Nov 10 17:12:03 2014 (r372405) @@ -2,9 +2,9 @@ bin/img2sixel bin/sixel2png include/sixel.h lib/libsixel.a -lib/libsixel.so.0 -lib/libsixel.so.0.0.0 lib/libsixel.so +lib/libsixel.so.1 +lib/libsixel.so.1.0.2 libdata/pkgconfig/libsixel.pc man/man1/img2sixel.1.gz man/man1/sixel2png.1.gz